File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,14 @@ export enum EntityType {
118
118
}
119
119
120
120
export const themeNivo = {
121
- text : { fill : 'inherit ' } ,
121
+ text : { fill : 'rgb(var(--palette-neutral-text-weak)) ' } ,
122
122
axis : {
123
123
ticks : { text : { fill : 'rgb(var(--palette-neutral-text-weak))' } } ,
124
+ legend : { text : { fill : 'rgb(var(--palette-neutral-text-weak))' } } ,
125
+ } ,
126
+ legends : {
127
+ text : { fill : 'rgb(var(--palette-neutral-text-weak))' } ,
128
+ title : { text : { fill : 'rgb(var(--palette-neutral-text-weak))' } } ,
129
+ ticks : { text : { fill : 'rgb(var(--palette-neutral-text-weak))' } } ,
124
130
} ,
125
131
} ;
Original file line number Diff line number Diff line change @@ -166,7 +166,6 @@ const NeoPieChart = (props: ChartProps) => {
166
166
itemsSpacing : 0 ,
167
167
itemWidth : 100 ,
168
168
itemHeight : 18 ,
169
- itemTextColor : '#999' ,
170
169
itemDirection : 'left-to-right' ,
171
170
itemOpacity : 1 ,
172
171
symbolSize : 18 ,
You can’t perform that action at this time.
0 commit comments