Series step problem

in DOCS - ZIM JavaScript Canvas Framework - Documentation
#generator


can series function use step(0.1)?
i don't find the series value change.

Oh - oops - we did it wrong. The step should be in the series({min:1, max:4, step:.1}) - the step() outside the series is integers only and is for a different reason. So have fixed the docs. Thanks.

1 Like