"Climographs display data for two variables …" (Climograph - Wikipedia) Basically temperature and som water-related stuff. Two axes: left: temp, right: precipitation, humidity, each w/ min/max and legend) over a period of time.
How do I create such a thing w/ NR ? So far I use two separate graphs.
Preferably w/ a low code approach, w/o css, template, … miracles, magic beyond my capabilities.
There is a clear tradeoff between "out of the NR box" ↔︎ "dig deep into Chart.js".
Adding to the NR box makes it clearly more powerful, but also more complex to use and heavier. And it is a huge effort, takes time, thought & manpower.
But I'd love to see some of the DB2 capabilities recently discussed here (with an answer along the lines "ui_template will do if you do this and that !") to be included in the nodes.
The threshold would be lower, acceptance higher for users and beginners expecting it to be easy to wire together flows and UIs, more effort could be spent on the problem to solve instead on the depths and abysses of whatever technology, tools, libraries under the hood they don't want to command.
The use case of two-axes extends easily to the situations, where you wish to visualize not only data coming of two sources of the same type (with one common axis), but data of two different types (and two different axes like in a climatograph) all in one graph.
Such thing for example - how far from basics it is ... but still the situation is same.
I would say that it must be learnable and the learner must exercise his will.