We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d951c1d commit bc94f56Copy full SHA for bc94f56
package.json
@@ -2,10 +2,10 @@
2
"name": "chartjs-plugin-datalabels",
3
"homepage": "https://chartjs-plugin-datalabels.netlify.com",
4
"description": "Chart.js plugin to display labels on data elements",
5
- "version": "0.5.0",
+ "version": "0.6.0",
6
"license": "MIT",
7
- "main": "./dist/chartjs-plugin-datalabels.js",
8
- "types": "./types/index.d.ts",
+ "main": "dist/chartjs-plugin-datalabels.js",
+ "types": "types/index.d.ts",
9
"repository": {
10
"type": "git",
11
"url": "https://github.com/chartjs/chartjs-plugin-datalabels.git"
0 commit comments