Skip to content

Commit

Permalink
update chartjs
Browse files Browse the repository at this point in the history
* add funnel chart
* add outlabels plugin for pie charts by default
  • Loading branch information
Tuan Nguyen committed Oct 15, 2019
1 parent 9550390 commit eb5319d
Show file tree
Hide file tree
Showing 4 changed files with 1,296 additions and 2 deletions.
2 changes: 1 addition & 1 deletion svychartjs/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-SymbolicName: svychartjs
Bundle-Name: Chart JS
Bundle-Version: 1.0.3
Bundle-Version: 1.0.4
Package-Type: Web-Component

Name: chart/chart.spec
Expand Down
12 changes: 11 additions & 1 deletion svychartjs/chart/chart.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"version": "2.7.2",
"url": "svychartjs/lib/js/Chart.js",
"mimetype": "text/javascript"
},{
"name": "pieoutlabels.js",
"version": "0.0.1",
"url": "svychartjs/lib/js/chartjs-plugin-piechart-outlabels.js",
"mimetype": "text/javascript"
},{
"name": "funnelchart.js",
"version": "0.0.1",
"url": "svychartjs/lib/js/chart.funnel.js",
"mimetype": "text/javascript"
}],
"model":
{
Expand Down Expand Up @@ -59,7 +69,7 @@
},
"type" : {
"type" : "string",
"values" : [{"BAR":"bar"},{"BUBBLE":"bubble"},{"DOUGHNUT":"doughnut"},{"HORIZONTAL BAR":"horizontalBar"},{"LINE":"line"},{"PIE":"pie"},{"POLAR AREA":"polarArea"},{"RADAR":"radar"},{"SCATTER":"scatter"}],
"values" : [{"BAR":"bar"},{"BUBBLE":"bubble"},{"DOUGHNUT":"doughnut"},{"HORIZONTAL BAR":"horizontalBar"},{"LINE":"line"},{"PIE":"pie"},{"POLAR AREA":"polarArea"},{"RADAR":"radar"},{"SCATTER":"scatter"},{"FUNNEL":"funnel"}],
"default" : "pie"
}
},
Expand Down
Loading

0 comments on commit eb5319d

Please sign in to comment.