I'm using WSO2 Data Analytics Server. I receive my events with an HTTP receiver and I did a dashboard to see informations in real time. When a event is received, the graphs are updated well but if I try to maximize the gadgets (or even refresh the page) the graph data disappear. Anybody know why ?
In WSO2DAS real time charts, the visualization will be done for data received after rendering the page. When you maximize the gadget it will be rendered again, so therefore it will show data received after maximizing. If you want to show stored data, its better to use a batch provider for charts.