Higcharts 圖表 添加參考值線

            yAxis: {
	        <span style="color:#ff0000;">plotLines: [{
                color: '#EB3C0A',
                width: 1,
                value: trendConfig.value,
		zIndex:5,
                dashStyle: 'LongDash',
                label:{
                    text:trendConfig.value,
                    align:'left',
                    x:-34,
                    y:6,
                    style:{color:"#EB3C0A"}
                }
            }],</span>
            labels: {
                formatter:function(){
                    return this.value;
                }
            },
                min: 0,
                title: {
                    text: ''
                },
                gridLineColor:'#E3E3E3',
                lineWidth:1,
                gridZIndex:1
            },




發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章