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
6ee11f11
Commit
6ee11f11
authored
May 05, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
heatmap: minor update
parent
f167d459
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
11 deletions
+5
-11
public/app/plugins/panel/heatmap/axes_editor.ts
+1
-1
public/app/plugins/panel/heatmap/heatmap_ctrl.ts
+4
-10
No files found.
public/app/plugins/panel/heatmap/axes_editor.ts
View file @
6ee11f11
...
@@ -26,7 +26,7 @@ export class AxesEditorCtrl {
...
@@ -26,7 +26,7 @@ export class AxesEditorCtrl {
this
.
dataFormats
=
{
this
.
dataFormats
=
{
'Time series'
:
'timeseries'
,
'Time series'
:
'timeseries'
,
'Time series
Pre-bucketed
'
:
'tsbuckets'
'Time series
buckets
'
:
'tsbuckets'
};
};
}
}
...
...
public/app/plugins/panel/heatmap/heatmap_ctrl.ts
View file @
6ee11f11
...
@@ -30,11 +30,6 @@ let panelDefaults = {
...
@@ -30,11 +30,6 @@ let panelDefaults = {
dataFormat
:
'timeseries'
,
dataFormat
:
'timeseries'
,
xAxis
:
{
xAxis
:
{
show
:
true
,
show
:
true
,
buckets
:
{
mode
:
'count'
,
count
:
null
,
size
:
null
,
},
},
},
yAxis
:
{
yAxis
:
{
show
:
true
,
show
:
true
,
...
@@ -44,13 +39,12 @@ let panelDefaults = {
...
@@ -44,13 +39,12 @@ let panelDefaults = {
splitFactor
:
null
,
splitFactor
:
null
,
min
:
null
,
min
:
null
,
max
:
null
,
max
:
null
,
buckets
:
{
mode
:
'count'
,
count
:
null
,
size
:
null
,
},
removeZeroValues
:
false
removeZeroValues
:
false
},
},
xBucketSize
:
null
,
xBucketNumber
:
null
,
yBucketSize
:
null
,
yBucketNumber
:
null
,
tooltip
:
{
tooltip
:
{
show
:
true
,
show
:
true
,
seriesStat
:
false
,
seriesStat
:
false
,
...
...
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