Skip to content

FAOSTAT/fenix-ui-chart-creator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 2.9%