From 8d8c55b269b8656f9a00b5455514c7e74b41f5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pior?= Date: Thu, 5 Jul 2018 15:04:00 +0200 Subject: [PATCH] #7627 fix python combined plot time axis breaks --- js/notebook/src/plot/combinedPlotFormatter.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/notebook/src/plot/combinedPlotFormatter.js b/js/notebook/src/plot/combinedPlotFormatter.js index ccd1da8652..d816f91f67 100644 --- a/js/notebook/src/plot/combinedPlotFormatter.js +++ b/js/notebook/src/plot/combinedPlotFormatter.js @@ -61,9 +61,6 @@ define([ "height" : height }; - var plotType = model.plot_type; - if (plotType == null) { plotType = "Plot"; } - var layout = { bottomLayoutMargin : 30 }; @@ -92,7 +89,6 @@ define([ if (plotmodel.showLegend == null) { plotmodel.showLegend = showLegend; } if (plotmodel.useToolTip == null) { plotmodel.useToolTip = useToolTip; } - plotmodel.type = plotType; var newplotmodel = plotFormatter.standardizeModel(plotmodel, prefs); if (i < plots.length - 1) { // turn off x coordinate labels