Home | History | Annotate | Download | only in flot

Lines Matching refs:So

218 and goes so far as to automatically extract styles from CSS, to avoid having to
327 - Fix axis box calculations so the boxes include the outermost part of the
449 A related change is that the visibility of axes is now auto-detected. So if
454 option on the axes, so:
548 - Refactor replot behaviour so Flot tries to reuse the existing canvas,
603 - Fix errors in JSON in examples so they work with jQuery 1.4.2
672 simplify plugin writing. Backward-compatibility code is in place, so
688 in so you can specify DOM elements or CSS expressions to make it easier to
770 - The color parsing code in Flot has been cleaned up and split out so it's
786 - Fixed so that it is possible to turn lines off when no other chart type is
787 shown (based on problem reported by Glenn Vanderburg), and fixed so that
873 parameters are on a new form (backwards compatible hooks are in place so old
929 So ```xaxis: { noTicks: 10 }``` becomes ```xaxis: { ticks: 10 }```.