Skip to main content

Type Alias: GetValues()

GetValues: (datasetName, variableName) => Promise<number[]>

Defined in: packages/echarts/src/types.ts:4

The getValues function is used to get the values of the variable from dataset.

Parameters

datasetName

string

variableName

string

Returns

Promise<number[]>