Skip to content

Documentation v1.0.0


Documentation / @openassistant/echarts / SimpleScatPlotDataProps

Type Alias: SimpleScatPlotDataProps ​

SimpleScatPlotDataProps = object

Defined in: components/echarts/src/scatterplot/simple-chart-option.ts:9

Internal

Properties ​

variableX ​

variableX: string

Defined in: components/echarts/src/scatterplot/simple-chart-option.ts:10


variableY ​

variableY: string

Defined in: components/echarts/src/scatterplot/simple-chart-option.ts:11

Released under the MIT License.