Ignore:
Timestamp:
08/08/08 12:04:10 (16 years ago)
Author:
ra33
Message:

Added bar chart for single categories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/widgets/charts/AbstractPie.java

    r199 r204  
    5858                _legend = _chart.getLegend();
    5959                _labelGenerator = ((PiePlot) getChart().getPlot()).getLabelGenerator();
    60                 super._swingComponent = new ChartPanel(_chart);
     60                ChartPanel cp = new ChartPanel(_chart);
     61                cp.setPopupMenu(null);
     62                super._swingComponent = cp;
    6163        }
    6264
Note: See TracChangeset for help on using the changeset viewer.