Annotation Feature
See original GitHub issueI think having an annotation feature that lets you put some extra data available on the chart would be very helpful. It could be a target with callbacks similar to tooltips, so you could choose to have extra data displayed on hover. There are a lot of different ways to make annotations, here are a few:
Axis Marker
Series Marker
Horizontal / Vertical Lines
I’m torn on whether these should exist in a data series, but that usually only works for either horizontal or vertical
Alternative implementations
Google Charts has implemented this by adding Role
as an option -https://developers.google.com/chart/interactive/docs/roles?hl=en. @etimberg & @tannerlinsley - I think we should seriously take a look at how we plan on supporting those options beyond just annotations while we still have some API flexibility.
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Create annotation feature classes—ArcGIS Pro | Documentation
The text in feature-linked annotation reflects the value of a field or fields from the feature to which it's linked, or an expression...
Read more >FAQ: What is feature-linked annotation? - Esri Support
Feature-linked annotation is a special type of geodatabase annotation, the other being standard annotation. A few points about feature-linked annotation:
Read more >Annotation feature classes - Hunter Geography
Like other feature classes, annotation feature classes have attributes (annotation attributes define how the text is to be displayed) and a spatial reference, ......
Read more >Using annotation tools for collaboration - Zoom Support
Zoom's in-meeting product features allow you to add annotations on your screen during your video calls — a tool for remote teams to......
Read more >Edit Annotation Feature Classes in ArcGIS Pro - YouTube
The video actually augments an earlier series I did on Annotation featureclasses. This shows how to make symbol editing much easier using ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It won’t be a part of the initial 2.0 release, but should make it for 2.1.
Annotation plugin is https://github.com/chartjs/Chart.Annotation.js and all feature requests should be there. It already has the ability to do horizontal and vertical lines