-
```
Stacked charts appear inverted with reference to the ordering of the labels,
insofar as which color is "above" another.
The following patch to jquery.flot.stack.js reverses the stacking order to…
-
```
When drawing my graph IE9 stumbles over en Error (see summary).
As everything is working as expected in Opera, Chrome and FF, I suppose this
might be an IE prevents flot from drawing in IE ...
…
-
https://github.com/fat/Mootools-Flot
-
```
Canvas element is available on IE 9 and above. On IE 8 and below one need to
include "excanvas" to make flot work.
However there may be reasons that one does not want to include and use
"excanv…
-
```
Canvas element is available on IE 9 and above. On IE 8 and below one need to
include "excanvas" to make flot work.
However there may be reasons that one does not want to include and use
"excanv…
-
```
I've added capability for automatic trendlines as well as dragging data
points and dynamically updating series data. I've posted the patch and
code here for consideration.
Since I've been depend…
-
```
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…