Is it possible to restrict double Y axes?
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
I need to draw 2 charts using different Y values but which will use the same X axis. The left Y axis is measured by integer thousands, the right Y axis is measureg by float number from 0 to 1. Each chart needs to have its own scale but I noticed that `minY` and `maxY` are specified only single time.
So is it possible to draw 2 charts with different scales?
Contributor guide
Research direction
Start by locating the chart configuration that exposes the single minY and maxY values, then review how the shared X axis and the two Y scales are represented. Define how separate integer and 0-to-1 scales should be configured and synchronized, and confirm the expected result with a representative two-chart example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100