Screen is flickering in flexmonster chart view when adjusting browser zoom

Answered
Jun Jie asked on June 19, 2026

Issue Description

The issue is happening for Chrome and Microsoft Edge browser. When zooming to certain size, the browser screen starts to flicker with side and bottom scrollbar continuously appearing and disappearing.

Version Details

  • ngx-flexmonster: 2.9.124
  • @angular/cli: ^18.2.12
  • Node Version: 20.11.1

Angular Html Code

<div style="height: 100vh;">
    <fm-pivot
        height="100%"
        [toolbar]="true"
        [licenseKey]="getLicenseKeys()" >
    </fm-pivot>
</div>

Typescript code

import { Component, ViewChild } from '@angular/core';
import { MainService } from '../../services/main.service';
import { FlexmonsterPivotModule, FlexmonsterPivot } from "ngx-flexmonster";

@Component({
  selector: 'app-test-pivot',
  standalone: true,
  imports: [ FlexmonsterPivotModule ],
  templateUrl: './test-pivot.component.html',
  styleUrl: './test-pivot.component.css'
})
export class TestPivotComponent {

  @ViewChild("pivotTable") pivotTableRef!: FlexmonsterPivot;

  constructor(
    private mainService: MainService
  ) {

  }

  getLicenseKeys(): string[] {
    return this.mainService.fmLicenseKey;
  }

}

 

4 answers

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster June 19, 2026

Hello, Jun Jie!

Thank you for reaching out to us.

Our team has reproduced the issue on our side. Our developers will take a closer loor at the case and get back to you with the fix with the ETA July 6th.

We will notify you about any updates on the matter.

Kind regards,
Solomiia

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster 6 days ago

Hello, Jun Jie!

Hope you are doing well.

Kindly note that the issue with grid flickering on different zoom levels was fixed.

The fix is included into 2.9.133 version of Flexmonster: https://www.flexmonster.com/release-notes/version-2-9-133/.
You are welcome to update the component: https://www.flexmonster.com/doc/updating-to-the-latest-version/.

Please let us know if the fix works well for you.

Kind regards,
Solomiia

Public
Jun Jie 4 days ago

Thanks Solomiia, let me check on the new version.

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster 4 days ago

Hello, Jun Jie!

Thank you for getting back to us.

We will be waiting for the following updates on the case.

Kind regards,
Solomiia

Please sign in or register to submit your answer