generator-jhipster-primeng-charts
Version:
Generate sample charts with PrimeNG
35 lines (34 loc) • 692 B
JSON
{
"dashboard": {
"barchart" : {
"home": {
"title": "BarChart"
}
},
"doughnutchart" : {
"home": {
"title": "DoughnutChart"
}
},
"linechart" : {
"home": {
"title": "LineChart"
}
},
"piechart" : {
"home": {
"title": "PieChart"
}
},
"polarareachart" : {
"home": {
"title": "PolarAreaChart"
}
},
"radarchart" : {
"home": {
"title": "RadarChart"
}
}
}
}