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 #887 This PR enables the feature to draw an annotation before a specific dataset. This is implemented setting `drawTime` option as integer which is representing the dataset index. The...

enhancement

Currently using the drawTime: beforeDatasetsDraw option to ensure the first dataset is drawn on top of the line annotation (I'm using plugin to draw a y = 0 line). I'd...

enhancement
help wanted

### Discussed in https://github.com/chartjs/chartjs-plugin-annotation/discussions/875 Originally posted by **Camology** April 13, 2023 Tried to search for others with a similar issue but did not find one, apologies if there is one...

enhancement

### Feature Proposal Would it be possible to have the clip property per annotation so we can control it independently ? What would be a workaround for this ? Thanks...

enhancement

When all I want to do is overlaying a simple annotation on a plot, chart js will still be asking me tons of configs to fill in -- which is...

help wanted
status: needs test case

**Backstory** I was trying to set up a codepen to try using chartjs-plugin-annotaiton. (If I just set it up wrong, I'm sorry). I created If you go look at [the...

help wanted

The current annotations options are including a set of options which can be changed when the element is hovered. For instance, `backgroundColor` or `font`. These new options could be added...

enhancement

Hey, thank's for this usefull plugin ! I would like to get the width of an annotation from within another annotation scriptable option (to place the 2nd annotation next to...

enhancement
help wanted

const options = { responsive: true, maintainAspectRatio: false, plugins: { legend: { position: "bottom" as const, }, annotation: { annotations: { point1: { type: 'point', x: lineChartData?.maxSolar?.ts, y: lineChartData?.maxSolar?.m_s, backgroundColor:...

help wanted

Setting these defaults prevents errors when using annotations in the skia canvas context. See Issue for more details: https://github.com/chartjs/chartjs-plugin-annotation/issues/938

enhancement