Open evantianx opened 7 years ago
<html lang="en">
<head>
<meta charset="utf-8" />
<style>
html, body, #container {
width: 100%;
height: 100%;
}
</style>
<title>AnyChart Basic Example</title>
</head>
<body>
<div id="container"></div>
<script src="https://cdn.anychart.com/js/latest/anychart-bundle.min.js"></script>
<script>
// AnyChart code here
</script>
</body>
</html>
参考文章:
AnyChart作为一个 JS 图表框架,具有如下三个优点:
底蕴深厚
在这个领域已超过 10 年。基于原生 JS, 由 SVG/VML 渲染。
家族产品
具有一系列产品支持,且产品 API 互通,易于学习。
开源
包括基础框架GraphicsJS在内。