fix: import echarts-wordcloud plugin in EChartsBase
Without this import, the wordCloud series type is not registered with echarts, causing wordcloud charts to render blank. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3bb6dc85c0
commit
b124bae83c
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
import React, { useEffect, useRef } from 'react';
|
import React, { useEffect, useRef } from 'react';
|
||||||
import * as echarts from 'echarts';
|
import * as echarts from 'echarts';
|
||||||
|
import 'echarts-wordcloud';
|
||||||
import { useThemeStore } from '@/adapters/state/zustand/themeStore';
|
import { useThemeStore } from '@/adapters/state/zustand/themeStore';
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue