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
8e11f8dc
Commit
8e11f8dc
authored
Mar 08, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(graph): add spacing above Series specific overrides
parent
2a18430a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
public/app/plugins/panel/graph/module.ts
+1
-1
public/app/plugins/panel/graph/series_overrides_ctrl.js
+0
-0
public/app/plugins/panel/graph/styleEditor.html
+1
-1
public/test/specs/seriesOverridesCtrl-specs.js
+1
-1
No files found.
public/app/plugins/panel/graph/module.ts
View file @
8e11f8dc
...
...
@@ -2,7 +2,7 @@
import
'./graph'
;
import
'./legend'
;
import
'./series
OverridesC
trl'
;
import
'./series
_overrides_c
trl'
;
import
moment
from
'moment'
;
import
kbn
from
'app/core/utils/kbn'
;
...
...
public/app/plugins/panel/graph/series
OverridesC
trl.js
→
public/app/plugins/panel/graph/series
_overrides_c
trl.js
View file @
8e11f8dc
File moved
public/app/plugins/panel/graph/styleEditor.html
View file @
8e11f8dc
<div
class=
"editor-row"
>
<div
class=
"editor-row
gf-form-row
"
>
<div
class=
"section"
>
<h5>
Chart Options
</h5>
<editor-opt-bool
text=
"Bars"
model=
"ctrl.panel.bars"
change=
"ctrl.render()"
></editor-opt-bool>
...
...
public/test/specs/seriesOverridesCtrl-specs.js
View file @
8e11f8dc
define
([
'./helpers'
,
'app/plugins/panel/graph/series
OverridesC
trl'
'app/plugins/panel/graph/series
_overrides_c
trl'
],
function
(
helpers
)
{
'use strict'
;
...
...
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