fix: nivo charts update fixes (#6080)
This commit is contained in:
parent
f7b2cee418
commit
31c761db25
3 changed files with 265 additions and 239 deletions
|
|
@ -3,7 +3,9 @@ import { Theme } from "@nivo/core";
|
|||
|
||||
export const CHARTS_THEME: Theme = {
|
||||
background: "transparent",
|
||||
textColor: "rgb(var(--color-text-200))",
|
||||
text: {
|
||||
color: "rgb(var(--color-text-200))",
|
||||
},
|
||||
axis: {
|
||||
domain: {
|
||||
line: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue