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

Chart not rendering for negative values #47

Open
sumitkanchan04 opened this issue Feb 3, 2016 · 2 comments
Open

Chart not rendering for negative values #47

sumitkanchan04 opened this issue Feb 3, 2016 · 2 comments

Comments

@sumitkanchan04
Copy link

I am using Line chart , and when the values are negative line is drawn at 0, where it should draw the line below 0.

I am in a need to quick solution.

Thanks in advance

@bago
Copy link
Member

bago commented Feb 3, 2016

quick solution => debug the code and fix it, you have the sources.

At this time elycharts doesn't support negative values.

@rodrigoterra5500
Copy link

Just comment the following lines from "defaultAxis" section:

// Permette di impostare i valori minimi e massimi di asse (invece di autorilevarli)
min: 0, //max: x,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants