Bar chart in multiple colour

We need to know if multiple colour bars can be shown on the Bar charts… How can we achieve this?

You are able to use the gradient in your chart:
https://docs.dhtmlx.com/suite/samples/chart/04_customization/02_bar_gradient.html

Hi Sematik,
Thank you for the response, we are looking for the possibility of setting different colours for each of the Bar on the Chart… Client is expecting this for a colourful experience…

I know it is not a standard unless grouping is involved… But just checking possibilities…

Regards,
Thendral

We have a few more queries on the DHTMLX Suite 6.x for Charts…

  1. On the Line chart, plot area click event does not work, how can we make it work?
  2. PIE Chart outer shadow cannot be set, can we get it set?
  3. PIE Chart legends when there are more we need to set vertical scroll, (elegant looking scroll), how can we achieve that.

Would appreciate if anyone can help us with these…

Regards,
Thendral

we are looking for the possibility of setting different colours for each of the Bar on the Chart… Client is expecting this for a colourful experience…

You may only define a unique color for the serie, but not for the specific bar.

On the Line chart, plot area click event does not work, how can we make it work?

Unfortateunly the serieClick event can be used for Bar, X-Bar, Pie, Pie 3D, Donut charts only.
It is mentioned here:
https://docs.dhtmlx.com/suite/chart__api__chart_serieclick_event.html

PIE Chart outer shadow cannot be set, can we get it set?

chart are builded as the svg elements, so it is not avaialble to apply css shadows to it.

PIE Chart legends when there are more we need to set vertical scroll, (elegant looking scroll), how can we achieve that.

Unfortunately It is not available to draw the scroll inside the svg object chart for the legend.

Thank you for the response…

Regards,
Thendral