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
Here is a bug regarding the legend and the "update" event that can be saw on : dataviz_example.html .
Use case :
1 / Load the dataviz_example.html example
2 / Click on the 'less that 5M' slice to disable all the related countries
3 / Switch to the year 2010.
The China country (this is an example, but the issue affect the other states) is not displayed again while it should.
The text was updated successfully, but these errors were encountered:
neveldo
changed the title
Bug in dataviz_example.html : areas not displayed after "update" event
Bugfix : areas not displayed after "update" event
Nov 24, 2015
The problem appears because of our work on setLegendElemState.
Before: the legend state was always reset to "show", hence no problem
After: the legend state is defined by setLegendElemState
Solution: at the beginning of update, if the user redefined an area, plot or legend, then reset all legend to show.
Here is a bug regarding the legend and the "update" event that can be saw on : dataviz_example.html .
Use case :
1 / Load the dataviz_example.html example
2 / Click on the 'less that 5M' slice to disable all the related countries
3 / Switch to the year 2010.
The China country (this is an example, but the issue affect the other states) is not displayed again while it should.
The text was updated successfully, but these errors were encountered: