We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0
Rule
radial
<Axis rule>
label
key
Grid
scaleQuantile
series={{ color: [..., ...] }}
series={{ color: d => ... }}
TODO:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
0
value is not within domain (outside chart bounds)Rule
to supportradial
(see<Axis rule>
label
tokey
and add newlabel
propGrid
with support for radial line gridscaleQuantile
/ etcseries={{ color: [..., ...] }}
to easily add gradients (with support for Legend and Tooltip)series={{ color: d => ... }}
to support dynamic color based on value (negative red, etc)TODO:
in shadcn-svelte Charts PRThe text was updated successfully, but these errors were encountered: