github graphieros/vue-data-ui v3.23.9

3 hours ago

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;
}

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.