thekeenant / fcharts

:bar_chart: Create beautiful, responsive, animated charts using a simple and intuitive API.
https://pub.dartlang.org/packages/fcharts
MIT License
326 stars 46 forks source link

Support categorical or continuous axes (both x and y) #7

Closed thekeenant closed 6 years ago

thekeenant commented 6 years ago

X is strictly categorical right now, while Y is strictly continuous.

One might want to represent time on the X axis, which is a continuous measurement. Or you might want categories such as colors on the Y axis.

thekeenant commented 6 years ago

See #10