mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(graph): add spacing above Series specific overrides
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user