Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChartBase

Chart base

Note: In order to use charts, please include the following JavaScript file from patternfly. For example: require('patternfly/dist/js/patternfly-settings');

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

chartLoaded

chartLoaded: EventEmitter<any> = new EventEmitter()

Event emitted with the chart reference after load is complete

type

{EventEmitter}

Methods

Protected generateChart

  • Protected method called when configuration or data changes by any class that inherits from this

    Parameters

    • config: ChartConfigBase

      The config for the c3 chart

    • Optional reload: boolean

      True to reload

    Returns void

Generated using TypeDoc