-
Notifications
You must be signed in to change notification settings - Fork 121
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
LineSeries throw warnings when using ScaleType.Log #112
Comments
markov00
added a commit
to markov00/elastic-charts
that referenced
this issue
Mar 22, 2019
instead of throwing errors or warnings, if the user is using a log scale with a dataset with 0 values, we will hide them on the rendering of line and area charts. This fix also the defined area of the chart fix elastic#112, fix elastic#63
4 tasks
markov00
added a commit
that referenced
this issue
Mar 26, 2019
markov00
pushed a commit
that referenced
this issue
Mar 26, 2019
🎉 This issue has been resolved in version 3.4.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
## [3.4.2](elastic/elastic-charts@v3.4.1...v3.4.2) (2019-03-26) ### Bug Fixes * **rendering:** fix rendering values <= 0 on log scale ([opensearch-project#114](elastic/elastic-charts#114)) ([2b79877](elastic/elastic-charts@2b79877)), closes [opensearch-project#112](elastic/elastic-charts#112) [opensearch-project#63](elastic/elastic-charts#63)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
While setting a prop
yScaleType={ScaleType.Log}
toLineSeries
component, get console warnings:Here is an ES dataset: data.txt
To Reproduce
The code looks like:
Expected behavior
There should not be any warning
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: