Extras
interface Extras
An abstraction layer over Map used by MeasureContext and ChartDrawContext to store and retrieve data.
Extras are kept in memory while measuring or drawing is taking place. Afterwards, they are removed.
Inheritors
Functions
Link copied to clipboard
Removes all stored extras.
Link copied to clipboard
Retrieves the value of the extra with the given key, unless no such extra exists. Once the value of the extra is retrieved, the extra is removed. Use getExtra to prevent the extra from being removed.
Link copied to clipboard
Link copied to clipboard