Skip to content

Commit

Permalink
making slow queries more evident
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsu committed Sep 10, 2012
1 parent 7676b7e commit 711d5a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"mochiscript": ">=0.6.12",
"js-yaml": ">=0.3.1",
"winston": ">=0.6.2",
"tempo": ">=0.1.0-pre9"
"tempo": ">=0.1.0-pre10"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions www/public/javascripts/chart-styles.js
Expand Up @@ -69,7 +69,7 @@ $.elycharts.templates.sensor = {
color: "red",
type: 'line',
plotProps: { "stroke-width": 0, opacity: 0.3 },
dotProps: { stroke: "red", "stroke-width": 2, opacity: 0.3 },
dotProps: { stroke: "red", "stroke-width": 2, opacity: 1 },
},
pass: {
type: 'line',
Expand All @@ -90,8 +90,8 @@ $.elycharts.templates.sensor = {
type: 'line',
color: 'yellow',
dot: true,
plotProps: { "stroke-width": 0 },
dotProps: { "stroke": "yellow", "stroke-width": 1, opacity: 0.3 }
plotProps: { "stroke-width": 2 },
dotProps: { "stroke": "red", "stroke-width": 1, opacity: 1 }
},

fast: {
Expand Down

0 comments on commit 711d5a3

Please sign in to comment.