<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
#chart-panel {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 1000px;
height: 750px;
}
</style>
<script src="./lib/5.5.0/echarts.min.js"></script>
</head>
<body>
<div id="chart-panel"></div>
<!-- 为ECharts准备一个具备大小(宽高)的Dom -->
<script type="text/javascript">
//初始化图表对象。
var myChart = echarts.init(document.getElementById('chart-panel'));
//图表配置。
let option = {
toolbox: {
show: true,
feature: {
saveAsImage: {},
},
},
tooltip: {
trigger: 'item',
formatter: "{b}: {c} ({d}%)"
},
series: [
{
type: 'pie',
color: ['#00b2ec', '#05d8df', '#e68ea6', '#ff9c7f'],
selectedMode: 'single',
radius: [0, '35%'],
label: {
position: 'inner'
},
data: [
{ value: 70, name: '农业' },
{ value: 10, name: '城镇' },
{ value: 10, name: '农村' },
{ value: 10, name: '工业' }
]
},
{
type: 'pie',
color: ['#6ac9ff', '#42acff', '#0c84fc', '#3666ee', '#7978fa', '#00dbe3', '#f97da1', '#ff9e85'],
radius: ['40%', '55%'],
label: {
formatter: '{b}: {d}% ',
},
data: [
{ value: 30, name: '数据1' },
{ value: 10, name: '数据2' },
{ value: 10, name: '数据3' },
{ value: 10, name: '数据4' },
{ value: 10, name: '数据5' },
{ value: 10, name: '数据6' },
{ value: 10, name: '数据7' },
{ value: 10, name: '数据8' }
]
}
]
};
//将图表对象和图表配置进行关联。
myChart.setOption(option);
</script>
</body>
</html>
图表制作解说(目标1000个图表)
- 粉丝: 1429
- 资源: 448
最新资源
- 白色扁平风格的银行业务企业网站源码下载.zip
- 白色扁平风格的新闻资讯娱乐整站网站源码下载.zip
- 白色扁平风格的优雅时尚英文整站网站源码下载.zip
- 白色扁平风格的阅读书店整站网站模板.zip
- 白色扁平风格的原创素材类企业网站源码下载.zip
- 白色扁平化的国际物流运输企业网站模板下载.zip
- 白色扁平化的绿色花艺花店企业网站模板下载.zip
- 白色扁平化的牛排汉堡西餐厅企业网站模板.zip
- 白色扁平化的网络博客整站网站模板下载.zip
- 白色扁平化风格的城市规划设计企业网站模板.rar
- 白色扁平化的在线课堂补习班模板下载.zip
- 白色扁平化风格的法律律师在线咨询企业网站模板.zip
- 白色扁平化风格的灯饰灯具销售企业网站模板.zip
- 白色扁平化风格的房地产开发公司模板下载.zip
- 白色扁平化风格的个人摄影博客模板下载.zip
- 白色扁平化风格的航空公司官网企业网站模板.rar
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈