Label color dont work #236
Unanswered
rmartin-escp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi! i have this code and i want to change de label color... but no matter what i try, the text-color is always white... as bg and cant see nothing, even in the light style example in doc not show the info because is "hidden" with the bg https://reaviz.dev/docs/charts/radial-gauge
how i can change the color?
<RadialGauge height={300} width={300} data={[{ key: "Austin, TX", data: 75 }]} series={ <RadialGaugeSeries arcWidth={15} colorScheme={["#9152EE"]} label={ <RadialGaugeLabel className="text-red-500 bg-green-500" /> } valueLabel={ <RadialGaugeValueLabel data={{ key: "Austin, TX", data: 75 }} className="text-red-500 bg-green-500" /> } /> } />
Beta Was this translation helpful? Give feedback.
All reactions