mirror of
https://github.com/hustcc/echarts-for-react.git
synced 2025-12-08 20:16:09 +00:00
67 lines
1.7 KiB
HTML
67 lines
1.7 KiB
HTML
<!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"
|
|
/>
|
|
<meta name="baidu-site-verification" content="code-RXD3FioZrI" />
|
|
<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.3.7
|
|
</script>
|
|
<title>Dynamic</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>
|