-
```
For example at [1] select "With stacking" and "Lines". It would be excellent if
flot could return the series/datapoint when hovering over the area and not just
when hovering over the datapoints.…
-
```
In my pull request (https://github.com/flot/flot/pull/22) I've converted many
.txt documents to markdown format. This allows Github to format them nicely in
HTML. This is especially useful for A…
-
```
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…
-
```
I needed an enhanced threshold plugin: color values *below* AND *above* a
certain value and give those outliers different colors. This is an
extension of the use case mentioned in issue 252.
Atta…
-
```
This is either an enhancement or a bugfix, depending on how you look at it.
If you two series (or more), both of which have a fill specified (i.e. shaded
between the series line and the axis), i…
-
```
I am using flot to plot realtime data updated every second by Ajax and it
works great. I have multiple plots in tabbed panes that are being updated.
In order to get this to work I had to use the…
-
```
This is either an enhancement or a bugfix, depending on how you look at it.
If you two series (or more), both of which have a fill specified (i.e. shaded
between the series line and the axis), i…
-
```
I am using flot to plot realtime data updated every second by Ajax and it
works great. I have multiple plots in tabbed panes that are being updated.
In order to get this to work I had to use the…
-
```
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…