zavtech / morpheus-viz

The visualisation components of the Morpheus framework
http://www.zavtech.com/morpheus/docs/viz/charts/overview/
7 stars 4 forks source link

Rename htmlMode to gchartMode? #10

Open benmccann opened 6 years ago

benmccann commented 6 years ago

I think htmlMode is generates Google charts. There are other html charts we could support in the future like amcharts, so gchartMode might be a better name so that we could also have amchartsMode, etc.

Zavster commented 6 years ago

I'll create an enum of chart engines and then change the method to mode(ChartEngine) so we can support other charts engines more seamlessly.