PI Vision Dashboard Displays Overlapping Graphics in Chrome but Works Fine in Edge (Inconsistent Behavior Across Users)

Hello everyone,

I am currently facing an unusual issue with PI Vision dashboard visualization. On the same network, my PI Vision dashboards appear distorted and overlapping when viewed in Google Chrome, but they display normally in Microsoft Edge.

Interestingly, this issue is inconsistent across users:

  • On my laptop → Error in Chrome, normal in Edge

  • On a colleague’s laptop → Normal in Chrome, error in Edge

  • On another colleague’s laptop → Normal in both browsers

The visual issue appears as overlapping dashboard elements, making the display unreadable.

Actions I have already taken:

  • Restarted the PI Vision server

  • Checked network connectivity and server status (all normal)

However, the problem persists.

Has anyone encountered similar behavior before?
I would really appreciate any suggestions or troubleshooting steps to resolve this inconsistent rendering between browsers.

Thank you in advance for your help and insights.

Parents
  • I have a fix that seems to work:

    in C:\Program Files\PIPC\PIVision\Content\css\PBViewer\Display.css

    Line 167 (yours may vary) change from:

    #popupTrendContainer svg, #pbdisplay svg {

    to

    #popupTrendContainer svg, #pbdisplay svg:not(svg svg) {

    saving and reloading the page in the browser is enough.

    no guarantees but it seems to work at our site. But chromium is currently reverting the change, so it should not be a problem soon.

    BR V

Reply
  • I have a fix that seems to work:

    in C:\Program Files\PIPC\PIVision\Content\css\PBViewer\Display.css

    Line 167 (yours may vary) change from:

    #popupTrendContainer svg, #pbdisplay svg {

    to

    #popupTrendContainer svg, #pbdisplay svg:not(svg svg) {

    saving and reloading the page in the browser is enough.

    no guarantees but it seems to work at our site. But chromium is currently reverting the change, so it should not be a problem soon.

    BR V

Children
No Data