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
f6bc9d0c
Commit
f6bc9d0c
authored
Oct 25, 2013
by
Van Eenwyk, Jonathan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
histogram: option to set point radius
parent
0f96b7a2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
src/app/panels/histogram/module.js
+2
-1
src/app/panels/histogram/styleEditor.html
+4
-0
No files found.
src/app/panels/histogram/module.js
View file @
f6bc9d0c
...
...
@@ -91,6 +91,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
intervals
:
[
'auto'
,
'1s'
,
'1m'
,
'5m'
,
'10m'
,
'30m'
,
'1h'
,
'3h'
,
'12h'
,
'1d'
,
'1w'
,
'1y'
],
fill
:
0
,
linewidth
:
3
,
pointradius
:
5
,
timezone
:
'browser'
,
// browser, utc or a standard timezone
spyable
:
true
,
zoomlinks
:
true
,
...
...
@@ -437,7 +438,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
show
:
scope
.
panel
.
points
,
fill
:
1
,
fillColor
:
false
,
radius
:
5
radius
:
scope
.
panel
.
pointradius
},
shadowSize
:
1
},
...
...
src/app/panels/histogram/styleEditor.html
View file @
f6bc9d0c
...
...
@@ -25,6 +25,10 @@
<label
class=
"small"
>
Line Width
</label>
<select
class=
"input-mini"
ng-model=
"panel.linewidth"
ng-options=
"f for f in [0,1,2,3,4,5,6,7,8,9,10]"
></select>
</div>
<div
class=
"editor-option"
ng-show=
"panel.points"
>
<label
class=
"small"
>
Point Radius
</label>
<select
class=
"input-mini"
ng-model=
"panel.pointradius"
ng-options=
"f for f in [1,2,3,4,5,6,7,8,9,10]"
></select>
</div>
</div>
<div
class=
"section"
>
<h5>
Multiple Series
</h5>
...
...
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