Skip to content

Commit

Permalink
Merge pull request #130 from jpmorganchase/stacked-area
Browse files Browse the repository at this point in the history
Made y_area charts stacked by default
  • Loading branch information
texodus authored Jun 10, 2018
2 parents 2b5fdf5 + e30a89a commit 61a9033
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/perspective-viewer-highcharts/src/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ export function default_config(aggregates, mode, js, col_pivots) {
enabled: false
},
plotOptions: {
area: {
stacking: 'normal',
marker: {enabled: false, radius: 0}
},
line: {
marker: {enabled: false, radius: 0}
},
Expand Down

0 comments on commit 61a9033

Please sign in to comment.