Search found 6 matches

by cowwoc
Fri May 30, 2008 4:39 pm
Forum: JFreeChart
Topic: Disable context menu for XYPlot
Replies: 2
Views: 3662

skunk wrote:

Code: Select all

chartPanel.setPopupMenu(null);
That worked perfectly. Thank you! :)
by cowwoc
Fri May 30, 2008 4:26 pm
Forum: JFreeChart
Topic: Disable context menu for XYPlot
Replies: 2
Views: 3662

Disable context menu for XYPlot

Hi,

Is it possible to disable all mouse interactions, including the right-click context menu, associated with the XYPlot graphs?

Also, has anyone updated the so-called "fast classes" to the latest version of JFreeChart?

Thanks,
Gili
by cowwoc
Fri May 30, 2008 4:02 pm
Forum: JFreeChart
Topic: Dragging mouse is extremely slow
Replies: 29
Views: 52807

Does your application do anything else? (it could be your app is hogging the EDT). Have you tried running one of the demos that just contains a chart? In my experience I haven't seen the problem you describe I can reproduce this problem by running the ScatterPlotDemo1. When I move the mouse the cro...
by cowwoc
Fri May 30, 2008 2:09 am
Forum: JFreeChart
Topic: Dragging mouse is extremely slow
Replies: 29
Views: 52807

Dragging mouse is extremely slow

Hi, JFreeChart seems to be fast for the most part but if I click and drag the mouse to outline the area I want to zoom into it updates the rectangle *very* slowly. This looks very bad for a desktop application. I create the chart as follows: XYSeriesCollection data = new XYSeriesCollection(); XYSeri...
by cowwoc
Thu May 08, 2008 2:33 pm
Forum: JFreeChart
Topic: Open Flash Chart
Replies: 4
Views: 4777

Can you be more specific about what you are looking for? I agree that JFreeChart needs some polishing in certain areas (including improvement of the defaults to provide a better look "out-of-the-box"), but I'm interested to hear what other people consider to be the deficiencies. I need specifics, t...
by cowwoc
Wed May 07, 2008 8:30 pm
Forum: JFreeChart
Topic: Open Flash Chart
Replies: 4
Views: 4777

Open Flash Chart

Hi,

Would it be possible to import some of the functionality from "Open Flash Chart" into JFreeChart? Their charts are a lot more polished out-of-the-box. It would be nice if JFreeChart did the same.

Thanks,
Gili