Hi,
We are using new chart component. We are facing issue, column chart legend color is not matching with column chart series. Also x Axis Label is not coming below bar, alignment issue.
We have added color in DataPoint list provided to chart.
Chart Legend we have kept blank.
Best Regards,
Nitin
Hello.You are using it wrong.While the color and label you are defining in Data Points are for a specific column, series simply group a set of columns. In your model, Series are useless...If you want to do this 1-on-1 color match, you need to set the Series color to match the columns.
Thank you @Nuno Reis !
I got your point to add the addons for each series.
We need to specify Series Name in DataPoint list as well?
Another issue I am facing is my X axis labels are not coming below column.
Regarding series, you need them when you have multiple groups. Like department and year. One stays on the axis, the other on column colour. On your scenario I dont see advantages.
The legend is centered on the image. You are ignoring the y axis.