Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Implementing examples from library to knime #19866

Open
Rustam666 opened this issue Apr 25, 2024 · 1 comment
Open

[Feature] Implementing examples from library to knime #19866

Rustam666 opened this issue Apr 25, 2024 · 1 comment
Labels
en This issue is in English support

Comments

@Rustam666
Copy link

What problem does this feature solve?

Hi, I'm trying to implement tree map example (https://echarts.apache.org/examples/en/editor.html?c=tree-basic) in Knime. I would kindly ask you to provide a guide if it's possible how to do it.
Screenshot 2024-04-25 164622

What does the proposed API look like?

rewweq

@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels Apr 25, 2024
@plainheart plainheart added support and removed new-feature pending We are not sure about whether this is a bug/new feature. labels Apr 26, 2024
@DanielBogenrieder
Copy link

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

image

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

Hope that this helps.

Greetings,
Daniel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
en This issue is in English support
Projects
None yet
Development

No branches or pull requests

3 participants