@amad3v/solid-echarts - v1.0.2
    Preparing search index...

    Type Alias SolidEChartEventMap

    SolidEChartEventMap: Partial<
        Record<SolidEChartEventName, SolidEChartEventHandler>,
    >

    Map of ECharts event names to their handlers. All entries are optional, only the events you care about need to be provided.