DanielBogenrieder commented on issue #19866: URL: https://github.com/apache/echarts/issues/19866#issuecomment-2079329129
Hey, This probably is more of a KNIME questions than an ECharts questions, so I guess the better place for this question would be the [knime forum](https://forum.knime.com). Anyway, let me give you an example on how to create the same result as in the example you mentioned. I attached the workflow I used in order to recreate the behaviour. It is probably a nice starting point if you want to adapt it to your use cases. <img width="1364" alt="image" src="https://github.com/apache/echarts/assets/12019268/2098be20-daa0-4c47-92c1-b0992f1a40ec"> It makes a request to fetch the data used in the ECharts example and makes use of this data in the script that you already provided. The most challenging part to adapt it to your use cases is likely to get your data into the correct format. KNIME offers some really nice data manipulation feature to help you with that and with the addition of the AI Assistant it is probably even easier. There is also an AI Assistant in the Generic ECharts node itself that can help you to create the tree visualisation. [EchartsTreeExample.knwf.zip](https://github.com/apache/echarts/files/15130789/EchartsTreeExample.knwf.zip) Hope that this helps. Greetings, Daniel -- 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]
