@tve Unfortunately, since updating, my existing time-plot charts are no longer working.
I'm getting this error in browser console, and just empty chart containers.
I've updated both node-red-flexdash and node-red-fd-corewidgets, restarted node-RED, and the charts appeared OK, but then I reloaded my browser, that's when the problem became apparent.
I've also tried other browsers - the same.
alpha v0.4.66
I've attached a simple flow to demonstrate.
[{"id":"b2c2dfde99c08cba","type":"inject","z":"1543d308b342690a","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"str","x":340,"y":2315,"wires":[["e18f647499f70d42"]]},{"id":"e18f647499f70d42","type":"function","z":"1543d308b342690a","name":"Example","func":"let output = { \"payload\": [[1669982400, 5.09, 2.71, 0], [1669986000, 5.64, 3.17, 0], [1669989600, 6.01, 3.42, 0], [1669993200, 6.21, 2.82, 0], [1669996800, 6.21, 2.78, 0], [1670000400, 5.63, 2.87, 0], [1670004000, 5.24, 2.58, 0], [1670007600, 5, 2.28, 0], [1670011200, 4.79, 2.29, 0], [1670014800, 4.61, 2.74, 0], [1670018400, 4.78, 3.05, 0], [1670022000, 4.75, 2.68, 0], [1670025600, 4.51, 2.78, 0], [1670029200, 4.58, 2.97, 0], [1670032800, 4.47, 2.85, 0], [1670036400, 4.15, 3.1, 0], [1670040000, 4.33, 3.17, 0], [1670043600, 4.26, 3.35, 0], [1670047200, 4.41, 3.29, 0.07], [1670050800, 4.47, 3.64, 0], [1670054400, 4.37, 3, 0], [1670058000, 4.91, 3.52, 0], [1670061600, 5.76, 3.64, 0], [1670065200, 6.42, 4.29, 0], [1670068800, 6.88, 4.6, 0]], \"title\": \"Met Office Forecast\", \"labels\": [\"temp °C\", \"wind mph\", \"rain mm\"], \"widths\": [2, 2, 2], \"colors\": [\"red\", \"blue\", \"green\"], \"axes\": [\"right\", \"right\", \"left\"], \"right_unit\": \"\", \"right_decimals\": 1, \"left_unit\": \"mm\", \"left_decimals\": 2, \"left_min\": 0 }\nreturn output;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":475,"y":2315,"wires":[["465fdf0aaf758dd3","091783bc3a494015"]]},{"id":"465fdf0aaf758dd3","type":"debug","z":"1543d308b342690a","name":"debug 23","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":625,"y":2295,"wires":[]},{"id":"091783bc3a494015","type":"fd-time-plot","z":"1543d308b342690a","fd_container":"a2fd476acabc61e3","fd_cols":"8","fd_rows":"3","fd_array":false,"fd_array_max":10,"fd_output_topic":"","name":"Test","title":"Test","popup_info":"","data":null,"labels":[],"colors":[],"axes":[],"widths":[],"span_gaps":[],"left_unit":"","left_min":null,"left_max":null,"left_decimals":1,"left_isoprefix":false,"left_log":false,"right_unit":"","right_min":null,"right_max":null,"right_decimals":1,"right_isoprefix":false,"right_log":false,"reverse_legend":false,"x":615,"y":2335,"wires":[[]]},{"id":"a2fd476acabc61e3","type":"flexdash container","name":"Weather","kind":"StdGrid","fd_children":",6916febb69369323,754b848b6afed702,2876ba66ff2679bb,43aefa2fadb84bae,7c544937f1551351,a740e629dee0d44b,dbdb33e6290c28b1,ca21852cd51c24f5,0d31953fbe4bf5da,403cac5059d3b463,6149f97eab3c8c6b,d1cbbc0e8b5f919d,63f87178b139ec44,091783bc3a494015","title":"","tab":"1839949e733ccb05","min_cols":"1","max_cols":"20","parent":"69c2e3f5798c3475","solid":false,"cols":"1","rows":"1"},{"id":"1839949e733ccb05","type":"flexdash tab","name":"Weather","icon":"mdi-weather-night-partly-cloudy","title":"","fd_children":",a2fd476acabc61e3","fd":"e8f5aea52ab49500"},{"id":"69c2e3f5798c3475","type":"flexdash container","name":"Energy","kind":"StdGrid","fd_children":",43719d5359575f6b,bb113511ea8e41fd,3a60132d9af9f863,6201d0ac747c461c,69906bafd65a0c83,75c16f30cf7f4718,f38aa8e4f00caf79","title":"","tab":"fef6c0f6d48841d6","min_cols":"8","max_cols":10,"parent":"","solid":false,"cols":"1","rows":"1"},{"id":"fef6c0f6d48841d6","type":"flexdash tab","name":"Energy","icon":"mdi-home-lightning-bolt-outline","title":"","fd_children":",69c2e3f5798c3475","fd":"e8f5aea52ab49500"}]