Commit 8e11f8dc by bergquist

feat(graph): add spacing above Series specific overrides

parent 2a18430a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import './graph'; import './graph';
import './legend'; import './legend';
import './seriesOverridesCtrl'; import './series_overrides_ctrl';
import moment from 'moment'; import moment from 'moment';
import kbn from 'app/core/utils/kbn'; import kbn from 'app/core/utils/kbn';
......
<div class="editor-row"> <div class="editor-row gf-form-row">
<div class="section"> <div class="section">
<h5>Chart Options</h5> <h5>Chart Options</h5>
<editor-opt-bool text="Bars" model="ctrl.panel.bars" change="ctrl.render()"></editor-opt-bool> <editor-opt-bool text="Bars" model="ctrl.panel.bars" change="ctrl.render()"></editor-opt-bool>
......
define([ define([
'./helpers', './helpers',
'app/plugins/panel/graph/seriesOverridesCtrl' 'app/plugins/panel/graph/series_overrides_ctrl'
], function(helpers) { ], function(helpers) {
'use strict'; 'use strict';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment