We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0006c4e commit e74ffa0Copy full SHA for e74ffa0
CHANGES.txt
@@ -1,7 +1,7 @@
1
1.7.14 (unreleased)
2
-------------------
3
4
-- Nothing changed yet.
+- Updat tekken [amleczko]
5
6
7
1.7.13 (2013-06-26)
por/dashboard/static/por_backlog/tekken.js
@@ -62,7 +62,7 @@ function drawVisualization() {
62
google.visualization.events.addListener(tekken, 'animationfinish', refresh_te);
63
64
function refresh_te(){
65
- $('path').attr('stroke', 'white').attr('stroke-width','2');
+ $('path').attr('stroke', 'lightgray').attr('stroke-width','2');
66
$('#first_tooltip').parent().css('left', '-=220');
67
};
68
drawChart()
0 commit comments