helgasoft opened a new issue, #20214: URL: https://github.com/apache/echarts/issues/20214
### Version 5.5.1 ### Link to Minimal Reproduction [Demo](https://echarts.apache.org/examples/en/editor.html?c=dataset-simple0&code=PYBwLglsB2AEC8sDeAoWsA2BTA5l6AJgFzIC-ANGrGMMBpCCUhVQQIZhsDOWYJA2lXSp0o2F2ABXAE4BjLAKFjY_AOQhpwApNlhV5WKoBMABgCMAVn2HTZgGzXj5gOyPZdYNNUBdSstFqALIcsgAWbLAAMhxgWNYALADMAHSJBgAcFsnpBgCcKc4GqgBGGJJxvkpiQRAYANawACpYbNbpKWYGzinxBhZZnYbSWAQ-fv4qqgDCoVhYPLBTwO6tGXbJvbB2WUYZRskWRcWaAO7QY1UBqgDqbBjQkmCwAEKn0BBxXfubFim5BolcslBqocMN8D5Lt4lKQqJV0AAPACCCIgXCY1AAniAFIZZBxcJ5MapYCx0JiUWimGTxFhpB90SolEgsTiSCU2F4DPh3ARcSy2NBMQA5NgAW1x6k02l0JNIpPQAHpFbA7hJkIKReLJe4MJ5VLCxMqWWBsZLipy5QYTWb2RavKS4ShSABuIA) ### Steps to Reproduce set an **unknown property** (not x,y,value,etc.) in series [encode](https://echarts.apache.org/en/option.html#series-line.encode) with a value pointing to a **character column** from dataset. Example - ```{type:'line', encode:{ someName:'country' }``` ### Current Behavior chart will not display correctly ### Expected Behavior One would expect _encode_ to ignore property names irrelevant to the series. ### 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]
