new chart system

This commit is contained in:
weakmap@gmail.com
2025-09-03 09:45:09 +02:00
parent 9774989eeb
commit 29026ccad8
5 changed files with 690 additions and 352 deletions

View File

@@ -6,12 +6,16 @@ import { Provider } from 'react-redux';
import { createRoot } from 'react-dom/client';
import en_US from '@douyinfe/semi-ui/lib/es/locale/source/en_US';
import { LocaleProvider } from '@douyinfe/semi-ui';
import { initVChartSemiTheme } from '@visactor/vchart-semi-theme';
import App from './App';
import './Index.less';
const container = document.getElementById('fredy');
const root = createRoot(container);
import App from './App';
import './Index.less';
initVChartSemiTheme({
defaultMode: 'dark',
});
root.render(
<Provider store={reduxStore}>