mirror of
https://github.com/hustcc/echarts-for-react.git
synced 2025-12-08 20:16:09 +00:00
22 lines
857 B
HTML
22 lines
857 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>echarts-for-react</title>
|
|
<meta name="keywords" content="echarts, baidu, react, components, hustcc, echarts-for-react" />
|
|
<meta name="description" content="baidu Echarts(v3.x & v4.x) components for React wrapper. 一个简单的echarts(v3.0)的react封装。" />
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
|
|
</div>
|
|
<script src="//cdn.bootcss.com/echarts/4.1.0/echarts.min.js"></script>
|
|
<script type="text/javascript" src="demo/dist/bundle.js"></script>
|
|
<!-- sorry for ad -->
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<span style="display:none">
|
|
<script src="//s4.cnzz.com/stat.php?id=1257060683&web_id=1257060683" language="JavaScript"></script>
|
|
</span>
|
|
</body>
|
|
</html>
|