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

Fix #900 This PR is add new options, `hitTolerance`, which is a number and represents the amount of pixels to add for interacting on annotation elements. ### TODO - [x]...

enhancement

I have a radar chart created with radar charts and i have created 14 radial lines and i am seeing ticks values in the first radial like [0,50,100] now i...

question

Hey, can we add the labels to the annotations with the point type? I can't seem to figure out a way to do it. This code is from the [documentation...

help wanted

I've set up my chart to mimic the configuration on [this page](https://www.chartjs.org/chartjs-plugin-annotation/latest/samples/interaction/dragging.html). `element` never gets updated even if I put it in a state variable Here's the code for reference....

help wanted

This PR is adding `getAnnotations` function to annotation plugin to get all annotation elements created for a chart. It also removes _getState` function from annotation plugin because it was used...

enhancement

Using `[email protected]` and `[email protected]`, an error is generated "Cannot read properties of undefined (reading 'left') on clipArea" when the `resizeDelay` option is set to non-zero. JSFiddle: [here](https://jsfiddle.net/u2aLmgx9/14/) (or just copy...

bug

Hello folks, Thanks for the nice plugin. Using `chartjs-plugin-annotation: 2.2.1` and `typescript: 3.9.10` I get the following type error: ``` ERROR in .../node_modules/chartjs-plugin-annotation/types/label.d.ts(5,25): 5:25 'number' only refers to a type,...

types

The annotation is pinned to the axis. And the axis can move, e.g. when enabling/disabling datasets. When the axis moves, the animation curve appears to be quadratic. But the annotation...

status: needs test case

I am unable to figure out the case when there is collision of annotations, number of annotations and values are dependent on api, so I am unable to resolve a...

help wanted

When using line annotation with `borderWidth: 1`, the final width of the line is `2px`. Step to reproduce: - Open [https://www.chartjs.org/chartjs-plugin-annotation/latest/samples/line/visibility.html](https://www.chartjs.org/chartjs-plugin-annotation/latest/samples/line/visibility.html) - Screen the website using [PixelZoomer](https://addons.mozilla.org/en-US/firefox/addon/pixelzoomer/) - Measure the...

enhancement