码迷,mamicode.com
首页 > 其他好文 > 详细

echars配置案例-reactnative

时间:2018-07-02 20:24:50      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:reac   items   文字   mst   技术分享   div   com   info   das   

option = {
        backgroundColor:#fff,
        grid: {
          left: 3%,
          right: 4%,
          top:20,
          bottom: 6%,
          containLabel: true
        },
        xAxis: {
          type: category,
          boundaryGap: true,
          data: ["06-25", "06-26", "06-27", "06-28", "06-29", "06-30", "07-01"],
          //轴上文字
          axisLabel: {
            interval: 0,
            textStyle: {
              fontSize: 12,
              color: #898989
            }
          },
          //轴上刻度标签
          splitLine: {
            show: false
          },
          //轴上的ke
          axisLine: {
            show: false
          },
          //轴上Tick视图
          axisTick: {
            show: false
          }
        },
        yAxis: {
          type: value,
          axisLabel: {
            textStyle: {
              fontSize: 12,
              color: #898989
            }
          },
          splitLine: {
            show: true,
            lineStyle: {
              type: dashed
            }
          },
          axisLine: {
            show: false
          },
          axisTick: {
            show: false
          }
        },
        series: [{
          color:#000,
          name:"售价",
          type:"line",
          data:[100,150,140,300,10,177,120],
          lineStyle:{
            normal:{
              color:"#0496FE"
            }
          },
          itemStyle:{
            normal:{
              color:"#0496FE"
            }
          },
          label: {
            textBorderColor:red,
            normal: {
              show: true,
              position: top,
              textStyle: {
                color: #383838,
              }
            }
          },
          textStyle:{
            normal:{
              color:"#000"
            }
          },
          symbol:circle,
          symbolSize:8
        }],
      }

技术分享图片

 

echars配置案例-reactnative

标签:reac   items   文字   mst   技术分享   div   com   info   das   

原文地址:https://www.cnblogs.com/liujinyu/p/9255314.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!