Explorar el Código

Graph panel: display only bars in histogram mode, issue #5812.

Alexander Zobnin hace 9 años
padre
commit
93515d0ffc
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      public/app/plugins/panel/graph/graph.js

+ 3 - 0
public/app/plugins/panel/graph/graph.js

@@ -247,6 +247,9 @@ function (angular, $, moment, _, kbn, GraphTooltip) {
             if (data.length) {
               options.series.bars.barWidth = 0.7;
               options.series.bars.align = 'center';
+              options.series.bars.show = true;
+              options.series.points.show = false;
+              options.series.lines.show = false;
             }
 
             addXAxis(options);