Colin Law
Colin Law
Understood. I don't know whether it is a further complication if a proxy is involved. For example I use Cloudflare Zero Trust on some systems. I am not sure what...
In fact I meant to post that here rather than against the issue.
Maybe a duplicate of #842, at least in part. Also #763 may be relevant.
To get something like what you want, rather than feed in the hours for the x axis, set the x axis to timestamp type and feed in the full date/time....
For example, here is a chart configured to show the minutes only (Format `mm`)  ``` [{"id":"697fe7d376b78127","type":"ui-chart","z":"997da33a0beedade","group":"4f87bd59a15b847e","name":"minutes chart","label":"chart","order":9007199254740991,"chartType":"line","category":"topic","categoryType":"msg","xAxisLabel":"","xAxisProperty":"","xAxisPropertyType":"timestamp","xAxisType":"time","xAxisFormat":"mm","xAxisFormatType":"custom","xmin":"","xmax":"","yAxisLabel":"","yAxisProperty":"payload","yAxisPropertyType":"msg","ymin":"0","ymax":"1000","bins":10,"action":"append","stackSeries":false,"pointShape":"false","pointRadius":4,"showLegend":true,"removeOlder":"24","removeOlderUnit":"60","removeOlderPoints":"","colors":["#0095ff","#ff0000","#ff7f0e","#2ca02c","#a347e1","#d62728","#ff9896","#9467bd","#c5b0d5"],"textColor":["#666666"],"textColorDefault":true,"gridColor":["#e5e5e5"],"gridColorDefault":true,"width":6,"height":"4","className":"","interpolation":"linear","x":1160,"y":1860,"wires":[[]]},{"id":"1067faa25bb8e8b0","type":"function","z":"997da33a0beedade","name":"function 1","func":"msg.payload = msg.payload / 1000 %1000\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":960,"y":1860,"wires":[["73e224fd383e4f09","697fe7d376b78127"]]},{"id":"e66be00e371bd665","type":"inject","z":"997da33a0beedade","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"5","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":810,"y":1860,"wires":[["1067faa25bb8e8b0"]]},{"id":"73e224fd383e4f09","type":"debug","z":"997da33a0beedade","name":"debug 6","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1060,"y":1940,"wires":[]},{"id":"4f87bd59a15b847e","type":"ui-group","name":"test","page":"c6ff182a4185f2f2","width":"6","height":"1","order":1,"showTitle":false,"className":"","visible":"true","disabled":"false"},{"id":"c6ff182a4185f2f2","type":"ui-page","name":"Test page","ui":"ID-BASE-1","path":"/testpage","icon":"home","layout":"grid","theme":"f9b6670b127dc219","order":2,"className":"","visible":"true","disabled":"false"},{"id":"ID-BASE-1","type":"ui-base","name":"Dashboard","path":"/dashboard","includeClientData":true,"acceptsClientConfig":["ui-control","ui-notification","ui-gauge-classic"],"titleBarStyle":"default"},{"id":"f9b6670b127dc219","type":"ui-theme","name":"FlowForge Theme","colors":{"surface":"#152a47","primary":"#005aff","bgPage":"#ffffff","groupBg":"#ffffff","groupOutline":"#cc3e3e"},"sizes":{"pagePadding":"12px","groupGap":"12px","groupBorderRadius":"4px","widgetGap":"12px"}}] ```
> Your example did not work at first glance in my setup In what way? Are you using the latest version of the dashboard?
> And as discussed above this is not possible with the bar chart, at all, if I understand correctly? For some inexplicable reason I thought you wanted a line chart!