gflot icon indicating copy to clipboard operation
gflot copied to clipboard

gflot is a GWT wrapper of flot, a JavaScript plotting library.

Results 7 gflot issues
Sort by recently updated
recently updated
newest added

Please add null checks for methods getWindowMinX() and getWindowMaxX() in PlotWithOverviewSeriesHandler class for cases when series has no data.

I don't know how to do this (if there is a right way to do it to avoid the exception) but if I run this and click over a CheckBox...

When hovering on plot series with threshold, item.getSeries().getLabel() is null if hovering on values lower than threshold, is correct ("db" in this example) if hovering on valus bigger than threshold....

...utes. 2 Methods have been added to the PlotModel to push a specific Series or SeriesHandler to the front.

Hi, Is it possible to have tooltips for each pie sector? in my ui.xml /g:HTMLPanel In my class, I added @UiField ParagraphElement hovering; and plot.addHoverListener( new PlotHoverListener() { @Override public...

Hi, I am trying to draw a multi-axis chart in which each Y axis has a different colour. but I get the following result: ![image](https://f.cloud.github.com/assets/5592862/1316539/36192892-3298-11e3-9378-e40072ce90ad.png) I am able to change...

Currently PlotClickListener can handle mouse click events on the plot. However the keyboard event is not passed into its onPlotClick method (see code snippet below). The keycodes (if any) would...

wontfix