Axis title size, Axis title intervals #1499
Replies: 2 comments
-
I couldn't run your code (DateFormat and it's |
Beta Was this translation helpful? Give feedback.
-
Hi, you can find the main.dart file here: https://github.com/AlwinFassbender/fl_chart_test/blob/main/lib/main.dart There is a solution in the code to both questions, you have to uncomment lines 88, 90, 99, 101 and 103 for that. I would appreciate your feedback on the implementation! I still think it is unfortunate that you have to specify the size of the title widgets, and I don't exactly get why you can specify it twice (in |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, below you can see the screenshot of a graph I created. It looks beautiful and I love using this package so far!
Two questions regarding the use of this package:
axisNameSize: 60
andreservedSize: 60
, the numbers appear in two rows. But I want to make the length of the numbers variable, even 5-digit numbers might be used on the axis titles. Do I have to calculate the size theText
widgets need myself, or is there a built-in solution for this?Here is the code I used to create this chart.
Thanks for the package and any help!
Beta Was this translation helpful? Give feedback.
All reactions