Replies: 2 comments
-
我导入之后,tailwindcss都失效了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Only the default theme,
import { registerTheme } from 'echarts/core'
import themeJSON from '/xxx/xxx/vintage.json'
registerTheme('vintage', themeJSON) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! using the Vue-ECharts provide/inject API and vue 3 composition API, I'not able to set the chart theme, yet I'am following https://stackblitz.com/edit/vue-echarts-vue-3?file=src%2FApp.vue sandbox at line 25, replacing
provide(THEME_KEY, 'dark');
byprovide(THEME_KEY, 'vintage');
and I have not result according to the 'vintage' theme provided by Echarts itself, can anyone help me or confirm ?Beta Was this translation helpful? Give feedback.
All reactions