Annotation editing support in toolbox
See original GitHub issueWhat problem does this feature solve?
Currently there is no easy way for a user to add annotations to a chart. The data can be initialised with labelled points but for my use case, I need my data analysts to be able to highlight a chart area and directly add annotations in a similar way to http://demo.blacklabel.pl/ (see the buttons in the top right: text, rectangle)
What does the proposed API look like?
-
The toolbox would be able to be initialised with addAnnotations: true - this would add buttons in the top right corner similar to http://demo.blacklabel.pl/
-
When annotations are added, an event would be triggered with a payload like this:
{
annotationAdded: { annotationType: 'rectangle', annotationText: 'blah', annotationXMin: 123, annotationXMax: 150, annotationYMin: 100, annotationYMax: 200 },
allAnnotations: [{ annotationType: 'rectangle', annotationText: 'blah', annotationXMin: 123, annotationXMax: 150, annotationYMin: 100, annotationYMax: 200 }]
}
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
apache/echarts - Annotation editing support in toolbox - GitHub
Currently there is no easy way for a user to add annotations to a chart. The data can be initialised with labelled points...
Read more >Toolbox and Favorites - PDF Annotator Manual
Adding Tools to Favorites To modify a tool, as, for example, to change the color of a pen, select the tool in the...
Read more >Settings Dialog Box: Annotations - 2021 - DraftSight Help
To access annotation settings, click Mechanical Toolbox > Settings, then click Annotations. You can also access annotation settings:.
Read more >Create an Annotation
Right-click the annotation and select Properties to open the Annotation Editor. Work with the following options: Name. Specifies the name of the annotation....
Read more >Convert Labels To Annotation (Cartography)—ArcGIS Pro
ArcGIS geoprocessing tool that converts labels to annotation for a single layer or an entire map.
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’s the only missing feature that makes our team hesitant about adopting echarts for our product. It’s already a majority of our customers that made it clear that it’s a mandatory to have it.
Yes. We are considering enhance labeling feature with annotation. There shall be much work to do, and it is scheduled in ECharts v5, which we haven’t begin with yet.