We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
V
1 parent f014644 commit 876850dCopy full SHA for 876850d
1 file changed
src/com/reveal/codetimemachine/Commits3DView.java
@@ -61,7 +61,7 @@ public class Commits3DView extends JComponent implements ComponentListener
61
final float EPSILON = 0.01f;
62
Point startPointOfTimeLine = new Point(0,0), trianglePoint = new Point(0,0);
63
Point startPointOfChartTimeLine = new Point(0,0);
64
- boolean alwaysShowMetricsValue = false;
+ boolean alwaysShowMetricsValue = true;
65
Point currentMousePoint = new Point(-100,-100);
66
Map<String, Color> authorsColor = null;
67
boolean isAuthorsColorMode = false;
0 commit comments