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

   ### Version
   
   5.4.1
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/en/editor.html?c=custom-bar-trend
   
   ### Steps to Reproduce
   
   1. Visit the echarts example for Custom Bar Trend:
   https://echarts.apache.org/examples/en/editor.html?c=custom-bar-trend
   2. Toggle "Decal Pattern" to true (which automatically sets 
`aria.label.enabled` to `true`)
   3. Use firefox accessibility tab to view the generated aria description for 
the chart
   
   ### Current Behavior
   
   The generated aria description starts with
   "This is a chart. It consists of 8 series count. The 0 series is a **自定义图** 
representing trend."
   
   ### Expected Behavior
   
   The aria description should be generated in the user's local language.
   "This is a chart. It consists of 8 series count. The 0 series is a **custom 
series** representing trend."
   
   ### Environment
   
   ```markdown
   - OS: Windows 10
   - Browser: Firefox 107, 64-bit
   - Framework: N/A
   ```
   
   
   ### Any additional comments?
   
   Ideally for a custom series we could define our own aria description to use 
as the type, instead of "custom". 
   For the above example, we would define it as "line" so the following 
description could be generated
   "This is a chart. It consists of 8 series count. The 0 series is a **line** 
representing trend."


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