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

Axis does not scale or moving when zooming in to chart, or moving chart. #223

Open
audryste opened this issue Mar 9, 2021 · 1 comment
Assignees
Milestone

Comments

@audryste
Copy link

audryste commented Mar 9, 2021

Version built from master several days ago.
I used plot2d sample with cmake on Windows.
Is it possible that axes would represent real coordinates while zooming or moving chart arround? They seem stuck, or "glued" instead of representing real coordinates during chart/plot inspection.

@9prady9
Copy link
Member

9prady9 commented Mar 10, 2021

Right now, the axes coordinate values are computed only once when the axes range is changed by calling chart::setAxesLimits. They don't auto-recompute when the object is transformed. Perhaps that can be added but I would have to think through the behavior and corresponding code changes. I won't be able to get to this task in the first half of 2021 I think. Let's keep this issue open as an feature improvement request.

Thank you for sharing your feedback.

@9prady9 9prady9 added this to the 1.1.0 milestone Mar 10, 2021
@9prady9 9prady9 self-assigned this Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants