1

I am trying to change the color of the axis labels in a bar chart in Slate but setting the color property does not seem to do anything. uncolored axis despite code

Max Magid
  • 245
  • 1
  • 8

1 Answers1

1

You need to use the ‘fill’ property instead of the color property. enter image description here

Max Magid
  • 245
  • 1
  • 8