mirror of
https://github.com/hustcc/echarts-for-react.git
synced 2026-01-18 15:54:32 +00:00
23 lines
968 B
HTML
23 lines
968 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.0) components for React wrapper. 一个简单的echarts(v3.0)的react封装。" />
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
|
|
</div>
|
|
<script src="https://cdn.bootcss.com/echarts/3.7.1/echarts.min.js"></script>
|
|
<script src="https://ecomfe.github.io/echarts-liquidfill/dist/echarts-liquidfill.min.js"></script>
|
|
<script type="text/javascript" src="demo/dist/bundle.js"></script>
|
|
<!-- sorry for ad -->
|
|
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<span style="display:none">
|
|
<script src="http://s4.cnzz.com/stat.php?id=1257060683&web_id=1257060683" language="JavaScript"></script>
|
|
</span>
|
|
</body>
|
|
</html>
|