Commit 8e11f8dc by bergquist

feat(graph): add spacing above Series specific overrides

parent 2a18430a
......@@ -2,7 +2,7 @@
import './graph';
import './legend';
import './seriesOverridesCtrl';
import './series_overrides_ctrl';
import moment from 'moment';
import kbn from 'app/core/utils/kbn';
......
<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>
......
define([
'./helpers',
'app/plugins/panel/graph/seriesOverridesCtrl'
'app/plugins/panel/graph/series_overrides_ctrl'
], function(helpers) {
'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