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
ea62d4ae
Commit
ea62d4ae
authored
Sep 11, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added pointer to chart hovers
parent
7ab2a534
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
panels/histogram/module.html
+2
-1
panels/pie/module.html
+1
-1
panels/terms/module.html
+1
-1
No files found.
panels/histogram/module.html
View file @
ea62d4ae
...
...
@@ -32,5 +32,5 @@
<span
ng-show=
"panel.legend"
class=
"small"
><span
ng-show=
"panel.value_field && panel.mode != 'count'"
>
{{panel.value_field}}
</span>
{{panel.mode}} per
<strong>
{{panel.interval}}
</strong>
| (
<strong>
{{hits}}
</strong>
hits)
</span>
</div>
<center><img
ng-show=
'panel.loading && _.isUndefined(data)'
src=
"common/img/load_big.gif"
></center>
<div
histogram-chart
class=
"histogram-chart"
params=
"{{panel}}"
></div>
<div
histogram-chart
class=
"
pointer
histogram-chart"
params=
"{{panel}}"
></div>
</kibana-panel>
\ No newline at end of file
panels/pie/module.html
View file @
ea62d4ae
...
...
@@ -8,7 +8,7 @@
</div><br>
<div
style=
"clear:both"
></div>
<div
pie
params=
"{{panel}}"
style=
"position:relative"
></div>
<div
pie
class=
"pointer"
params=
"{{panel}}"
style=
"position:relative"
></div>
<div
ng-show=
"panel.legend == 'below'"
ng-repeat=
"query in legend"
style=
"float:left;padding-left: 10px;"
>
<span
ng-show=
'panel.chart != "none"'
><i
class=
"icon-circle"
ng-style=
"{color:query.color}"
></i></span><span
class=
"small"
>
{{query.label}} ({{query.data[0][1]}})
</span></span>
...
...
panels/terms/module.html
View file @
ea62d4ae
...
...
@@ -21,7 +21,7 @@
<!-- keep legend from over lapping -->
<div
style=
"clear:both"
></div>
<div
ng-show=
"panel.chart == 'pie' || panel.chart == 'bar'"
terms-chart
params=
"{{panel}}"
style=
"position:relative"
></div>
<div
ng-show=
"panel.chart == 'pie' || panel.chart == 'bar'"
terms-chart
params=
"{{panel}}"
style=
"position:relative"
class=
"pointer"
></div>
<div
ng-show=
"panel.counter_pos == 'below' && (panel.chart == 'bar' || panel.chart == 'pie')"
id=
'{{$id}}-legend'
>
<!-- vertical legend below -->
...
...
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