mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 06:06:00 +00:00
comment
This commit is contained in:
@@ -46,7 +46,8 @@
|
|||||||
chart = new Chart(domChart, {
|
chart = new Chart(domChart, {
|
||||||
type,
|
type,
|
||||||
data: data,
|
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