I am using jqPlot to render candlestick stock charts. In OHLC
candlestick samples, charts are built upon consecutive data. However
when I use real data from .csv feed, historical data are not
consecutive numbers. This is because there are weekends when stock
market is closed. When using DateAxisRenderer and xaxis tickInterval:
"1 day", it creates 2 day gaps on chart for every weekend when there
are no data. So when I am trying to plot chart for last 10 days, there
are 2 empty slots after every 5 days of data.
I tried to find the info on jqplot site on how to remove these gaps.
However I could not find a way to do so. Would you be so kind and
point me to direction on how to make OHLC candlestick chart look
seamless like in examples with actual data that have those weekend
gaps in dates.
thanks for any direction in this matter
--
You received this message because you are subscribed to the Google Groups "jqplot-users" group.
To post to this group, send email to
jqplot...@googlegroups.com.
To unsubscribe from this group, send email to
jqplot-users...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/jqplot-users?hl=en.