Is there a way to change the bar graph color in XY CHART?
Can I reduce the width of the bar graph?
If both are possible, please let me know how.
It is simple to change both:
First open: props.series.{integer}.column.appearance
props.series.{integer}.column.appearance
From there: to change the colors: .fill.color to change the bar widths: .width
.fill.color
.width
Thank you so much