Skip to content

Commit

Permalink
Merged with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohith Menon committed Sep 27, 2017
1 parent 04ddb28 commit 50f817e
Show file tree
Hide file tree
Showing 3 changed files with 726 additions and 605 deletions.
3 changes: 0 additions & 3 deletions client/app/visualizations/chart/plotly.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,6 @@ const PlotlyChart = () => {
delete scope.layout.yaxis2;
}

scope.data.forEach((series) => {
series.hoverlabel = { namelength: -1 };
});
if (scope.options.series.stacking === 'normal') {
scope.layout.barmode = 'stack';
if (scope.options.globalSeriesType === 'area') {
Expand Down
Loading

0 comments on commit 50f817e

Please sign in to comment.