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 {
118118}
119119
120120export const themeNivo = {
121- text : { fill : 'inherit ' } ,
121+ text : { fill : 'rgb(var(--palette-neutral-text-weak)) ' } ,
122122 axis : {
123123 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))' } } ,
124130 } ,
125131} ;
Original file line number Diff line number Diff line change @@ -166,7 +166,6 @@ const NeoPieChart = (props: ChartProps) => {
166166 itemsSpacing : 0 ,
167167 itemWidth : 100 ,
168168 itemHeight : 18 ,
169- itemTextColor : '#999' ,
170169 itemDirection : 'left-to-right' ,
171170 itemOpacity : 1 ,
172171 symbolSize : 18 ,
You can’t perform that action at this time.
0 commit comments