Perspective XY CHART COLOR

  1. Is there a way to change the bar graph color in XY CHART?

  2. 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

From there:
to change the colors: .fill.color
to change the bar widths: .width

1 Like

Thank you so much

1 Like