Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / ScatterplotLlmResult

Type Alias: ScatterplotLlmResult ​

ScatterplotLlmResult = object

Defined in: echarts/scatterplot/tool.ts:96

Properties ​

error? ​

optional error: string

Defined in: echarts/scatterplot/tool.ts:105


instruction? ​

optional instruction: string

Defined in: echarts/scatterplot/tool.ts:106


result? ​

optional result: object

Defined in: echarts/scatterplot/tool.ts:98

datasetName ​

datasetName: string

details ​

details: string

id ​

id: string

xVariableName ​

xVariableName: string

yVariableName ​

yVariableName: string


success ​

success: boolean

Defined in: echarts/scatterplot/tool.ts:97

Released under the MIT License.