[Title] small change
authorkamuru <kamuru@kamuru-Samsung-Desktop-System.(none)>
Wed, 20 Nov 2013 07:03:41 +0000 (16:03 +0900)
committerkamuru <kamuru@kamuru-Samsung-Desktop-System.(none)>
Wed, 20 Nov 2013 07:03:41 +0000 (16:03 +0900)
[Desc.] modify core chart's item values
[Issue]

org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/timeline/chart/CPUCoreChart.java

index 1e38b53..31b1783 100644 (file)
@@ -136,7 +136,7 @@ public class CPUCoreChart extends TimelineChart {
                initPopupMenu(board, new DAPopupMenu(chart));
                
                coreSeries.addSeriesItem(new ContextSwitchingChartSeriesItem("core1",
-                                3, 4));
+                                0.9, 1.2));
 
                // function
                DAChartBoardHeightChangeableItem functionItem = new DAChartBoardHeightChangeableItem(
@@ -157,11 +157,11 @@ public class CPUCoreChart extends TimelineChart {
                initPopupMenu(board, new DAPopupMenu(functionChart));
 
                functionSeries.addSeriesItem(new ContextSwitchingChartSeriesItem("a()",
-                               ContextSwitchingChartSeriesItem.STYLE_OCTAGON, 2, 3));
+                               ContextSwitchingChartSeriesItem.STYLE_OCTAGON, 0.4, 0.6));
                functionSeries.addSeriesItem(new ContextSwitchingChartSeriesItem("b()",
-                               ContextSwitchingChartSeriesItem.STYLE_OCTAGON_LEFT_ONLY, 4, 5));
+                               ContextSwitchingChartSeriesItem.STYLE_OCTAGON_LEFT_ONLY, 0.8, 1));
                functionSeries.addSeriesItem(new ContextSwitchingChartSeriesItem("c()",
-                               ContextSwitchingChartSeriesItem.STYLE_OCTAGON_RIGHT_ONLY, 6, 7));
+                               ContextSwitchingChartSeriesItem.STYLE_OCTAGON_RIGHT_ONLY, 1.2, 1.4));
 
                // call flow
                DAChartBoardHeightChangeableItem callFlowItem = new DAChartBoardHeightChangeableItem(