VueUiXy
@selectX emit & config.event events (datapointClick, datapointEnter, datapointLeave):
- expose the full content of the visible dataset
- update related TS types:
config.event.datapointXxx
type VueUiXyEvent = (({ datapoint, seriesIndex, }: {
datapoint: VueUiXyDatasetItem[];
seriesIndex: number;
}) => void) | null@selectX emit
type VueUiXyEmitSelectX = {
datapoint: VueUiXyDatasetItem[];
index: number;
indexLabel: string;
}