parsing

Configuration Structure

parsing: {
x: string,
y: string | string[],
z: string,
}

x

Default: undefined

Global x field. Provide the key to use for x-axis values

y

Default: undefined

Global y field to use for y-axis values. This accepts array for rangeBar, rangeArea candlestick and boxplot charts

z

Default: undefined

Global z field only applicable to bubble charts.

More information on data parsing can be found on Parsing Data Guide.