当前位置: 首页 > news >正文

网站建设公司哪家好 皆来磐石网络网站建设"淘宝网" 在颜色选取和搭配方面有哪些值得学习的地方.

网站建设公司哪家好 皆来磐石网络,网站建设"淘宝网" 在颜色选取和搭配方面有哪些值得学习的地方.,wordpress怎么修改菜单栏关键词,沈阳网站哪家做的好ECharts教程(详细) 非常全面的ECharts教程#xff0c;非常全面的ECharts教程#xff0c;目前线条/节点颜色、线条粗细、线条样式、线条阴影、线条平滑、线条节点大小、线条节点阴影、线条节点边框、线条节点边框阴影、工具提醒、工具提醒样式、工具自定义提醒、工具提醒背景…ECharts教程(详细) 非常全面的ECharts教程非常全面的ECharts教程目前线条/节点颜色、线条粗细、线条样式、线条阴影、线条平滑、线条节点大小、线条节点阴影、线条节点边框、线条节点边框阴影、工具提醒、工具提醒样式、工具自定义提醒、工具提醒背景、工具提醒边框、工具提醒阴影、工具提醒文字样式、工具箱、工具箱图标、工具箱标题、工具箱功能、类别显示、类别显示位置、类别显示图标、类别显示图标大小、类别显示图标间距、类别显示、类别显示位置、类别显示图标、类别显示图标大小、类别显示图标间距、类别显示图标文字大小、类别显示图标文字颜色、轴方向等多达四十个快捷键使多达四十个快捷键使用。 可以在使用过程中轻松应对大部分场景。由于时间原因本文只更新全文的10%。以下时间会持续更新ECharts 是一个常用的工具但苦涩的 API 常常让人困惑。建议收藏一份以方便使用时快速查找和解决问题。 文章目录ECharts教程(详细)1线条/节点颜色2线条粗细3线条样式4线条阴影5线条平滑6线条节点大小7线条节点阴影8线条节点边框9线条节点边框阴影10工具提醒11工具提醒样式12工具自定义提醒13工具提醒背景14工具提醒边框15工具提醒阴影16工具提醒文字样式17工具箱18工具箱图标19工具箱标题20工具箱功能21类别显示22类别显示位置23类别显示图标24类别显示图标大小25类别显示图标间距26类别显示图标文字大小27类别显示图标文字颜色28轴方向同其他如柱状图等29坐标轴名称30坐标轴名称位置31坐标轴名称文字样式32坐标轴名称与轴线之间的距离33显示标签34标签位置35标签文字样式36标签背景色37标签边框38标签边框圆角39标签内边距40标签阴影41标签旋转42持续更新中 ......1线条/节点颜色 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF}}},} ]2线条粗细 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,width: 3}}},} ]3线条样式 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,width: 3,type: dashed}}},} ]4线条阴影 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,width: 3,type: dashed,shadowColor: rgba(0, 0, 0, 0.5),shadowBlur: 10,shadowOffsetY: 10}}},} ]5线条平滑 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,smooth: true,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,width: 3,type: dashed,shadowColor: rgba(0, 0, 0, 0.5),shadowBlur: 10,shadowOffsetY: 10}}},} ]6线条节点大小 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,symbol: circle,symbolSize: 20,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,}}},} ]7线条节点阴影 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,symbol: circle,symbolSize: 20,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,},areaStyle: {color: rgba(0, 0, 0, 0.5)}}},} ]8线条节点边框 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,symbol: circle,symbolSize: 20,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,},borderColor: #409EFF,borderWidth: 5}},} ]9线条节点边框阴影 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,symbol: circle,symbolSize: 20,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,},borderColor: #409EFF,borderWidth: 5,shadowColor: rgba(0, 0, 0, 0.5),shadowBlur: 10,shadowOffsetY: 10}},} ]10工具提醒 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,},}},tooltip: {trigger: axis},} ]11工具提醒样式 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,},}},tooltip: {trigger: axis,formatter: {b}br /{a}: {c}},} ]12工具自定义提醒 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,},}},tooltip: {trigger: axis,formatter: function (params) {return params[0].name br /span stylecolor:#409EFFhello worldspan}},} ]13工具提醒背景 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,},}},tooltip: {trigger: axis,backgroundColor: #E6A23C},} ]14工具提醒边框 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,},}},tooltip: {trigger: axis,borderColor: #409EFF,borderWidth: 15},} ]15工具提醒阴影 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,},}},tooltip: {trigger: axis,shadowColor: rgba(0, 0, 0, 0.5),shadowBlur: 10,shadowOffsetY: 10},} ]16工具提醒文字样式 series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,itemStyle: {normal: {color: #E6A23C,lineStyle: {color: #409EFF,},}},tooltip: {trigger: axis,textStyle: {color: #409EFF,fontSize: 20}},} ]17工具箱 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},toolbox: {feature: {saveAsImage: {}}},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line}] };18工具箱图标 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},toolbox: {feature: {saveAsImage: {icon: image://https://img.88icon.com/download/jpg/202001/388cc11b509232e7b5a2340742aba2ef.jpg!88con}}},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line}] };19工具箱标题 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},toolbox: {feature: {saveAsImage: {title: 保存为图片}}},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line}] };20工具箱功能 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},toolbox: {feature: {dataZoom: {},dataView: {readOnly: false},magicType: {type: [line, bar]},restore: {},saveAsImage: {}}},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line}] };21类别显示 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},legend: {data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},series: [{name:Mon,data: [150, 230, 224, 218, 135, 147, 260],type: line},{name:Tue,data: [50, 30, 24, 18, 35, 47, 60],type: line}] };22类别显示位置 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},legend: {data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun],left: right},series: [{name:Mon,data: [150, 230, 224, 218, 135, 147, 260],type: line},{name:Tue,data: [50, 30, 24, 18, 35, 47, 60],type: line}] };23类别显示图标 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},legend: {data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun],icon: circle},series: [{name:Mon,data: [150, 230, 224, 218, 135, 147, 260],type: line},{name:Tue,data: [50, 30, 24, 18, 35, 47, 60],type: line}] };24类别显示图标大小 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},legend: {data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun],icon: circle,itemWidth: 20,itemHeight: 20},series: [{name:Mon,data: [150, 230, 224, 218, 135, 147, 260],type: line},{name:Tue,data: [50, 30, 24, 18, 35, 47, 60],type: line}] };25类别显示图标间距 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},legend: {data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun],icon: circle,itemGap: 20},series: [{name:Mon,data: [150, 230, 224, 218, 135, 147, 260],type: line},{name:Tue,data: [50, 30, 24, 18, 35, 47, 60],type: line}] };26类别显示图标文字大小 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},legend: {data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun],icon: circle,textStyle: {fontSize: 20}},series: [{name:Mon,data: [150, 230, 224, 218, 135, 147, 260],type: line},{name:Tue,data: [50, 30, 24, 18, 35, 47, 60],type: line}] };27类别显示图标文字颜色 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},legend: {data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun],icon: circle,textStyle: {color: red}},series: [{name:Mon,data: [150, 230, 224, 218, 135, 147, 260],type: line},{name:Tue,data: [50, 30, 24, 18, 35, 47, 60],type: line}] };28轴方向同其他如柱状图等 option {xAxis: {type: value},yAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line}] };29坐标轴名称 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value,name: 我是Y轴名称},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line}] };30坐标轴名称位置 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value,name: 我是Y轴名称,nameLocation: middle},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line}] };31坐标轴名称文字样式 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value,name: 我是Y轴名称,nameTextStyle: {color: red,fontSize: 20}},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line}] };32坐标轴名称与轴线之间的距离 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value,name: 我是Y轴名称,nameGap: 20},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line}] };33显示标签 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,label: {show: true}}] };34标签位置 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,label: {show: true,position: left}}] };35标签文字样式 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,label: {show: true,position: left,textStyle: {color: red,fontSize: 20}}}] };36标签背景色 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,label: {show: true,textStyle: {color: red,fontSize: 20},backgroundColor: yellow}}] };37标签边框 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,label: {show: true,borderColor: blue,borderWidth: 2}}] };38标签边框圆角 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,label: {show: true,borderRadius: 10}}] };39标签内边距 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,label: {show: true,borderColor: blue,borderWidth: 5,borderRadius: 10,padding: 10}}] };40标签阴影 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,label: {show: true,borderColor: blue,borderWidth: 1,padding: 10,shadowColor: red,shadowBlur: 10,shadowOffsetX: 1,shadowOffsetY: 1}}] };41标签旋转 option {xAxis: {type: category,data: [Mon, Tue, Wed, Thu, Fri, Sat, Sun]},yAxis: {type: value},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: line,label: {show: true,rotate: 45}}] };42持续更新中 … 如果命名不合适或者遇到这里没有收录的内容请留言我会以更快的速度更新。 目前只更新了比较常用的部分以后会持续更新…
http://www.w-s-a.com/news/720405/

相关文章:

  • 网站如何做移动规则适配北京住房与城乡建设部网站
  • 课堂阵地建设网站wordpress运行机制
  • 网站建设的需求方案企业网站建设费用明细
  • 创口贴网站模板京创影视app
  • 团购网站建设目的网站有很多304状态码
  • 运用阿里云怎么做网站外资企业可以在中国境内做网站吗
  • 云南住房和城乡建设局网站西安做官网的公司
  • 企业网站图片上传网站建设和应用的情况
  • 网站不显示内容吗聊城网架公司
  • 南昌网站建设企业网站托管外包怎么做
  • 做非洲外贸的网站网站可以用PS设计吗
  • PHP搭建IDC网站青岛福瀛建设集团网站
  • 安徽网站优化多少钱软件界面设计的基本原则
  • 网站建设动态页面修改删除dnf卖飞机的网站怎么做的
  • 万网是做什么的seo综合
  • 网站关键词分隔符php网站开发平台下载
  • 郑州那家做网站便宜商业计划书免费word版
  • 秦时明月的个人网站怎么做网站开发公司需要招聘哪些人
  • 广告网站建设制作设计服务商安卓app软件定制
  • 公司网站设计与实现中国职业培训在线官方网站
  • 网站服务器空间租用郑州官网网站推广优化
  • 郑州网站建设外包业务wordpress站酷首页
  • 机关门户网站 建设 方案个人怎么申请注册商标
  • 梧州网站建设有哪些九江网站建设优化
  • APP网站建设开发企业发展英文seo招聘
  • 临海市住房和城乡建设规划局网站高校图书馆网站的建设方案
  • 建立门户网站张店易宝网站建设
  • wordpress中英文站点厦门seo顾问屈兴东
  • 邯郸网站建设项目重庆网站备案系统
  • 网站导航容易做黄冈网站建设报价