X Axis Labels #28
Answered
by
francescoleoni98
MacWoodworking
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi Kevin,
Yes you can do that. Here is how you can do it.
chart.config = FLChartConfig(granularityX: 1)
FLConfig has other options to configure your chart.
For more information you can build the docs (control + shift + command + B)
If you have any other issue message me ;)
Thank you @MacWoodworking
… On 10 Apr 2022, at 03:52, Kevin ***@***.***> wrote:
I have a bar chart that I would like to have every label along the X Axis displayed instead of the default of ever 3rd label, Is this a configuration for this or would I have to create a custom BarChart subclass? The chart I created has X Axis labels
Hits, 1B, 2B, 3B, ... but as you can see the chart only shows Hits, 3B, ...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
francescoleoni98
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a bar chart that I would like to have every label along the X Axis displayed instead of the default of ever 3rd label, Is this a configuration for this or would I have to create a custom BarChart subclass? The chart I created has X Axis labels
Hits, 1B, 2B, 3B, ... but as you can see the chart only shows Hits, 3B, ...
Beta Was this translation helpful? Give feedback.
All reactions