var chart = new SvgChart(parent: HTMLElement, config: SvgChartConfig);
setConfig
with the config
parameter.chart.setConfig(config: SvgChartConfig);
config
with the default config.Controller
for this chartType
.defs
element for gradient definitions.controller.onConfigBefore
.controller.onConfigSerieBeforea
.controller.onConfigSerieAfter
.serieGroupElement
element, the focus value element and set up some event listeners.controller.onConfigAfter
on the controller.chart.chart(data);
serieGroupElement
.controller.onDraw
with it and then attach this new element to the serieGroupElement
.This method is called by the chart
method.
this.onDrawStart
.this.onDrawSerie
with it and add this new element to the currentSerieGroupElement
parameter.this.onDrawEnd
.Generated using TypeDoc