javascript - In HighStocks, compare the values of the series against the previous value -


in highstock/highchart 3.0+ possible display series y-axis representation of change previous value. know can use plotoptions.series.compare represent y-axis change first data point in visible range.

so here result looking - if have following points on y-axis [100, 115, 110, 105, 120] want see following points plotted [+15, -10, -5, +20].

is possible? know can morph original input second array in example here, hoping avoid this, since tooltip need preserve first array.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -