This commit is contained in:
hustcc 2021-10-29 11:39:28 +08:00
parent e61f2c2dbb
commit 10f7b9c644
28 changed files with 1214 additions and 16 deletions

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<style>
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 200px !important;
}
</style>
<style>
.echarts-for-react.class_1 {
height: 400px !important;
}
</style>
<style>
.echarts-for-react.class_2 {
height: 500px !important;
}
</style>
<link rel="stylesheet" href="/echarts-for-react/umi.css" />
<script>
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];
</script>
<script>
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?df880ba684fa4f42e9e672abeef0e34b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title>Locale</title>
</head>
<body>
<div id="root"></div>
<script>
(function () {
if (!location.port) {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "G-T1MYFFZ6TL", "auto");
ga("send", "pageview");
}
})();
</script>
<script src="/echarts-for-react/umi.js"></script>
</body>
</html>

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

File diff suppressed because one or more lines are too long

2
umi.js

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,18 @@
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.3.7
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];

View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<style>
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 200px !important;
}
</style>
<style>
.echarts-for-react.class_1 {
height: 400px !important;
}
</style>
<style>
.echarts-for-react.class_2 {
height: 500px !important;
}
</style>
<link rel="stylesheet" href="/echarts-for-react/umi.css" />
<script>
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];
</script>
<script>
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?df880ba684fa4f42e9e672abeef0e34b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title></title>
</head>
<body>
<div id="root"></div>
<script>
(function () {
if (!location.port) {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "G-T1MYFFZ6TL", "auto");
ga("send", "pageview");
}
})();
</script>
<script src="/echarts-for-react/umi.js"></script>
</body>
</html>

View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<style>
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 200px !important;
}
</style>
<style>
.echarts-for-react.class_1 {
height: 400px !important;
}
</style>
<style>
.echarts-for-react.class_2 {
height: 500px !important;
}
</style>
<link rel="stylesheet" href="/echarts-for-react/umi.css" />
<script>
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];
</script>
<script>
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?df880ba684fa4f42e9e672abeef0e34b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title></title>
</head>
<body>
<div id="root"></div>
<script>
(function () {
if (!location.port) {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "G-T1MYFFZ6TL", "auto");
ga("send", "pageview");
}
})();
</script>
<script src="/echarts-for-react/umi.js"></script>
</body>
</html>

View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<style>
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 200px !important;
}
</style>
<style>
.echarts-for-react.class_1 {
height: 400px !important;
}
</style>
<style>
.echarts-for-react.class_2 {
height: 500px !important;
}
</style>
<link rel="stylesheet" href="/echarts-for-react/umi.css" />
<script>
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];
</script>
<script>
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?df880ba684fa4f42e9e672abeef0e34b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title></title>
</head>
<body>
<div id="root"></div>
<script>
(function () {
if (!location.port) {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "G-T1MYFFZ6TL", "auto");
ga("send", "pageview");
}
})();
</script>
<script src="/echarts-for-react/umi.js"></script>
</body>
</html>

View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<style>
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 200px !important;
}
</style>
<style>
.echarts-for-react.class_1 {
height: 400px !important;
}
</style>
<style>
.echarts-for-react.class_2 {
height: 500px !important;
}
</style>
<link rel="stylesheet" href="/echarts-for-react/umi.css" />
<script>
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];
</script>
<script>
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?df880ba684fa4f42e9e672abeef0e34b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title></title>
</head>
<body>
<div id="root"></div>
<script>
(function () {
if (!location.port) {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "G-T1MYFFZ6TL", "auto");
ga("send", "pageview");
}
})();
</script>
<script src="/echarts-for-react/umi.js"></script>
</body>
</html>

87
~demos/gl-demo/index.html Normal file
View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<style>
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 200px !important;
}
</style>
<style>
.echarts-for-react.class_1 {
height: 400px !important;
}
</style>
<style>
.echarts-for-react.class_2 {
height: 500px !important;
}
</style>
<link rel="stylesheet" href="/echarts-for-react/umi.css" />
<script>
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];
</script>
<script>
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?df880ba684fa4f42e9e672abeef0e34b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title></title>
</head>
<body>
<div id="root"></div>
<script>
(function () {
if (!location.port) {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "G-T1MYFFZ6TL", "auto");
ga("send", "pageview");
}
})();
</script>
<script src="/echarts-for-react/umi.js"></script>
</body>
</html>

View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<style>
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 200px !important;
}
</style>
<style>
.echarts-for-react.class_1 {
height: 400px !important;
}
</style>
<style>
.echarts-for-react.class_2 {
height: 500px !important;
}
</style>
<link rel="stylesheet" href="/echarts-for-react/umi.css" />
<script>
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];
</script>
<script>
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?df880ba684fa4f42e9e672abeef0e34b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title></title>
</head>
<body>
<div id="root"></div>
<script>
(function () {
if (!location.port) {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "G-T1MYFFZ6TL", "auto");
ga("send", "pageview");
}
})();
</script>
<script src="/echarts-for-react/umi.js"></script>
</body>
</html>

View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<style>
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 200px !important;
}
</style>
<style>
.echarts-for-react.class_1 {
height: 400px !important;
}
</style>
<style>
.echarts-for-react.class_2 {
height: 500px !important;
}
</style>
<link rel="stylesheet" href="/echarts-for-react/umi.css" />
<script>
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];
</script>
<script>
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?df880ba684fa4f42e9e672abeef0e34b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title></title>
</head>
<body>
<div id="root"></div>
<script>
(function () {
if (!location.port) {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "G-T1MYFFZ6TL", "auto");
ga("send", "pageview");
}
})();
</script>
<script src="/echarts-for-react/umi.js"></script>
</body>
</html>

View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<style>
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 200px !important;
}
</style>
<style>
.echarts-for-react.class_1 {
height: 400px !important;
}
</style>
<style>
.echarts-for-react.class_2 {
height: 500px !important;
}
</style>
<link rel="stylesheet" href="/echarts-for-react/umi.css" />
<script>
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];
</script>
<script>
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?df880ba684fa4f42e9e672abeef0e34b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title></title>
</head>
<body>
<div id="root"></div>
<script>
(function () {
if (!location.port) {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "G-T1MYFFZ6TL", "auto");
ga("send", "pageview");
}
})();
</script>
<script src="/echarts-for-react/umi.js"></script>
</body>
</html>

View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<style>
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 200px !important;
}
</style>
<style>
.echarts-for-react.class_1 {
height: 400px !important;
}
</style>
<style>
.echarts-for-react.class_2 {
height: 500px !important;
}
</style>
<link rel="stylesheet" href="/echarts-for-react/umi.css" />
<script>
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];
</script>
<script>
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?df880ba684fa4f42e9e672abeef0e34b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title></title>
</head>
<body>
<div id="root"></div>
<script>
(function () {
if (!location.port) {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "G-T1MYFFZ6TL", "auto");
ga("send", "pageview");
}
})();
</script>
<script src="/echarts-for-react/umi.js"></script>
</body>
</html>

View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<style>
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 200px !important;
}
</style>
<style>
.echarts-for-react.class_1 {
height: 400px !important;
}
</style>
<style>
.echarts-for-react.class_2 {
height: 500px !important;
}
</style>
<link rel="stylesheet" href="/echarts-for-react/umi.css" />
<script>
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];
</script>
<script>
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?df880ba684fa4f42e9e672abeef0e34b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title></title>
</head>
<body>
<div id="root"></div>
<script>
(function () {
if (!location.port) {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "G-T1MYFFZ6TL", "auto");
ga("send", "pageview");
}
})();
</script>
<script src="/echarts-for-react/umi.js"></script>
</body>
</html>

View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<style>
.__dumi-default-navbar-logo:not([data-plaintext]) {
padding-left: 200px !important;
}
</style>
<style>
.echarts-for-react.class_1 {
height: 400px !important;
}
</style>
<style>
.echarts-for-react.class_2 {
height: 500px !important;
}
</style>
<link rel="stylesheet" href="/echarts-for-react/umi.css" />
<script>
window.routerBase = "/echarts-for-react/";
</script>
<script>
//! umi version: 3.5.20
</script>
<script>
!(function () {
var e = localStorage.getItem("dumi:prefers-color"),
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
r = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === r[2] ? (t ? r[1] : r[0]) : r.indexOf(e) > -1 ? e : r[0]
);
})();
</script>
<script>
var _hmt = _hmt || [];
</script>
<script>
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?df880ba684fa4f42e9e672abeef0e34b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<title></title>
</head>
<body>
<div id="root"></div>
<script>
(function () {
if (!location.port) {
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "G-T1MYFFZ6TL", "auto");
ga("send", "pageview");
}
})();
</script>
<script src="/echarts-for-react/umi.js"></script>
</body>
</html>