File tree Expand file tree Collapse file tree 3 files changed +280
-254
lines changed
Expand file tree Collapse file tree 3 files changed +280
-254
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ import { Theme } from "@nivo/core";
33
44export 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 : {
Original file line number Diff line number Diff line change 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" : " *" ,
You can’t perform that action at this time.
0 commit comments