-Woody
On Wed, Apr 9, 2008 at 11:12 AM, Kris Flint <kgf...@gmail.com> wrote:
> Hi there everyone,
>
> Sorry about the confusing subject, I can't work out how to explain what I'm
> trying to do in very few words!
>
> So here's the problem, I have a dataset where the y values range from (say)
> 1 to 30 and the x values are datetimes. This will probably seem very
> straightforward, the twist is that I want '1' to be at the top of the y-axis
> and 30 to be at the bottom. This might seem a bit odd but 1 represents where
> someone wants to be and so to have a graph which typically looks like it's
> declining isn't really representative of progress (I hope that was clear
> enough).
>
> If I try telling the options to set the min: 1 and max: 30 fire bug throws
> me:
>
> An invalid or illegal string was specified" code: "12
ticks: [[1, "30"], [2, "29"]] (etc)