miunsi63 / gflot

Automatically exported from code.google.com/p/gflot
0 stars 0 forks source link

Overview not displayed #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I'm using both PlotWithOverview and PlotWithRightInterractive Legend.
2. I try to display a large amount of data with precised values (in seconds).
3. The overview does not works with the compiled version of my application
(CF attached file)

What is the expected output? What do you see instead?
The overview works

What version of the product are you using? On what operating system?
JOnAS 4.1.03
gflot-2.4.3
RedHat RHEL 5.3 x86_64

Please provide any additional information below.

Original issue reported on code.google.com by denis.er...@gmail.com on 28 Jan 2013 at 9:07

Attachments:

GoogleCodeExporter commented 9 years ago
Can you provide a small example that reproduce the problem ?
Or at least the options and datapoint you have.

Original comment by nmr.morel on 28 Jan 2013 at 10:07

GoogleCodeExporter commented 9 years ago
Hello, 
I found the reason of the problem.
It happen when you try to display an array of data not sorted.
In my case, I add Datapoints in SeriesHandler in descending order.

First, the data is well displayed in both overview and windows plot.
But when you try to select an overview, data is not displayed in windows plot.

Do you needs more informations?

Original comment by denis.er...@gmail.com on 30 Jan 2013 at 9:01