So far, I use slider node and chart node on dashboard 2. when i use on my PC the chart is display information is good. However when i use these node on Rasperry Pi 3. the information did not display. I really do not why. Pls help and advice help me.
I mean I run node red via localhost by my Laptop. The chart was display good information. After that I run node red via Rasperry Pi and use node and configuration similar but the chart did not display information. I use slider node and chart node.
Where are you running the browser? Is that on the Pi too? You can run node-red on the pi but connect to it from the browser on your laptop.
Wherever you are running the browser you need to check the browser developer console as suggested earlier, and tell us which browser it is (Chrome, Firefox etc) and which version.
The computer which Node-red is installed on does not need to be the same as the one running the browser with which you view the editor and dashboard.
So for example I have Node-red installed on a Raspberry Pi Zero on my home network.
It's local IP address is 192.168.1.28 and I have set up the router so it always gets this address.
A Raspberry Pi is an ideal computer to run Node-red on but gives a very unrewarding experience running a browser.
So I open a browser on my laptop and point it to 192.168.1.28:1880 for the editor and 192.168.1.28:1880/dashboard for the dashboard.