We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d91b7c commit 507eb8bCopy full SHA for 507eb8b
frontend/src/app/components/ChartGraph/BasicTableChart/BasicTableChart.tsx
@@ -114,7 +114,6 @@ class BasicTableChart extends ReactChart {
114
dataConfigs,
115
);
116
this.cachedAntTableOptions.dataSource = chartDataSet;
117
- console.log(`options.dataset ---> `, options.dataset);
118
119
const tableOptions = Object.assign(
120
this.cachedAntTableOptions,
0 commit comments