chartjs-plugin-doughnutlabel
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "chartjs-plugin-doughnutlabel", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Chart.js plugin for doughnut chart to display lines of text in the center", | ||
@@ -5,0 +5,0 @@ "main": "dist/chartjs-plugin-doughnutlabel.js", |
@@ -67,2 +67,3 @@ # Chart.js Doughnut plugin to allow for lines of text in the middle | ||
> gulp build --watch // build and watch for changes | ||
> gulp package // create an archive with dist files and samples | ||
@@ -69,0 +70,0 @@ ## License |
@@ -19,2 +19,3 @@ var DEFAULT_COLORS1 = ['#f08700', '#f49f0a', '#efca08', '#00a6a6', '#bbdef0']; | ||
legend: { | ||
display: false, | ||
position: 'top', | ||
@@ -58,2 +59,3 @@ }, | ||
legend: { | ||
display: false, | ||
position: 'top', | ||
@@ -60,0 +62,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72
52229
550