Candle stick line charts

Hi,

  1. Is it possible to create candle stick line charts using dhtmlxchart?
  2. 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?

Thanks!

Hi,

unfortunately, line charts doesn’t provide such a functionality. However, you may try StackedBar chart and grouping. I have attached the sample.

here are related articles:
docs.dhtmlx.com/doku.php?id=dhtmlxchart:dhxbar
docs.dhtmlx.com/doku.php?id=dhtmlxchart:grouping
docs.dhtmlx.com/doku.php?id=dhtmlxchart:functor

And samples in chart package:

dhtmlxChart/samples/06_bar_chart/05_stacked_chart.html
dhtmlxChart/samples/03_group/02_scales.html
chart.zip (50 KB)

Thanks!
I need an X-Y plot since I want to depict trends. For my type of data, I cannot use stacked bar charts.

Is this a functionality that will be available in a future release?

Harini

Hi,

Is this a functionality that will be available in a future release?

currently we are not planning to implement this feature.