Page 1 of 1

Annex interface to xy.min.js

Posted: Sun Sep 26, 2021 6:36 am
by PPANTHER256
Is it possible to make an interface to xy.min.js, so to get rid of the js-lines.
I think there are a lot of people who have difficulties to deal with java-script (me included).
Something like this:
charts.setup x, y , witdt, height
charts.rangeX = ...
charts.points = (...)
charts.grid = ...
charts.event = ...
Of course everything can be done by js, but it would be much easier to have this done by the interpreter.
tnx for your attention