helgasoft commented on issue #21647:
URL: https://github.com/apache/echarts/issues/21647#issuecomment-4686743141

   The SVG renderer displays the actual tag parameters within the chart (F12), 
but the Canvas renderer does not.
   I see **identical** settings for the legend item text in both browsers in 
SVG mode:
   
   **FF v.151.0.4 (64-bit)**
   ```<text dominant-baseline="central" text-anchor="start" style="font-size: 
8px; font-family: Microsoft YaHei;" x="30" y="3" transform="translate(255.725 
262)" fill="#54555a">Direct</text>```
   
   **Chrome Version 149.0.7827.102 (Official Build) (64-bit)**
   ```<text dominant-baseline="central" text-anchor="start" x="30" y="3" 
transform="translate(82.7324 459)" fill="#54555a" style="font-size: 8px; 
font-family: &quot;Microsoft YaHei&quot;;">Direct</text>```
   


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