Javascript scatterplot: is it possible to control dot and axis text size?

Hi guys,
The introduction of javascript views nodes implied a tremendous advance in the way how data can be shown in KNIME. Nevertheless there are some important, apparently missing features in these nodes.
I trying to render a scatter plot using the Scatter Plot (Javascript) node but the resulting dot size and, especially, axis text size is incompatible with my purposes. Is there any way to have control on these elements? Is there any workaround to change the axis text size of such plots?
Thanks in advance,
Gio

Hi Gio,
Thank you for the feedback!
Currently it’s not possible to adjust size of the dots and the text on the Scatter Plot (Javascript). We know about the issue and working on improving it.

Kind regards,
Daria

OK Daria, thank you for the info. I’ll stay tuned with the next releases. :smile:
Best,
Gio

In the meantime, you could try Generic JavaScript View node to generate the customized visualization. Here is a link to a simple example to get you started https://www.knime.com/blog/from-d3-example-to-interactive-knime-view-in-10-minutes
Best,
Daria