Skip to content

Commit

Permalink
fix(test): remove ODSCharts.theme logo that broke Vue build
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Feb 3, 2024
1 parent f3cea82 commit 4fcf745
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/react/src/LineChartComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class LineChartComponent extends Component {
});

console.log('>>', ODSCharts);
console.log('>>', ODSCharts.theme);
console.log(lineChartODSTheme);

echarts.registerTheme(lineChartODSTheme.name, lineChartODSTheme.theme);
Expand Down
1 change: 0 additions & 1 deletion test/vue/src/components/LineChartComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ onMounted(() => {
})
console.log('>>', ODSCharts)
console.log('>>', ODSCharts.theme)
console.log(lineChartODSTheme)
echarts.registerTheme(lineChartODSTheme.name, lineChartODSTheme.theme)
Expand Down

0 comments on commit 4fcf745

Please sign in to comment.