Annex interface to xy.min.js

Give it a try, it costs you nothing !
Post Reply
PPANTHER256
Posts: 13
Joined: Wed Mar 10, 2021 5:45 am
Has thanked: 4 times
Been thanked: 4 times

Annex interface to xy.min.js

Post 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
Post Reply