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

extremely low prices like 0.00000015 or 0.00000010 #553

Closed
uranum opened this issue Apr 27, 2019 · 5 comments
Closed

extremely low prices like 0.00000015 or 0.00000010 #553

uranum opened this issue Apr 27, 2019 · 5 comments

Comments

@uranum
Copy link

uranum commented Apr 27, 2019

Hi, my problem is the same as #426

here is my data:

[[1551225600000,2.9e-7],[1551312000000,2.9e-7],[1551398400000,2.8e-7],[1551484800000,3e-7],[1551571200000,2.8e-7],[1551657600000,2.7e-7],[1551744000000,2.8e-7],[1551830400000,2.7e-7],[1551916800000,2.7e-7],[1552003200000,2.7e-7],[1552089600000,2.8e-7],[1552176000000,2.9e-7],[1552262400000,2.7e-7],[1552348800000,2.7e-7],[1552435200000,2.8e-7],[1552521600000,2.8e-7],[1552608000000,3e-7],[1552694400000,3.1e-7],[1552780800000,2.9e-7],[1552867200000,2.9e-7],[1552953600000,2.9e-7],[1553040000000,3.1e-7],[1553126400000,3e-7],[1553212800000,3e-7],[1553299200000,2.9e-7],[1553385600000,2.9e-7],[1553472000000,2.8e-7],[1553558400000,2.8e-7],[1553644800000,2.8e-7],[1553731200000,2.9e-7],[1553817600000,2.8e-7],[1553904000000,2.9e-7],[1553990400000,2.8e-7],[1554076800000,2.8e-7],[1554163200000,2.5e-7],[1554249600000,2.5e-7],[1554336000000,2.6e-7],[1554422400000,2.7e-7],[1554508800000,2.6e-7],[1554595200000,2.5e-7],[1554681600000,2.5e-7],[1554768000000,2.6e-7],[1554854400000,2.4e-7],[1554940800000,2.5e-7],[1555027200000,2.4e-7],[1555113600000,2.5e-7],[1555200000000,2.5e-7],[1555286400000,2.5e-7],[1555372800000,2.6e-7],[1555459200000,2.9e-7],[1555545600000,2.8e-7],[1555632000000,2.6e-7],[1555718400000,2.8e-7],[1555804800000,2.7e-7],[1555891200000,2.6e-7],[1555977600000,2.4e-7],[1556064000000,2.3e-7],[1556150400000,2.3e-7],[1556236800000,2.4e-7],[1556323200000,2.4e-7]]

image

@junedchhipa
Copy link
Contributor

Yeah, looks like exponential values have issues while parsing.
I will take a look and fix it soon, thanks for reporting.

@uranum
Copy link
Author

uranum commented Apr 28, 2019

Thank you very match. You are the best!

@uranum
Copy link
Author

uranum commented Apr 28, 2019

Is it possible to make the count of digits after the decimal point not less than 8? For example, to display such a number without rounding 0.00000713 (now this is 0.000007)

@junedchhipa
Copy link
Contributor

You can control the decimals with this property

yaxis: {
  decimalsInFloat: 9
}

https://apexcharts.com/docs/options/yaxis#decimalsInFloat

@uranum
Copy link
Author

uranum commented Apr 28, 2019

Thanks!!

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

2 participants