- Fix main in package.json
- Update deps
- Add tsc build into build script
- Correct version on JS version
- Angular support with usage example
- Add support for Chart.js v4.3 !BREAKING
- TypeScript refactoring of the initial plugin source
- TypeScript eslint support
- Extracted
ChartLabel– this holds a large chunk of the initial logic - Extracted
getChartLabelPlugin()method – which can be used to register chart plugin
- Add support for Chart.js v3
- Add ESLint to dev dependencies to autofix code
- Add rollup to dev dependencies to generate bundle
- bar suuport. #71
- support IE11 #74
- tries to render labels on line-chart #70
- reop: Label possition conflict when using doughnutlabel plugin. #67
- package name and usage follows Chart.js plugin rules. #66
- option
overlapdefault true. - require Chart.js 2.6.0+
- option
mode - option
format
- refactor code structure.
- Label possition conflict when using doughnutlabel plugin. #67
- polarArea suuport. #37
- text.split is not a function.
- multiple options support. #18
- multiple lines support. #31
- outside label position. #45, #61
- 'afterDatasetsDraw' of undefined #60
- option
textMargin. #54 - option text shadow. #56
- option
outsidePadding. #42
- render stopped if label is empty.
- option
showActualPercentages. #42
- numbers as labels. #38
- dataset and index parameters to
render. #35 - Chart not defined check for SSR #33
- dataset and index parameters to
fontColor. #32
- option
fontColorcan be function. #29 - option
rendercan be 'image'. #19
- option
overlap. # 25 - option
rendercan be custom function. #21, #24 - option
fontColorcan be array. #20
- option
moderename torender,modestill works.
- option
mode. - option
format.
- option
showZero. # 14
- outside label overlap in some cases.
- bug #12
- drop support for chart.js below v2.1.5
- option
position, available value is 'default', 'border' and 'outside'. # 8
- option
arcTextrename toarc. - option
borderTextremove and replace bypositionwith value 'border'.
- borderText feature. #2
- percentage not visible on last segment of chart. #3, #4
- arcText feature.
- format feature.
- First version implementation.