Class: Chart

Chart()

Chart Component




DEMO

Constructor

new Chart()

Source:

Members

(static) observedAttributes

Set observable values here. When Changed, attributeChangedCallback is invoked
Source:

Methods

attributeChangedCallback()

Called with .setAttribute(...) function call
Source:

column()

BARS CHART (DONUT IF INNSERSIZE SPECIFIED)
Source:

connectedCallback()

This function is called when this is attached to DOM
Source:

disconnectedCallback()

Invoked When component is removed. Usually with a .remove() function call
Source:

pie()

PIE CHART (DONUT IF INNSERSIZE SPECIFIED)
Source: