Flux Chart min and max values axis. #1500
Unanswered
boonstoppel
asked this question in
Feature Requests
Replies: 1 comment
-
@boonstoppel thanks for reporting! I'm going to convert this to a feature request, as it's not currently supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Flux version
v2.1.4
Livewire version
v3.6.3
Tailwind version
3
Browser and Operating System
Chrome on MacOS
What is the problem?
Flux chart axis min and max not supported.
Code snippets
How do you expect it to work?
I expect the :min and :max props on <flux:chart.axis axis="y"> to define the visible range of the Y-axis.
…then the chart's Y-axis should start at 60 and end at 95, regardless of the data range. This is standard behavior in most charting libraries and helps ensure consistent scale across charts or visual padding around data points.
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions