Closed Bondifrench closed 8 years ago
Hi, I was sure there min
and max
parameters, but it turns out they are missing :-/ I will certainly add them (I am starting a new version in a few days), but right now your best bet is to use a smaller height than the container SVG height
Sorry I had no time to work on the library in the past month. Your issue is now fixed in version 0.4.0, which allows you to specify a fidex min
and max
Hi, let's say I have the following set of data:
If I use
data
as parameter for a Stock chart for instance, withyear
on the x-axis andval
on the y-axis, by default when using the Stock chart, paths-js scales automatically using the maximum value ofval
for y. Is there a way to use a different scale, for instance[0,15]
so the values appear more in the middle of the chart instead of the top? Is there a method for it? Thx