chartjs / chartjs/chartjs-plugin-annotation
Annotations that are following current Y values should not overlap
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 623
- Forks
- 377
- PR merge metrics
- No merged PRs in 30d
Description
### Feature Proposal
When two plots have very close Y values, the annotations are overlapping and can hide each other, for example in our app:

### Possible Implementation
Instead of overlapping, they should be on top of each other (ordered by y values), for example ([source](https://www.macrotrends.net/2528/dow-jones-vs-NASDAQ-chart)):

Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.