Show:

ia.BarChartFactory Class

Factory for creating bar charts.

Item Index

Methods

build

(
  • callbackFunction
)

Inherited from ia.ChartFactory but overwritten in ia\factories\BarChartFactory.js:56

Builds the component.

Parameters:

  • callbackFunction Function

    Called on completion of function, with the component id as the parameter.

render

(
  • callbackFunction
)

Inherited from ia.ChartFactory but overwritten in ia\factories\BarChartFactory.js:158

Renders the component.

Parameters:

  • callbackFunction Function

    Called on completion of function, with the component id as the parameter.

update

(
  • callbackFunction
)

Inherited from ia.ChartFactory but overwritten in ia\factories\BarChartFactory.js:111

Updates the component.

Parameters:

  • callbackFunction Function

    Called on completion of function, with the component id as the parameter.

updateChart

()

Inherited from ia.ChartFactory but overwritten in ia\factories\ChartFactory.js:20

Adds common chart properties.