chartjs-plugin-annotation icon indicating copy to clipboard operation
chartjs-plugin-annotation copied to clipboard

Annotation plugin for Chart.js

Results 72 chartjs-plugin-annotation issues
Sort by recently updated
recently updated
newest added

Sorry if this is a duplicate but I cannot seem to find something related to my issue. I would like to know if there is a way for one of...

enhancement

We are trying to use this plugin and ChartJS from a CDN, but we are not able to draw the box, and no errors are reported. My code looks correct,...

I am getting the error below when I just register the plugin. There is no need to use the plugin, only by registering you will get the error. Error in...

As it has been implemented in CHART.JS, see PR https://github.com/chartjs/Chart.js/pull/10571, it could helpful to have the same options structure also in this plugin. Maybe other "aggregation" in a single node...

breaking change

Currently, `ScaleValue` is defined as `string | number`, which is not compatible with the [time axis](https://www.chartjs.org/docs/latest/axes/cartesian/time.html). It should at least support the `Date` object, and ideally, it would also support...

enhancement
types

The four options `xMin`, `xMax`, `yMin`, and `yMax` can accept an `undefined` value to indicate "growth to the chart boundary." Scriptable options for these four options also support an `undefined`...

types

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

I am not sure if this is an issue with this plugin or https://github.com/reactchartjs/react-chartjs-2. Or a combination of both. But the 4.4.1 update to chart js broke me. Rolling back...

help wanted
types

Error message: ``` Property 'backgroundColor' does not exist on type 'AnnotationOptions'. Property 'backgroundColor' does not exist on type '{ type: "line"; } & LineAnnotationOptions'. ``` Reproducible example: https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAbzgYQBYENYBoUdgEXRnRzUxgHkwZgIA7AZzgF84AzKCEOAcgGM8MAHQArBjwDcAWABQoSLDjo6dCMRr0ACgBsArgHNgddp279BYgLRg9hupeWr1tOpNmyysIVACmhhjA+UAAUjmpELjoGRgCU7jJ89AFwENQuDABcuORUGowAPDwARrpFRdo+PAB8cAC8iLJwcDbRjFkIjU1KKuF57Z1d3U4RSf0yg4NswFABAIq66AAmUMowAEL6YxMTMACeYD5ZxRAAHjxYA9twReh8ANb6nLp0i8gQ2tBHAMRsv+eX2yK0EWQTeHygWWCAH0cKk8gwYnUanD0kIbvdHhBnq93tALuMrswASxLkSCWSybIAG6YOB8GAnOpwRYQPi6EA+OjCfQ+GAAUQqHK5a12AElFsEAEQgXaeGCSxHoJgACQAKgBZAAyyGUNIYAp8Qpg0hkNKgcBlcqZdB8AHdsrBgvSTjgOgSmnsDkcSmUKv93cyiOgthNFkGGLzMnAANrEppuq5dbToIo+bRHMPECMwf2JpqZ4MxhAnLIARhwuyyACYcBC4ABmZiuktwGtwSsN2tZRsAXXxiabxL7pP7XRRoxSaSSo8HMhiEiAA

types

Seeing a console error intermittently while navigating form some different application, the chart js plugin annotation gives me erroe saying `instrument.js:122 TypeError: Cannot set properties of undefined (setting 'backgroundColor') at...

bug