You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to show stacked column/row charts as percent. This option is only necessary if the end user has the Stacking ability turned on. According to Nik on Flowdock this can be achieved in the plotOptions by setting stacking to 'percent' (see below).
Ability to show stacked column/row charts as percent. This option is only necessary if the end user has the Stacking ability turned on. According to Nik on Flowdock this can be achieved in the plotOptions by setting stacking to 'percent' (see below).
plotOptions: {
bar: {
stacking: 'percent',
dataLabels: {
enabled: false
},
showInLegend: true,
colorByPoint: false
}
}
The text was updated successfully, but these errors were encountered: