diff --git a/public/app/features/dashboard/dashgrid/VizTypePicker.tsx b/public/app/features/dashboard/dashgrid/VizTypePicker.tsx index e3bc9cd0a04..05be2ef8d41 100644 --- a/public/app/features/dashboard/dashgrid/VizTypePicker.tsx +++ b/public/app/features/dashboard/dashgrid/VizTypePicker.tsx @@ -90,7 +90,7 @@ export class VizTypePicker extends PureComponent {
diff --git a/public/app/plugins/panel/graph2/module.tsx b/public/app/plugins/panel/graph2/module.tsx index b132d3374f1..194f07823ad 100644 --- a/public/app/plugins/panel/graph2/module.tsx +++ b/public/app/plugins/panel/graph2/module.tsx @@ -61,11 +61,26 @@ export class GraphOptions extends PureComponent> { return (
-
-
Draw Modes
- - - +
+
Display Options
+
+
Draw Modes
+ + + +
+
+
Test Options
+ + + +
+
+
+
Axes
+
+
+
Thresholds
); diff --git a/public/sass/components/_viz_editor.scss b/public/sass/components/_viz_editor.scss index e109c8840e0..3d82e133469 100644 --- a/public/sass/components/_viz_editor.scss +++ b/public/sass/components/_viz_editor.scss @@ -212,3 +212,14 @@ .panel-editor { height: calc(100% - 10px); } + +.form-option-box { + margin-bottom: 20px; +} + +.form-option-box__header { + border-bottom: 2px solid $blue-dark; + padding: 5px 0px; + font-size: $font-size-lg; + margin-bottom: 20px; +}