How to change xaxis labels styling on column chart? #2913
Replies: 3 comments
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
-
Any update please on this @genialkartik 🙏🏻 |
Beta Was this translation helpful? Give feedback.
-
One crude way to do this is to get all the .apexcharts-xaxis-label and create a
These
The above is only a proof of concept. Each time you call You are going to have to play around with Z order to get the text on background you show in your example. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How to change x-axis labels background-colors, border's width, and radius?
I'm using this configuration:
Current Chart Design:
Targeted Chart Design:
Language stacks using:
Note:
Adding external css class (
cssClass: "chart-label-x"
) and defining properties in external css style file (styles.css) didn't help.Beta Was this translation helpful? Give feedback.
All reactions