Skip to content

chartjs-chart-error-bars v4.4.0 / LineWithErrorBarsController

Class: LineWithErrorBarsController

Extends

  • LineController

Constructors

new LineWithErrorBarsController(chart, datasetIndex)

new LineWithErrorBarsController(chart, datasetIndex): LineWithErrorBarsController

Parameters

chart: Chart<keyof ChartTypeRegistry, (null | number | [number, number] | Point | BubbleDataPoint | IErrorBarXDataPoint | IErrorBarYDataPoint | IErrorBarXYDataPoint | IErrorBarRDataPoint)[], unknown>

datasetIndex: number

Returns

LineWithErrorBarsController

Inherited from

LineController.constructor

Source

.yarn/berry/cache/chart.js-npm-4.4.2-e9b1497a6e-10c0.zip/node_modules/chart.js/dist/types/index.d.ts:232

Properties

id

static readonly id: "lineWithErrorBars" = 'lineWithErrorBars'

Overrides

LineController.id

Source

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/LineWithErrorBarsController.ts:147