4 Star 15 Fork 2

小为/echarts-for-react

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.umirc.js 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2021-02-10 15:01 +08:00 . docs: readme & ga (#405)
import { defineConfig } from 'dumi';
export default defineConfig({
mode: 'site',
title: '\b',
base: '/',
exportStatic: {},
publicPath: process.env.NODE_ENV === 'production' ? '/echarts-for-react/' : '/',
base: process.env.NODE_ENV === 'production' ? '/echarts-for-react/' : '/',
logo: 'https://cdn.jsdelivr.net/gh/apache/echarts-website@asf-site/zh/images/logo.png?_v_=20200710_1',
styles: [
'.__dumi-default-navbar-logo:not([data-plaintext]) { padding-left: 200px!important; }',
'.echarts-for-react.class_1 { height: 400px!important; }',
'.echarts-for-react.class_2 { height: 500px!important; }',
],
navs: [
null,
{ title: 'G2Plot', path: 'https://github.com/antvis/G2Plot' },
{ title: '在线文档', path: 'https://github.com/hustcc/echarts-for-react' },
{ title: 'GitHub', path: 'https://github.com/hustcc/echarts-for-react' },
],
analytics: {
// Google Analytics 代码,配置后会启用
ga: 'G-T1MYFFZ6TL',
baidu: 'df880ba684fa4f42e9e672abeef0e34b',
},
// more config: https://d.umijs.org/config
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hustcc/echarts-for-react.git
git@gitee.com:hustcc/echarts-for-react.git
hustcc
echarts-for-react
echarts-for-react
master

搜索帮助