chartjs-chart-error-bars / ScatterWithErrorBarsController
Class: ScatterWithErrorBarsController
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/ScatterWithErrorBarsController.ts:27
Extends
ScatterController
Constructors
Constructor
new ScatterWithErrorBarsController(
chart,datasetIndex):ScatterWithErrorBarsController
Defined in: .yarn/berry/cache/chart.js-npm-4.5.0-e95c375db8-10c0.zip/node_modules/chart.js/dist/types/index.d.ts:244
Parameters
chart
Chart
datasetIndex
number
Returns
ScatterWithErrorBarsController
Inherited from
ScatterController.constructor
Properties
id
readonlystaticid:"scatterWithErrorBars"='scatterWithErrorBars'
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/ScatterWithErrorBarsController.ts:116
Overrides
ScatterController.id
Methods
parseObjectData()
protectedparseObjectData(meta,data,start,count):Record<string,unknown>[]
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/ScatterWithErrorBarsController.ts:41
Parameters
meta
ChartMeta
data
any[]
start
number
count
number
Returns
Record<string, unknown>[]
Overrides
ScatterController.parseObjectData
parsePrimitiveData()
protectedparsePrimitiveData(meta,data,start,count):Record<string,unknown>[]
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/ScatterWithErrorBarsController.ts:35
Parameters
meta
ChartMeta
data
any[]
start
number
count
number
Returns
Record<string, unknown>[]
Overrides
ScatterController.parsePrimitiveData
updateElementScale()
protectedupdateElementScale(index,properties,mode):void
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/ScatterWithErrorBarsController.ts:75
Parameters
index
number
properties
Record<string, unknown>
mode
"none" | "hide" | "show" | "default" | "active" | "resize" | "reset"
Returns
void