1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00
This commit is contained in:
lana-k
2021-09-03 15:58:37 +02:00
parent 307cac06e6
commit bce3854792

View File

@@ -253,7 +253,11 @@ describe('Pivot.vue', () => {
renderer: $.pivotUtilities.renderers['Custom chart'],
rendererName: 'Custom chart',
rendererOptions: {
customChartOptions: {}
customChartOptions: {
data: [],
layout: {},
frames: []
}
}
}
},
@@ -284,7 +288,11 @@ describe('Pivot.vue', () => {
renderer: $.pivotUtilities.renderers['Custom chart'],
rendererName: 'Custom chart',
rendererOptions: {
customChartOptions: {}
customChartOptions: {
data: [],
layout: {},
frames: []
}
}
}
},