Is it possible to make a graph like this, if so, how. I've been looking for a week on how to do it.
Can you share what you have managed to get so far?
Here is an example of how you can get that layout, you will need to apply styling to get exactly what you require.
[{"id":"7b41d47e.2cc8ac","type":"inject","z":"c791cbc0.84f648","name":"","props":[{"p":"payload"},{"p":"ui_control","v":"{\"options\":{\"scales\":{\"xAxes\":[{\"stacked\":true}],\"yAxes\":[{\"stacked\":true}]}}}","vt":"json"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"[{\"series\":[\"POSITIVE\",\"NEGATIVE\"],\"data\":[[15,0,4.92,0,23.16,0,21.84,0,19.4],[0,-2,0,-10,0,-8.34,0,-13.67,0]],\"labels\":[\"12h\",\"13h\",\"14h\",\"15h\",\"16h\",\"17h\",\"18h\",\"19h\",\"20h\",\"21h\",\"22h\",\"23h\",\"24h\"]}]","payloadType":"json","x":290,"y":1460,"wires":[["e5135343.b5eee8"]]},{"id":"e5135343.b5eee8","type":"ui_chart","z":"c791cbc0.84f648","name":"","group":"2d4fe667.28f8ba","order":3,"width":"12","height":"9","label":"Chart","chartType":"bar","legend":"true","xformat":"D/M","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":0,"useOneColor":false,"useUTC":false,"colors":["#5fad47","#d73920","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"outputs":1,"useDifferentColor":false,"className":"","x":420,"y":1460,"wires":[[]]},{"id":"2d4fe667.28f8ba","type":"ui_group","name":"demo","tab":"1caa8458.b17814","order":1,"disp":true,"width":"12","collapse":false},{"id":"1caa8458.b17814","type":"ui_tab","name":"Demo","icon":"dashboard","order":1,"disabled":false,"hidden":false}]
that ok
thank you
