qq_39538215 2017-09-07 09:39 采纳率: 14.3%
浏览 1080

echarts折线图问题! 大神求教

自己做的图片说明自己做的效果图 我遇到两个问题 一个echarts两个折线图下面渐变色区域叠堆了如何解决

第二个我想让他从屏幕最左侧出来到最右侧消失 但是节点还是只显示这五个如何解决

series : [ {
name : '最高气温',
type : 'line',
smooth : true,
showAllSymbol : true,
symbolSize : 8,
symbol : 'circle',
itemStyle : {
/*
* normal:{areaStyle:{color: '#DDEAFB', shadowBlur: 10,
* shadowColor: 'rgba(0, 0, 0, 2)'}}
*/
normal : {
color : '#FF8B4C',
shadowColor : 'rgba(0, 0, 0, 0.5)',
shadowBlur : 8,
shadowOffsetY : 2
}
},

            //渐变色设置 
            areaStyle: {
                normal: {
                    color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
                        offset: 0,
                        color: 'rgba(251,209,139,0.7)'
                    }, {
                        offset: 1,
                        color: 'rgba(255,255,255,0.6)'
                    }])
                }
            },

            lineStyle : {
                normal : {
                    shadowColor : 'rgba(0, 0, 0, 0.5)',
                    shadowBlur : 2,
                    shadowOffsetY : 2
                }
            },
            label : {
                normal : {
                    show : true,
                    position : 'top',
                    formatter : '{c}℃'
                }
            },
            data : data1
        }, {
            name : '最低气温',
            type : 'line',
            smooth : true,
            showAllSymbol : true,
            symbolSize : 8,
            symbol : 'circle',
            itemStyle : {
                /*
                 * normal:{areaStyle:{color: '#B6E6D0', shadowBlur: 20,
                 * shadowColor: 'rgba(0, 0, 0, 2)'}}
                 */

                normal : {
                    color : '#5FBCF2',
                    shadowColor : 'rgba(0, 0, 0, 0.5)',
                    shadowBlur : 8,
                    shadowOffsetY : 2
                }
            },
            areaStyle: {
                normal: {
                    color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
                        offset: 0,
                        color: 'rgba(137,208,245,0.7)'
                    }, {
                        offset: 1,
                        color: 'rgba(255,255,255,0.6)'
                    }])
                }
            },
            lineStyle : {
                normal : {
                    shadowColor : 'rgba(0, 0, 0, 0.5)',
                    shadowBlur : 2,
                    shadowOffsetY : 2
                }
            },
            label : {
                normal : {
                    show : true,
                    position : 'bottom',
                    formatter : '{c}℃'
                }
            },
            data : lowest
        } ] 贴上我自己的代码
  • 写回答

0条回答

    报告相同问题?

    悬赏问题

    • ¥30 这是哪个作者做的宝宝起名网站
    • ¥60 版本过低apk如何修改可以兼容新的安卓系统
    • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
    • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
    • ¥50 有数据,怎么用matlab求全要素生产率
    • ¥15 TI的insta-spin例程
    • ¥15 完成下列问题完成下列问题
    • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
    • ¥15 YoloV5 第三方库的版本对照问题
    • ¥15 请完成下列相关问题!