custom options typing for each chart type
Opened this issue · 0 comments
aaronleopold commented
I have discovered each chart type in react google charts potentially has an entirely different options typing. For example, Sankey charts are not configurable with titles, legends, and have a different color definition scheme. I will need to therefore create these separate types and toggle between them when toggling between chart types.
current config implementation needs rework