Thanks to you both for your help.
As I have success, I thought I would post my follow up and code.
It took many many hours of searching on the internet and finding small clues as to how to do it.
And I am not a coder, so to anyone else ... this may look obvious of how to do the chart.
And the flow ...
[{"id":"55d1cbb1.b160bc","type":"ui_chart","z":"a13b9737.d91218","name":"","group":"326e8ef0.619b6a","order":1,"width":"15","height":"10","label":"Humidity","chartType":"line","legend":"true","xformat":"dd HH:mm","interpolate":"linear","nodata":"","dot":false,"ymin":"","ymax":"","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":0,"useOneColor":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#db2929","#ff9896","#9467bd","#c5b0d5"],"useOldStyle":false,"x":1080,"y":320,"wires":[[],[]]},{"id":"6ae22866.65b858","type":"inject","z":"a13b9737.d91218","name":"Reset chart","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":"","x":110,"y":180,"wires":[["2b3468f2.9e8db8"]]},{"id":"2b3468f2.9e8db8","type":"function","z":"a13b9737.d91218","name":"msg.payload = []","func":"msg.payload = [];\nreturn msg;","outputs":1,"noerr":0,"x":880,"y":180,"wires":[["55d1cbb1.b160bc","87a53b87.fe7a8"]]},{"id":"f6e59322.620408","type":"sqlite","z":"a13b9737.d91218","mydb":"6fa10898.ea5358","sqlquery":"msg.topic","sql":"","name":"DATA","x":350,"y":280,"wires":[["bb6a7a1c.bd61a8"]]},{"id":"bb6a7a1c.bd61a8","type":"change","z":"a13b9737.d91218","name":"Set data","rules":[{"t":"set","p":"payload","pt":"msg","to":"\t\t [\t {\t\t \"series\": [\"Small Loft\"],\t \"labels\": [\"H\"],\t \t \"data\": [\t [\t $.payload.\t {\t \t \"x\": $fromMillis(Unix_Time*1000),\t \"y\": Value\t \t }\t ]\t ]\t }\t ]\t","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":480,"y":280,"wires":[["8d351c4d.e5715"]]},{"id":"3ef59351.8bbad4","type":"sqlite","z":"a13b9737.d91218","mydb":"6fa10898.ea5358","sqlquery":"msg.topic","sql":"","name":"DATA","x":350,"y":360,"wires":[["f1afc0a5.334358"]]},{"id":"f1afc0a5.334358","type":"change","z":"a13b9737.d91218","name":"Set data","rules":[{"t":"set","p":"payload","pt":"msg","to":"[\t {\t\t \"series\": [\"Utility\"],\t \"labels\": [\"H\"],\t \t \"data\": [\t [\t $.payload.\t {\t \t \"x\": $fromMillis(Unix_Time*1000),\t \"y\": Value\t \t }\t ]\t ]\t }\t]","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":480,"y":360,"wires":[["cdf0d717.0a7de8"]]},{"id":"ed8501de.15fb4","type":"inject","z":"a13b9737.d91218","name":"Utility","topic":"Humidity","payload":"true","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":"","x":90,"y":360,"wires":[["441737ba.e89a9"]]},{"id":"594733a5.b0598c","type":"function","z":"a13b9737.d91218","name":"Query","func":"msg.topic =\n\"SELECT Unix_Time,Value FROM DATA WHERE ID LIKE 'Small Loft - Humidity'\";\nreturn msg;","outputs":1,"noerr":0,"x":230,"y":280,"wires":[["f6e59322.620408"]]},{"id":"798ad7df.75ad1","type":"inject","z":"a13b9737.d91218","name":"Small Loft","topic":"Loft","payload":"true","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":"","x":100,"y":280,"wires":[["594733a5.b0598c"]]},{"id":"441737ba.e89a9","type":"function","z":"a13b9737.d91218","name":"Query","func":"msg.topic =\n\"SELECT Unix_Time,Value FROM DATA WHERE ID LIKE 'Utility - Humidity'\";\nreturn msg;","outputs":1,"noerr":0,"x":230,"y":360,"wires":[["3ef59351.8bbad4"]]},{"id":"8d351c4d.e5715","type":"function","z":"a13b9737.d91218","name":"chart1","func":"msg.topic = \"chart1\";\nreturn msg;","outputs":1,"noerr":0,"x":610,"y":280,"wires":[["2faab590.5f7eea"]]},{"id":"cdf0d717.0a7de8","type":"function","z":"a13b9737.d91218","name":"chart2","func":"msg.topic = \"chart2\";\nreturn msg;","outputs":1,"noerr":0,"x":610,"y":360,"wires":[["2faab590.5f7eea"]]},{"id":"ec261c93.d5aff","type":"debug","z":"a13b9737.d91218","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":1070,"y":360,"wires":[]},{"id":"2faab590.5f7eea","type":"join","z":"a13b9737.d91218","name":"Join data","mode":"custom","build":"object","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":true,"timeout":"","count":"2","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"num","reduceFixup":"","x":760,"y":320,"wires":[["be13cb0a.e413f8"]]},{"id":"be13cb0a.e413f8","type":"change","z":"a13b9737.d91218","name":"Set payload","rules":[{"t":"set","p":"payload","pt":"msg","to":"[\t {\t \t \"series\":\t [\t [payload.chart1[0].series[0]],\t [payload.chart2[0].series[0]] \t ],\t \t \t \"data\":\t [\t [payload.chart1[0].data[0]],\t [payload.chart2[0].data[0]]\t ],\t \t \t \"labels\":\t [\t [payload.chart1[0].labels[0]],\t [payload.chart2[0].labels[0]] \t ]\t \t }\t]\t\t","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":910,"y":320,"wires":[["55d1cbb1.b160bc","ec261c93.d5aff"]]},{"id":"87a53b87.fe7a8","type":"debug","z":"a13b9737.d91218","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":1070,"y":180,"wires":[]},{"id":"326e8ef0.619b6a","type":"ui_group","z":"","name":"Odds","tab":"578e150e.a53944","order":1,"disp":true,"width":"20","collapse":false},{"id":"6fa10898.ea5358","type":"sqlitedb","z":"","db":"/home/gb/Samba_shared_folder/Humidity_V1_00.db","mode":"RW"},{"id":"578e150e.a53944","type":"ui_tab","z":"","name":"Testing","icon":"trending_up","order":6}]