feat(graph): add spacing above Series specific overrides

This commit is contained in:
bergquist
2016-03-08 10:30:38 +01:00
parent 2a18430a45
commit 8e11f8dc21
4 changed files with 3 additions and 3 deletions

View File

@@ -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';

View File

@@ -1,4 +1,4 @@
<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>

View File

@@ -1,6 +1,6 @@
define([ define([
'./helpers', './helpers',
'app/plugins/panel/graph/seriesOverridesCtrl' 'app/plugins/panel/graph/series_overrides_ctrl'
], function(helpers) { ], function(helpers) {
'use strict'; 'use strict';