Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix clip for graph #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RockyZeroFour
Copy link

@RockyZeroFour RockyZeroFour commented Jun 11, 2024

  • Prevent potential overflow of the graph Y value
  • Also considers large coordinates now for the clip handling
  • Removes obsolete graph settings (X coordinate settings because these are limited to a scattered graph)
  • Maps data point count to ticks on the X axis (so the data points actually match up the ticks on the X-axis)

- Prevent overflow of the next graph value
- Also considers large coordinates now
- Show the same amount of data points as total ticks
- This fixes the problem that only 10 data points are mapped to 11 points of the X axis
- Removed the chart range for the X axis because that only apply for the scatter graph type while the bar type is used instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant