Just a repo with all of the method, event, and misc constants for ZingChart. Used for wrappers and integrations.
The default export object contains the following:
export default {
EVENT_NAMES,
METHOD_NAMES,
MARKER_NAMES,
DEFAULT_WIDTH,
DEFAULT_HEIGHT,
DEFAULT_OUTPUT,
};
A list of all event names available on ZingChart.
A list of all method names available on ZingChart.
A list of all marker types available on ZingChart. The term marker is synonmous with node, so these are the different node style render types.
The default width of the charts.
The default width of the charts.
The default output of render of the charts. Can either be svg
or canvas
.