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
{{ message }}
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.
<AreaChart /> expects colors as a prop. The default is from d3, and the type is function. However, this line makes it difficult to add custom colors for this component:
<AreaChart />
expectscolors
as a prop. The default is from d3, and the type isfunction
. However, this line makes it difficult to add custom colors for this component:Could there be a check / guard so that custom colors can be used on this component? Thank you.
The text was updated successfully, but these errors were encountered: