Dashboard

El Dashboard lo usamos como panel principal

  • Usamos la pagina index.xhtml para agregar el dashoard.

  • Lo dividimos en columnas y filas ( row. column)

    <b:row>
                    <!-- Row 1 -->
                    <b:column span="4">
  • Agregamos graficas

 <p:chart id="grafica" widgetVar="chart"
          type="pie" model="#{dashboardController.pieModelCliente}"  />
  • Crear la clase DashboardController.java

Last updated

Was this helpful?