Theia
Theia is the main API for dTheia - a reusable charting library built using d3 v.4 and ES6
Static Method Summary
Static Public Methods | ||
public static |
Create a chart and return object |
|
public static |
createBarChart(oParams: Object): Object Create a bar chart and return object |
|
public static |
createBubbleChart(oParams: Object): Object Create a line chart and return object |
|
public static |
createLineChart(oParams: Object): Object Create a line chart and return object |
|
public static |
getDataOps(): * Return a public DataOps module |
|
public static |
getUtilities(): * Return a public Utilities module |
Static Public Methods
public static chart(sContainer: String, sType: String, oParams: Object): Object source
Create a chart and return object
public static createBarChart(oParams: Object): Object source
Create a bar chart and return object
Params:
Name | Type | Attribute | Description |
oParams | Object | contains the configuration for the chart |
public static createBubbleChart(oParams: Object): Object source
Create a line chart and return object
Params:
Name | Type | Attribute | Description |
oParams | Object | contains the configuration for the chart |