It gives me the same error:
"axisx.p2c is not a function
ctx.moveTo(axisx.p2c(x1), axisy.p2c(bottom))" on jquery.flot.js
:(
On Aug 23, 1:42 pm, Phillip Howell <
phow...@cothm.org> wrote:
> Try:
>
> xaxis: { tickColor: 'white' }
>
> or
>
> xaxis: { tickColor: 'transparent' }
>
> This may or may not be the best way to do it, but it's worked for me. (I'd
> love to hear less hackish solutions, if anyone has them.)
>
> -pkh
>