You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup a theme for a graph, and it is now overwriting my previously set fixLabelOverlap inside VictoryAxis. Is there something i'm missing? I can't find it listed in the theme types file anywhere. Code below:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to setup a theme for a graph, and it is now overwriting my previously set fixLabelOverlap inside VictoryAxis. Is there something i'm missing? I can't find it listed in the theme types file anywhere. Code below:
const chartTheme = { axis: { style: { axis: { stroke: 'white' }, grid: { stroke: 'transparent' }, axisLabel: { fill: 'white' }, tickLabels: { fill: 'white', }, ticks: { stroke: 'white' }, }, fixLabelOverlap: true, }, };
Beta Was this translation helpful? Give feedback.
All reactions