mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 11:16:01 +00:00
comment
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
chart = new Chart(domChart, {
|
||||
type,
|
||||
data: data,
|
||||
options: _.cloneDeep(options),
|
||||
// options must be cloned, because chartjs modifies options object, without cloning fails passing options to electron invoke
|
||||
options: _.cloneDeep(options),
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user