Project

General

Profile

« Previous | Next » 

Revision daf4e2c3

Added by Patrick Plitzner almost 6 years ago

ref #7549 Change format of frequency count in tooltip

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CategoricalChartTooltip.java
89 89
        IBarSeries barSeries = (IBarSeries) chart.getSeriesSet()
90 90
            .createSeries(SeriesType.BAR, "state counts");
91 91
        ISeriesLabel seriesLabel = barSeries.getLabel();
92
        seriesLabel.setFormat("##.0");
93 92
        seriesLabel.setVisible(true);
94 93
        barSeries.setYSeries(counts);
95 94

  

Also available in: Unified diff