v2.4.2
New user option: annotator ✍️
Most charts now have the annotator user option, available in the chart top menu, which allows end users to draw live annotations on charts. These annotations can be saved using pdf of img download. A nice feature when people talk around a chart.
When activated, the annotator shows a set of 5 actions:
- Close the annotator
- Change the pen color
- Undo
- Redo
- Delete all annotations
By default, this feature is enabled.
To disable this feature, set the following config attribute to false
.
userOptions.buttons.annotator: boolean; // default: true
To change the tooltip label of the action button:
userOptions.buttonTitles.annotator: string: // default: "Toggle annotator"