Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
cfc5fa87
Commit
cfc5fa87
authored
May 10, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'gridmin' of github.com:kamaradclimber/grafana into kamaradclimber-gridmin
parents
5ad95a1c
3a35dee0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
CHANGELOG.md
+3
-0
src/app/dashboards/default.json
+2
-3
src/app/panels/graphite/module.js
+1
-1
No files found.
CHANGELOG.md
View file @
cfc5fa87
...
@@ -9,6 +9,9 @@
...
@@ -9,6 +9,9 @@
-
Fixes to filters and "All" option. It now never uses "
*
" as value, but all options in a {node1, node2, node3} expression (Issue #228, #359)
-
Fixes to filters and "All" option. It now never uses "
*
" as value, but all options in a {node1, node2, node3} expression (Issue #228, #359)
-
Fix for InfluxDB query generation with columns containing dots or dashes (Issue #369, #348) - Thanks to @jbripley
-
Fix for InfluxDB query generation with columns containing dots or dashes (Issue #369, #348) - Thanks to @jbripley
-
Improvement to series toggling, CTRL+MouseClick on series name will now hide all others (Issue #350)
-
Improvement to series toggling, CTRL+MouseClick on series name will now hide all others (Issue #350)
-
Graph default setting for Y-Min changed from zero to auto scalling (will not effect existing dashboards). (Issue #386) - thx @kamaradclimber
# 1.5.3 (2014-04-17)
# 1.5.3 (2014-04-17)
-
Add support for async scripted dashboards (Issue #274)
-
Add support for async scripted dashboards (Issue #274)
...
...
src/app/dashboards/default.json
View file @
cfc5fa87
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
"y_formats"
:
[
"short"
,
"short"
],
"y_formats"
:
[
"short"
,
"short"
],
"grid"
:
{
"grid"
:
{
"max"
:
null
,
"max"
:
null
,
"min"
:
0
"min"
:
null
},
},
"resolution"
:
100
,
"resolution"
:
100
,
"lines"
:
true
,
"lines"
:
true
,
...
@@ -150,4 +150,4 @@
...
@@ -150,4 +150,4 @@
"hide"
:
false
"hide"
:
false
},
},
"refresh"
:
false
"refresh"
:
false
}
}
\ No newline at end of file
src/app/panels/graphite/module.js
View file @
cfc5fa87
...
@@ -97,7 +97,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
...
@@ -97,7 +97,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
*/
*/
grid
:
{
grid
:
{
max
:
null
,
max
:
null
,
min
:
0
,
min
:
null
,
threshold1
:
null
,
threshold1
:
null
,
threshold2
:
null
,
threshold2
:
null
,
threshold1Color
:
'rgba(216, 200, 27, 0.27)'
,
threshold1Color
:
'rgba(216, 200, 27, 0.27)'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment