How to change the color of colume text in the chart?

0
Hello, Somebody help me please.   I need to change the color of column text in a chart. I don't mean "column color" > Column's TEXT color < in a chart   I can't find how to change this inside text of column, even I used Mendixchat but nope. Please help me!  
asked
1 answers
1

Hi,

As charts are based on plotly you can use the styling options defined in the docs.

Here is a link to what you are looking for: https://plotly.com/javascript/reference/bar/#bar-textfont

You can also play around with the basic styling options using Plotly Chart Studio

 

If you never worked with anychart / plotly I would reccomend you watching this video to learn more about how charts are built up and how to customize styling: Video1, Video2

 

Hope that helped.

answered