How to refresh chart

0
Hi, i'm new on Mendix i try to refresh a chart that display real time data ( 3 axes of an acceleromter). It works when I close the page and reopen it with a Microflow -> Refresh microflow : Chart parameters : data source for my chart :  microflow i use for the dataview : The problem I'm having is that when the page reloads, I get a white flashing that's not at all pleasant to look at and causes display overlap.Is there a solution to refresh the data in my line chart in real time without having to refresh the entire page? Thank you in advance, have a nice day!  
asked
3 answers
0

If your chart is in a data view, refreshing the object of the data view in a microflow should be sufficient to do a "refresh in page" of that object. If not, let us know and we can come up with some other solutions!

answered
0

Hello Julien,

Did you tried refresh interval if that will help, also if required to refresh after some action you can try to refresh Daata view object where line chart is puuted.

 

image.png

answered
0

Eline Bijkerk

Answered 1 day ago

If your chart is in a data view, refreshing the object of the data view in a microflow should be sufficient to do a "refresh in page" of that object. If not, let us know and we can come up with some other solutions!

 

Hi, thank you for your answer! I tried to place a refresh object in the microflow of my data view but it doesn't change anything, the data displayed on the line chart is not refreshed.

image.png

 

RAJU PATEL

Answered 1 day ago

Hello Julien,

Did you tried refresh interval if that will help, also if required to refresh after some action you can try to refresh Daata view object where line chart is puuted.

 

Hi, thank you for your answer but I don't have this feature in the settings tab of my line chart, I'm using version 10.23.0 maybe this option is somewhere else?

image.png

 

If anyone else has any ideas on how to refresh the data without having to do a full refresh, I'd love to hear it!

Thank you!

answered