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
Charts do not like color values in the data. This is probably why:
// VictoryPie uses d3-interpolate to perform animations. d3-interpolate
// “sanitizes” all values, despite whether or not they are used for an animation.
// This results in english words that happen to also be valid html/css color names
// become rgb(x, x, x) strings.
Description
Charts do not like color values in the data. This is probably why:
See a number of examples on
http://civicplatform.org/2019/housing
Steps to reproduce
Visit http://civicplatform.org/2019/housing -- should also replicate in Storybook.
Expected result
Charts should look good.
Actual result
See above
Environment
All environments
The text was updated successfully, but these errors were encountered: