-
Notifications
You must be signed in to change notification settings - Fork 185
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
[Bug]: Excessive padding for timeseries in line chart #1246
Comments
@theiliad |
Checking on this one, it is possible to overcome the behavior with additional computing: We need to specify a custom domain + using @theiliad the interesting point is about Furthermore, it appears there is another bug with timeSeries data and custom domains. If a custom Domain is used for a timeSeries scaled axis, the value axis can't be determined correctly by the library - in rare cases it does but this isn't reliable and I haven't found a pattern. Take this modified line (time series) code sandbox: https://codesandbox.io/s/competent-elbakyan-l77iy?file=/src/index.js. It results in a straight line for the value axis: Summarizing all that, I'd like to see this item getting re-opened to double check on the Many thanks! |
Contact Details
[email protected]
What happened?
A line chart is drawn but surrounding the data points is excessive padding.
Version
latest
Data & options used
Relevant log output
No response
Codesandbox example
https://codesandbox.io/s/friendly-goldstine-2zmpg?file=/src/index.js
The text was updated successfully, but these errors were encountered: