Set background in styles #1097
Closed
teamclouday
started this conversation in
General
Replies: 1 comment
|
I realized the style can be set in tooltip: styles={{
options: {
zIndex: 100,
textColor: "#4a4a4a",
},
tooltip: {
background: "linear-gradient(to bottom, #d4fc79 0%, #96e6a1 100%)",
},
}} |
0 replies
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'm trying to set the
backgroundto a linear gradient and it seems that setting it inbackgroundColordoesn't work:Maybe I should use
backgroundbut it's not available from the options. Will it be supported in the future?All reactions