Skip to content

Commit 31c761d

Browse files
fix: nivo charts update fixes (#6080)
1 parent f7b2cee commit 31c761d

File tree

3 files changed

+280
-254
lines changed

3 files changed

+280
-254
lines changed

web/core/constants/graph.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import { Theme } from "@nivo/core";
33

44
export const CHARTS_THEME: Theme = {
55
background: "transparent",
6-
textColor: "rgb(var(--color-text-200))",
6+
text: {
7+
color: "rgb(var(--color-text-200))",
8+
},
79
axis: {
810
domain: {
911
line: {

web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"@blueprintjs/popover2": "^1.13.3",
2222
"@headlessui/react": "^1.7.3",
2323
"@intercom/messenger-js-sdk": "^0.0.12",
24-
"@nivo/bar": "0.80.0",
25-
"@nivo/calendar": "0.80.0",
26-
"@nivo/core": "0.80.0",
27-
"@nivo/legends": "0.80.0",
28-
"@nivo/line": "0.80.0",
29-
"@nivo/pie": "0.80.0",
30-
"@nivo/scatterplot": "0.80.0",
24+
"@nivo/bar": "^0.88.0",
25+
"@nivo/calendar": "^0.88.0",
26+
"@nivo/core": "^0.88.0",
27+
"@nivo/legends": "^0.88.0",
28+
"@nivo/line": "^0.88.0",
29+
"@nivo/pie": "^0.88.0",
30+
"@nivo/scatterplot": "^0.88.0",
3131
"@plane/constants": "*",
3232
"@plane/editor": "*",
3333
"@plane/helpers": "*",

0 commit comments

Comments
 (0)