Is it possible to create candle stick line charts using dhtmlxchart?
Is it possible for 1 x-axis vaue to have multiple y-axis values?
For example, if I have data as follows
x y
2010-11-11 1;2;3
2010-11-12 3
2010-11-13 1,3
In my graph, the data shows up so that 2010-11-11 is repeated 3 times on the X-axis.
What do I do, if I want the value to show up only once on the X-axis and all the corresponding Y axis points lined vertically?