You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In IE11, when rendering a Bar chart with huge numbers, and later hiding this big bar by clicking on it's legend title - chart does not render the rest of the bars.
Now click on unselect me label in chart's legend. I expect the rest of the bars to gain their actual height proportionally, as they do in Chrome browser.
The text was updated successfully, but these errors were encountered:
confirmed the issue, but hard to determine what is the cause.
same path definition works when generate without unselect me data, but not appearing when is together.
Seems the IE's issue, but need to spend time for workaround.
netil
added a commit
to netil/billboard.js
that referenced
this issue
Nov 9, 2020
Applying display:none for the hidden dataseries element's node will fix the issue.
The current opacity property approach works when data range is ["unselect me", -9999999],.
Weird behavior, but is not surprising how IE behaves weirdly in many occasions.
Description
In IE11, when rendering a
Bar
chart with huge numbers, and later hiding this big bar by clicking on it's legend title - chart does not render the rest of the bars.Steps to check or reproduce
Using IE11, go to the Examples page https://naver.github.io/billboard.js/demo/#Chart.BarChart, and replace the code with the one below
Now click on unselect me label in chart's legend. I expect the rest of the bars to gain their actual height proportionally, as they do in Chrome browser.
The text was updated successfully, but these errors were encountered: