mannymerino / bci-calendar

BCI Calendar is a Power BI custom visual that allows you to view your aggregated data in a month view.
16 stars 16 forks source link

BCI Calendar block the main execution thread #12

Closed mannymerino closed 6 years ago

mannymerino commented 6 years ago

We’ve tested BCI Calendar and noticed that this visual blocks the main JS execution thread if Date Field contains text values (not-date). Could you please consider this issue in upcoming versions of this visual?

Repro steps:

  1. Import the attached report into Power BI web
  2. Import BCI Calendar to the report page
  3. Fill fields of the visual using this patter below: a. Date Field -> Country b. Measure Data -> Education

Expected result: Visual shows nothing or error message if data-set isn’t supported

Actual result: The main execution thread is blocked. In other words the web page is frozen.

Demovote_xy.xlsx

mannymerino commented 6 years ago

Resolved by PR #14