-
Notifications
You must be signed in to change notification settings - Fork 375
Closed
Description
It seems angular-nvd3 is treating the stacked parameter as an object instead of a boolean as it should be. So charts which had stacked: true are not correctly set as stacked.
Removing 'stacked'
from :
else if ([
....
'stack2',
'stacked',
'multibar',
...
].indexOf(key) >= 0){
if (options.chart[key] === undefined || options.chart[key] === null) {
if (scope._config.extended) options.chart[key] = {};
}
configure(scope.chart[key], options.chart[key], options.chart.type);
}
Seems to fix it
This issue may apply to other bar chart variants as well
Metadata
Metadata
Assignees
Labels
No labels