question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Charts flashes with each item change

See original GitHub issue

On the sitemap I show two charts:

Frame label="Letzten 24 Stunden:"   {   Chart item=gUGTechnik_Strom_Wirkleistung_W period=D     refresh=3600000     }
Frame label="Letzten 7 Tage:"       {   Chart item=gUGTechnik_Strom_Wirkleistung_W period=W     refresh=3600000     }

The item group gUGTechnik_Strom_Wirkleistung_W belongs to the group gUG

In the rrd4j.persist file I have

gUG*    : strategy = everyMinute

In the .items file

Number UG_TECHNIK_Strom_Wirkleistung_Gesamt_W   "Wirkleistung [%dW] (gUGTechnik_Strom_Wirkleistung_W)

Current Behavior

The Item UG_TECHNIK_Strom_Wirkleistung_Gesamt_W refreshes very often about once a second. Also the chart is flashing about once a second. I’m not sure if it’s depending on the item change, but it seems that the refresh time of 3600000ms (60min) have no influence.

It’s only flashing when I open the sitemap with habdroid (Android). When I open the sitemap in a web-browser, the chart is stabel.

I also found another discussion about that problem [https://community.openhab.org/t/chart-annoying-refreshing/5017]

Expected Behavior

I think the chart should be stable in the habdroid view like in the web-broswer view. It should refresh with the frequent of the refresh time (example 60min oder 30sec)

Steps to Reproduce (for bugs)

The problem is always reproduceable when open the sitemap with charts

Environment

On my system the following versions are running: openhab: 1.8.0 habdroid: 1.8.0.2

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:22 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
Senfglasdichtungcommented, May 16, 2018

Well, I’m playing with openhab and the Android App less than a week now. And honestly this bug is absolutly annoying. Let the update of the UI/charts run every second, but why have the charts to be disappearing during that update?

0reactions
mueller-macommented, Mar 11, 2019

I cannot reproduce this anymore.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flickering in Excel when a chart is selected
Once I make a chart, I select it to make changes, but the selected data (belonging to the chart) begins to flicker and...
Read more >
Solved: Charts blinking - Qlik Community - 1752274
But since then, some char and text object have a weird behaviour. They started to blink and change colors while blinking.
Read more >
10 Useful Flash Components for Graphing Data - WebFX
Find ten excellent Flash components that will help you in building stunningly attractive, complex, and interactive data visuals. for graphing data.
Read more >
Chart Flickering | MrExcel Message Board
The chart can either update as you add/change data or it does not. ... each item has one row of information. I pull...
Read more >
Blinking Chart when refreshing screen - Flutter - Syncfusion
So, what I did was to call setState() every 5 seconds and the whole chart blinks/flashes as it re-draw the first data to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found