voidlabs / elycharts

Interactive Javascript (SVG|VML) Charting Library
http://elycharts.com
Other
10 stars 6 forks source link

Chart not rendering for negative values #47

Open sumitkanchan04 opened 8 years ago

sumitkanchan04 commented 8 years ago

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 commented 8 years ago

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

At this time elycharts doesn't support negative values.

rodrigoterra5500 commented 7 years ago

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,