I like very much the new implementation of the echarts node with the inputTable variable.
Is there any chance that you could implement multiple tables inputs before the upcoming release date? We could eventually access it through an inputTable array where each table would be inputTable[0], inputTable[1]…
That would make the node even more powerful.
Outputting an image of the graph may be handy as well…
Thanks anyway for this preliminary implementation.
BTW, when drag and dropping a field from list to the code editor, it’s copying the getData method instead of getColumn.
Also, I couldn’t get the getColumn to work with multiple columns.
Thank you for the feedback to our new Generic ECharts View node!
We are currently not planning to add multiple input tables because you can achieve the same thing by concatenating the tables before feeding them into the view – otherwise different numbers of rows etc might cause problems when building the view.
What use-case do you have in mind?
BTW, when drag and dropping a field from list to the code editor, it’s copying the getData method instead of getColumn.
Good catch, we have noticed that too and updated the code that is inserted via drag and drop. Today’s nightly should have this fixed already.
Thanks for the answer and prompt correction.
Indeed, concatenation is possible. And it’s what I was planning to do.
I actually made the parallel with the Python node that offers this possibility.
A more detailed documentation with simple and more complex examples in the hub would also be welcome. It took me a while to understand how to use the getColumn method with multiple columns as it was not clear what was the output like. And I haven’t been able to use the rowFilter yet.
What would be really cool, would be to be able to integrate within workflow edition area some view object like the chart generated by this node. Or a sort of KPI card that could show some computed value in the workflow editor without having to run and open views. We could imagine it also for other input types like maps or tables.
The detachable table/object previews answer partly to the need, but being able to reduce them and anchor them in the workflow editor would be nice.
See a previous post about it:
When adding import { graphic } from 'echarts';
at the top of the config window, I am getting the following message: Error: cannot use import statement outside a module.
Without the import, I am getting: Error: graphic is not defined
BTW, I can’t copy paste error message from the console, which is not handy.
What would be really cool, would be to be able to integrate within workflow edition area some view object like the chart generated by this node. Or a sort of KPI card that could show some computed value in the workflow editor without having to run and open views. We could imagine it also for other input types like maps or tables.
Hehe, we had this idea as well and have a concept draft for it. But other features were more important up to now. But you might definitely see this in KNIME one day
Integration of apache echarts is awesome headway towards more visually appealing knime and fully self self-service visual analytical tool as well. Will the e charts have full functionality as i could see only basic charts which plotly and other native view also provides. will it give the full functionality as well.
Its really awesome @carstenhaubold …tried many charts and its creating and suggesting just on the name of the charts as defined in echarts example. color palette of echarts too is asthetically good… keep surprising like this
Oh, that should not happen. Can you be a little more specific, what do you mean by “when i impose or try another chart over same chart”? I’d like to reproduce the error