Interface of the main trueChart class

Hierarchy

  • ITrueChart

Index

Properties

DataManager

DataManager: IDataManager

returns the DataManager instance

EventsManager

EventsManager: IEventsManager

returns the EventsManager instance

FeatureManager

FeatureManager: IFeatureManager

returns the FeatureManager instance

Initialized

Initialized: Promise<void>

a Promise which will be resolved, when trueChart is completely initialized

LayoutManager

LayoutManager: ILayoutManager

returns the LayoutManager instance

TemplateManager

TemplateManager: ITemplateManager

returns the TemplateManager instance

Methods

show

  • show(): void
  • shows the trueChart component

    Returns void