mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Remove draft features (#7996)
This commit is contained in:
parent
4daf37e864
commit
0476243539
@ -381,7 +381,7 @@ export default class DatasetController {
|
||||
const me = this;
|
||||
me._config = merge(Object.create(null), [
|
||||
defaults.controllers[me._type].datasets,
|
||||
me.chart.options[me._type]?.datasets,
|
||||
(me.chart.options[me._type] || {}).datasets,
|
||||
me.getDataset(),
|
||||
], {
|
||||
merger(key, target, source) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user