98christianp opened a new issue #16594: URL: https://github.com/apache/echarts/issues/16594
### Version 5.3.0 ### Link to Minimal Reproduction https://codepen.io/98christianp/pen/GROYQbr ### Steps to Reproduce  Use a string type in visualMap.dimension: check [code pen](https://codepen.io/98christianp/pen/GROYQbr) for a workinge example. ### Current Behavior The visualMap.continous.dimension property does not allow string type, so I have to pass the number of the dimension of the dataset instead of passing the column name. The docs says string is the correct type. ### Expected Behavior I expect to be able to pass dimension name of the dataset instead of passing the dimension number. ### Environment _No response_ ### 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]
