Quellcode durchsuchen

解决bug5249 【PCIM】统计分析—评价分析,折线图标注显示不全的问题

raolu vor 7 Jahren
Ursprung
Commit
e04a86b9c7
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      app/statistics/js/estimate-analysis.js

+ 3 - 2
app/statistics/js/estimate-analysis.js

@ -247,8 +247,8 @@ function drawLine(xData, yData, name, color){
        },
        grid: {
            show: false,
            left: '20px',
            right: '20px',
            left: '10px',
            right: '30px',
            bottom: '40px',
            top: '20px',
            containLabel: true
@ -279,6 +279,7 @@ function drawLine(xData, yData, name, color){
            end: 100,
            type: 'slider',
            zoomLock: true,
            showDetail: false
        },{ //下面这个属性是内容区域配置
            start: dataZoom_end,
            end: 100,