-
```
(This is for feature requests and bugs in Flot - for getting help, please
use the Google Groups mailing list. When reporting, please state Flot
version and your browser. For bugs, screenshots and …
-
```
What steps will reproduce the problem?
1. Css: html/body { direction: rtl } so the vertical scrollbar is on the
left.
2. Flot container (div or whatever) must have css direction: ltr (but I
gues…
-
```
Non-time axes (i.e. the default "base 10 behavior") assign a function to
axis.tickGenerator which uses axis.tickSize to generate ticks. But nothing
recalculates axis.tickSize or assigns a new fu…
-
```
Non-time axes (i.e. the default "base 10 behavior") assign a function to
axis.tickGenerator which uses axis.tickSize to generate ticks. But nothing
recalculates axis.tickSize or assigns a new fu…
-
```
What steps will reproduce the problem?
1. Css: html/body { direction: rtl } so the vertical scrollbar is on the
left.
2. Flot container (div or whatever) must have css direction: ltr (but I
gues…
-
```
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 noticed the flot charts in use by KairosDB is version 0.8.1, but the version that’s been available since April 2014 is 0.8.3, with a number of changes/fixes since 0.8.1.
https://github.com/flot/flo…
-
```
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…
-
```
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…
-
```
flot pie chart crush when work with jquery 1.8.0
how to repeat:
1. edit the file pie.html in flot example folder.
2. replace
with
3. run this file in browser.
thanks you all, the flot team.…