Open
Description
Version
5.5.0
Link to Minimal Reproduction
Steps to Reproduce
Look at the aria-label in the link.
Current Behavior
aria-label="This is a chart with type Candlestick.The data is as follows: the data for 2017-10-24 is 0, 20, 34, 10, 38, the data for 2017-10-25 is 1, 40, 35, 30, 50, the data for 2017-10-26 is 2, 31, 38, 33, 44, the data for 2017-10-27 is 3, 38, 15, 5, 42. "
an extra number is inserted before the correct data
Expected Behavior
aria-label="This is a chart with type Candlestick.The data is as follows: the data for 2017-10-24 is 20, 34, 10, 38, the data for 2017-10-25 is 40, 35, 30, 50, the data for 2017-10-26 is 31, 38, 33, 44, the data for 2017-10-27 is 38, 15, 5, 42. "
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
Ran into it when working with 20038
Here is another example where the data for aria-label seems more confusing