bug fix about file chart tooltip 38/29638/1
authorjungwook.ryu <jungwook.ryu@samsung.com>
Fri, 31 Oct 2014 05:15:02 +0000 (14:15 +0900)
committerjungwook.ryu <jungwook.ryu@samsung.com>
Fri, 31 Oct 2014 05:15:30 +0000 (14:15 +0900)
Change-Id: I530d8c8d5acae90c3b41344c4c4878429b52bab9
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/file/FileChartRenderer.java

index 39e9900..89490f3 100644 (file)
@@ -218,8 +218,7 @@ public class FileChartRenderer extends DAChartRenderer {
                        // event color
                        color = series.getSeriesItemList().get(index).getColor();
                } else {
-                       text = series.getName();
-                       color = null;
+                       return;
                }
 
                tooltipTexts.add(text);
@@ -272,7 +271,6 @@ public class FileChartRenderer extends DAChartRenderer {
                /*
                 * Drawing Tooltip contents (color square, text, time)
                 */
-
                int y = startY + DAChartPlotTooltip.TOOLTIP_MARGIN;
                Color col = tooltipColor.get(0);
                if (col == null) {