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
fix: type issues with Chart save methods. (#3934)
* Fix unknown dict type issues.
* Ignore some type errors in save.
* Revert typing as None over Undefined.
fix: Correct tooltip field for faceted choropleth example (#3920)
* fix: make tooltip reference county_id not id in the faceted choropleth plot
* Revert "fix: make tooltip reference county_id not id in the faceted choropleth plot"
This reverts commit aefb97f.
* fix: make tooltip reference county_id not id in the faceted choropleth example