Type Alias: ScatterplotFunctionContextValues
ScatterplotFunctionContextValues:
ScatterplotFunctionContext
[keyofScatterplotFunctionContext
]
Defined in: packages/echarts/src/scatterplot/definition.ts:56
The definition of the values of the scatterplot function context. It is a union of the values of ScatterplotFunctionContext: getValues | onSelected
See ScatterplotFunctionContext for more details.