neonarc4 commented on issue #19409:
URL: https://github.com/apache/echarts/issues/19409#issuecomment-1880296787

   ```
   
   const zx = {
     backgroundColor:'',
     tooltip: {
       trigger: 'axis'
     },
     legend: {
       data: []
     },
     grid: {
       left: '3%',
       right: '4%',
       bottom: '3%',
       containLabel: true
     },
     toolbox: {
       feature: {
         saveAsImage: {}
       }
     },
     xAxis: {
       type: 'time',
       boundaryGap: false,
                   axisLabel: {
                   formatter: (function(value){
                       return dayjs(value).format('h:mm:ss a');
                   })
               },
       data: []
     },
     yAxis: {
       type: 'value'
     },
     series: []
   }
    even i remove the format value i still have issue with   let axrc = 
date.x.map((ix)=>new Date(ix)) no idea what the issue 
   


-- 
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