Hierarchy

  • ITrueChartCoreAPI

Index

Properties

ConfigManager

ConfigManager: IConfigManager

Holds a global instance of the Config Manager

GlobalFeatureManager

GlobalFeatureManager: IGlobalFeatureManager

Holds an instance of the Global Feature Manager

InstanceManager

InstanceManager: IInstanceManager

Holds a global instance of the Instance Manager

UIManager

Holds a global instance of the UserInterface Manager

createTrueChart

createTrueChart: function

Returns an instance of trueChart

param

Parent HTML node for trueChart to paint into.

param

Initial set of feature implementations

returns

trueChart instance object implementing ITrueChart API

Type declaration

    • (parent: HTMLElement, features?: IFeatureMap, isKpiChatExclusive?: undefined | false | true): ITrueChart
    • Parameters

      • parent: HTMLElement
      • Optional features: IFeatureMap
      • Optional isKpiChatExclusive: undefined | false | true

      Returns ITrueChart

destroyTrueChart

destroyTrueChart: function

Destroys a trueChart instance

param

Reference to the instance. Can be an ID (string), the parent HTML node or the instance itself

Type declaration

    • (instance: string | HTMLElement | ITrueChart): void
    • Parameters

      Returns void

showAll

showAll: function

Shows all created trueChart instances at once

Type declaration

    • (): void
    • Returns void