Project

General

Profile

« Previous | Next » 

Revision 391e9f07

Added by Patrick Plitzner almost 6 years ago

ref #7549 Add toggle button for tooltips

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/ChartTooltip.java
112 112
        Feature feature = matrix.getIndexToFeatureMap().get(colIndex);
113 113
        CategoricalDataHistogram histogram = matrix.getFeatureToHistogramMap().get(feature);
114 114

  
115
        if(rowPos==1
115
        if(matrix.isShowTooltips()
116
                && rowPos==1
116 117
                && colIndex>=CharacterMatrix.LEADING_COLUMN_COUNT
117 118
                && histogram!=null
118 119
                && !histogram.getStateCountMap().isEmpty()) {

Also available in: Unified diff