mpolinowski / nodered-cryptocurrency-dashboard

Building a Dashboard for the Cryptocurrency API from Binance in Node-RED
0 stars 0 forks source link

Output format control #1

Closed JamesStallings closed 2 years ago

JamesStallings commented 2 years ago

To call this an issue, I think, substantially overstates the case.

Basically, I've duplicated the flow, injected (other) ticker symbols, and it all works quite smashingly, and thank you! :100:

My 'issue' is that I've made four charts now, covering Ethereum, Bitcoin, Cardano and Polygon. I'm not certain which is correct, so to speak, but in the first two charts, the text of the bid/ask amounts appears above the charts, and in the other two charts, they're on the bottom.

Is this something I've done while stumbling around changing the flows to reflect their new datapoints in their outputs? or something beyond our control to manipulate?

Cheers James

mpolinowski commented 2 years ago

Hi James,

I just tried running the dashboard - but it seems the API is blocked from where I am currently located. My flows are running into timeouts. So I just injected the old JSON example from my old README file a couple of times to get the graph going:

2021-12-14_21-01

Oh wait - now I get what you mean. The order in which children are displayed inside their parent group can be adjusted in the Dashboard/Layout menu:

2021-12-14_21-09

Drag them in the right place and hit deploy. If they are already in the correct order, mess them up, deploy, reorder, deploy to resync them to the correct state.

JamesStallings commented 2 years ago

This is the way :D

Thanks a heap and a stack!