Hi,
Really love the Plotly node; the full-featured web GUI for configuring the plot is such a great way to do things. I like how it separates the data processing from the presentation, which gets lost in some other libraries.
However, somethin I do lament is I don;t see mto be able to save the changes I make in the interactive editor to the node. There’s a save button, but that requires me ot sign in and I suppose is uploading the plot to the cloud. Sometimes I get an HTTP error back from the server because (I presume) KNIME has tried to POST a whole load of my data up to their servers.
I’d love to be able to save the settings I change in this UI to the node, as otherwise, it’s only ever a preview and temporary; as far as I can tell, I’m still limited ot the seettings in the node’s dialogue box that have first-class support. It seems the plotly UI outputs some JSON, so I feel somehting like that would seem the most intuitive way of enabling saving.
And if it is uploading to the cloud version, what would be better I think is to host the GUI locally under a temporary server in a sandbox, and open in a web UI that way.
Cheers