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

[Bug] If the first visible day of data for the chart has $0 for the opening price and y-axis percentages is enabled, nothing gets drawn #506

Open
DeeeeLAN opened this issue Nov 22, 2023 · 0 comments

Comments

@DeeeeLAN
Copy link

Version

8.1.1

Steps to Reproduce

I discovered it because my data source for ARM had an invalid start date of 8/13 with all the prices sent to $0. As soon as I scrolled the first date off the window, the chart loaded.

Current Behavior

The chart doesn't draw when the start date is $0 (divide by 0 error).

Expected Behavior

The first date should be ignored I assume and the second date should be used for percentage calculations.

Environment

- OS: Multiple
- Browser: Multiple
- Framework:NextJS 12

Any additional comments?

The answer might be to just scrub my data before loading it into the graph, which is fine too.

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