B4J Question [ABMaterial]Two Charts in one Row Issue

rwblinn

Well-Known Member
Licensed User
Longtime User
Hi,

developing an ABMaterial 2.20 application with 2 gauges and charts in one row with data provided from an ESP8266 via MQTT.
Going step-by-step:
1) Started with one chart in a row = working fine.
upload_2016-12-22_17-11-52.png

2) Added a second chart which is updated, but the first chart is not. Why?
upload_2016-12-22_17-13-21.png


Each of the charts have an unique ID and are using dedicated lists for values and labels.
The logs also show correct data being fed from an ESP8266 via MQTT.
The source is attached - look at ESPDashboardPage.bas.

Any hints what could be the cause?

Note: issue raised in ABMFeedback (2016-12-22)
 

Attachments

  • rpiespdashboardb4jserver.zip
    10.5 KB · Views: 180
Last edited:
Top