mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 10:06:00 +00:00
chart enhancements
This commit is contained in:
@@ -16,10 +16,13 @@
|
||||
chart = new Chart(domChart, {
|
||||
type,
|
||||
data,
|
||||
options,
|
||||
plugins,
|
||||
options: {
|
||||
...options,
|
||||
plugins,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
afterUpdate(() => {
|
||||
if (!chart) return;
|
||||
chart.data = data;
|
||||
|
||||
Reference in New Issue
Block a user