Skip to content

Commit

Permalink
#7627 fix python combined plot time axis breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed Jul 5, 2018
1 parent 290f7ea commit 8d8c55b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/notebook/src/plot/combinedPlotFormatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ define([
"height" : height
};

var plotType = model.plot_type;
if (plotType == null) { plotType = "Plot"; }

var layout = {
bottomLayoutMargin : 30
};
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d8c55b

Please sign in to comment.