Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 856 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 856 Bytes

Stories in Progress

FENIX Chart Creator

Configuration

General

{ "model" : Object, "container" : CSS3 selector | HTML DOM Element Object, "adapter" : Object, "template" : Object, }

Model

It depends on the adapter selected.

Adapter

{ "id" : String //ID of the selected adapter. Default: "d3s_highcharts", "options" : Object //Specific internal library configuration. E.g, if the adapter is "d3s_highcharts", it contains the specific Highcharts configuration. } ID currently supported:

  • d3s_highcharts

Adapter

{ "id" : String //ID of the selected template. Default: "base_template" } ID currently supported:

  • base_template