Open mkeyno opened 2 years ago
Would smoothie.options.maxValue = myValue
be sufficient?
thanks, @WofWca , now I can change my scope of data, but I think automatic dynamic scope changing would be a good option for such a drawing library
It does change automatically by default, if you omit the maxValue
and minValue
options, see the default builder example: http://smoothiecharts.org/builder/
hi I make an instance of the chart for my real data input, however my data variation is changed and I was wondering if I can change the smoothie function properties such as
maxValue, minValue:
dynamically