### chart
- `chart`: the associated chart
+- `type`: `'chart'`
### dataset
- `dataset`: dataset at index `datasetIndex`
- `datasetIndex`: index of the current dataset
- `index`: getter for `datasetIndex`
+- `type`: `'dataset'`
### data
- `dataPoint`: the parsed data values for the given `dataIndex` and `datasetIndex`
- `element`: the element (point, arc, bar, etc.) for this data
- `index`: getter for `dataIndex`
+- `type`: `'data'`
### scale
In addition to [chart](#chart)
- `scale`: the associated scale
+- `type`: `'scale'`
### tick
- `tick`: the associated tick object
- `index`: tick index
+- `type`: `'tick'`