fantasy1713 commented on issue #21116:
URL: https://github.com/apache/echarts/issues/21116#issuecomment-3659973622

   > Please provide a minimal demo at 
https://echarts.apache.org/examples/zh/editor.html?c=line-simple
   > 
   > We may need to add a new option `axis.axisLabel.precision` like 
[xAxis.axisPointer.label.precision](https://echarts.apache.org/zh/option.html#xAxis.axisPointer.label.precision).
   
   option = {
     xAxis: {
       type: 'category',
       data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
     },
     yAxis: [{
       name:'11',
       type: 'value',
       position: 'left', 
       alignTicks: true
     },{
       name:'22',
       type: 'value',
       position: 'right', 
       alignTicks: true
     }],
     series: [
       {
         yAxisIndex:1,
         data: [-1.00, 0, 0, 0,1.70,0, 0, ],
         type: 'line'
       },{
         yAxisIndex:0,
         data: [0, 0, 0, 33000000,0, 0, 0, ],
         type: 'line'
         
       }
     ]
   };


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to