Open koettert opened 1 year ago
So funktioniert das für Plotly: Man kann, wenn man ein Plotly plot als HTML exportiert mit dem parameter "post_script" custom JS angeben. (Siehe hier) Da geben wir den "knime-ui-extension-service" und dieses script rein In dem script nutzen wir die JS API von Plotly um mitzubekommen wenn eine selection passiert und das an den knime ui extension service weiterzuleiten Und wir setzen die selection von plotly, wenn über den knime ui extension service, dass sich die selection geändert hat
For Folium I found this info so far:
This will also provide the base for supporting the map view in KNIME reports (https://github.com/spatial-data-lab/knime-geospatial-extension/issues/335)
KNIME has the concept of selection to propagate data point selection between views. The goal of this ticket is to support this mechanism also in the geospatial views.