We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e84d10c + 8a92ea9 commit 1046171Copy full SHA for 1046171
lib/rails_charts/stacked_bar_chart.rb
@@ -4,7 +4,7 @@ class StackedBarChart < BarChart
4
def defaults
5
super.deep_merge({
6
series: {
7
- stack: {}
+ stack: 'stack',
8
},
9
})
10
end
0 commit comments