Skip to content

Commit 1046171

Browse files
Merge pull request #16 from marcus-deans/main
Fix stacked bar chart
2 parents e84d10c + 8a92ea9 commit 1046171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rails_charts/stacked_bar_chart.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class StackedBarChart < BarChart
44
def defaults
55
super.deep_merge({
66
series: {
7-
stack: {}
7+
stack: 'stack',
88
},
99
})
1010
end

0 commit comments

Comments
 (0)