sanganasrikanth9618 opened a new issue, #19650:
URL: https://github.com/apache/echarts/issues/19650

   ### Version
   
   5.5.0
   
   ### Link to Minimal Reproduction
   
   
https://echarts.apache.org/examples/en/editor.html?c=bar-simple&code=G4QwTgBArgDgCiALgCwgXgFAQgchk5ALgHpiBZADgogCYA2AFgBsBmARgnYjZpYFoeNCAAZadagwYiRfegE5uvRVJY0-qgQHZNWugC0cAbgyhIAEwDuCFOiy58KEuUkd6zdWvYClPFjPoUfJLSogHe_L7qHFxsmnTccQbGGAD2MIgAlikAdugQAN52AB4AgkUZAM6EBXbYiACeMACm1TgAxkhNAOYpYPU4ADS1EGZIINUA2jhkOYO4ACpQTXM4AOpNZivzyFArAGJgGSsAykgnUNk4ALp2AL5D2PVlldWF2HWNLbigTEs4dw8IBUmocmlUIBNhm93thRohxhCeMIBrRhMjuABWdEUdGadFsNj4ljCK6AmENZqtABG4EGw2wTBAVKaTFe9PeYBS8MQXxoeLJMKByBSFmqiDASwFMJgKQqGUyOVaiDS_0FEFuw3uUPZFXhbQA1q0zBkAGYmsBNbKIeYAORAAFtllKRmNJkiUTQ0Si2FiUTiUfzuITvcTSeyKV88Bk2srDiAmAAhWnOxnM1k1NXYTncr58OTCdlatUVer2qkpdOWazIZ0lssV44ZABeX2DOtL5aYAHkzcDEJMaBiUQIMWHix2K3BZfKstlWpbNpq7DdboYgA
   
   ### Steps to Reproduce
   
    I took a simple bar chart, applied label rotation, then added a pictorial 
bar. Although I also rotated the labels for the pictorial bar, but it did not 
rotate
   
   Options: 
   var upPath =
     'path://M88 264l31 31 123-122 0 268 44 0 0-269 123 124 32-32-177-176Z';
   var dwPath =
     'path://M441 264l-32-31-123 123 0-268-44 0 0 268-123-123-31 31 176 176Z';
   
   option = {
     xAxis: {
       type: 'category',
       data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
     },
     yAxis: {
       type: 'value'
     },
     series: [
       {
         data: [120, 200, 150, 80, 70, 110, 130],
         type: 'bar',
         label: {
           rotate: 270,
           show: true,
           position: 'top'
         }
       },
       {
         stack: 'diffrentTName',
         data: [120, 200, 150, 80, 70, 110, 130],
         type: 'pictorialBar',
         label: {
           rotate: -90
         },
         symbol: dwPath,
         symbolSize: 10,
         symbolOffset: [25, -15],
         symbolPosition: 'end'
       }
     ]
   };
   
![pIctorialBar](https://github.com/apache/echarts/assets/144200834/3c200f91-8916-4930-9b0a-4f844bc43034)
   and 
   
   ### Current Behavior
   
   Pictorial bar series labels are not rotating
   
   ### Expected Behavior
   
   Pictorial bar series labels should rotate.
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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