timestored / pulseui

Real-time interactive database applications
https://www.timestored.com/pulse/
Other
81 stars 10 forks source link

Display UST tic values #294

Open beebeed opened 5 months ago

beebeed commented 5 months ago

I have a table with timestamps and prices for UST futures. I would like to plot the time series but display the tick values (i.e. 100.25 is equivalent to 100-08) when I hover over the lines. I would also like to display last values to display tick values. In my table I have a list of prices which are quoted as tick strings. I have been looking at the echart api but there is nothing obvious of how to approach this. Thanks