bn.createChartContext
▸ createChartContext(chartId
, options?
): EChartsType
description
return a chart instance for given chart id
remark
supported jssdk >= 4.14.0
example
const chartContext = bn.createChartContext('chartId')
cameraContext.setOption({})
Parameters
Name | Type |
---|---|
chartId | string |
options? | Object |
options.rendererId? | number |
Returns
EChartsType