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

Charts mishandle the offset option #349

Open
inphoenitic opened this issue Jun 5, 2024 · 0 comments
Open

Charts mishandle the offset option #349

inphoenitic opened this issue Jun 5, 2024 · 0 comments

Comments

@inphoenitic
Copy link

I suppose the intention behind the offset setting of charts was to control the x axis start position relative to the origin of the axis.

However charts do not take 'offset = true' into account when they render the data series. Offset is only applied to the x axis!
If you set 'offset = true', the bars/points of the graph become off grid and look weird.
Also the right side of the x axis is broken.

https://snippet.webix.com/et2vhjmn

The example displays the same chart with different offset settings. You can see that the only difference is the placement of the x axis and the grid.

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

No branches or pull requests

1 participant