echarts 當需要多個標題的時候怎么辦


title: [{
              text: '報警、處理次數分析統計',
              top: '1%',
              left:'30%',
              textStyle:{
                  color:'#d1ecff',
                  fontStyle:'normal',
                  fontWeight:'600',
                  fontFamily:'sans-serif',
              fontSize:18
              }
          },{
              text: "報警次數",
              left:'18%',
              bottom: '8%',
              textStyle:{
                  color:'#ccc',
                  fontStyle:'normal',
                  fontWeight:'400',
                  fontFamily:'sans-serif',
               fontSize:16
              }
          },
          {
              text: "處理次數",
              right: '18%',
              bottom: '8%',
              textStyle:{
                  color:'#ccc',
                  fontStyle:'normal',
                  fontWeight:'400',
                  fontFamily:'sans-serif',
               fontSize:16
              }
          }],

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM