-
```
Patch against jquery.flot.pie.js r228, mostly in findNearbySlice()
1) Tilt compensation for all browsers by transforming mouse y-coordinate
before checking against slices.
2) IE workaround fixe…
-
```
Version: 0.7 (current version)
When setting tickSize in microseconds in the options array and when the mode
for the given axis is set, to "time", just *must* supply an array, even if a
custom f…
-
```
Version: 0.7 (current version)
When setting tickSize in microseconds in the options array and when the mode
for the given axis is set, to "time", just *must* supply an array, even if a
custom f…
-
```
What steps will reproduce the problem?
1. Specify a default table style for the site (say, margins, padding,
border collapse, borders etc - typical stuff)
2. Try creating a float graph with a labe…
-
```
In CSS you can tell things which border top/bottom/right/left you want
visible, or which has properties set. I noticed that flot has
grid.borderWidth but you cannot set a specific side. This see…
-
```
In CSS you can tell things which border top/bottom/right/left you want
visible, or which has properties set. I noticed that flot has
grid.borderWidth but you cannot set a specific side. This see…
-
```
What steps will reproduce the problem?
1. Specify a default table style for the site (say, margins, padding,
border collapse, borders etc - typical stuff)
2. Try creating a float graph with a labe…
-
```
What steps will reproduce the problem?
1. Specify a default table style for the site (say, margins, padding,
border collapse, borders etc - typical stuff)
2. Try creating a float graph with a labe…
-
```
In CSS you can tell things which border top/bottom/right/left you want
visible, or which has properties set. I noticed that flot has
grid.borderWidth but you cannot set a specific side. This see…
-
```
This patch implements a plugin jquery.flot.draggable.js which allows you to
drag points. You can specify which series and which axes should be
draggable. It works against the most recent svn rev…