Skip to content

Commit 5add12c

Browse files
densumeshskeptrunedev
authored andcommitted
cleanup: make the xAxis labels flat
1 parent 1961e51 commit 5add12c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clients/trieve-shopify-extension/app/components/analytics/AnalyticsChart.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ export const AnalyticsChart = <T extends Record<string, any>>(
229229
padding: 10,
230230
...(chartType === "bar" && {
231231
autoSkip: false,
232-
maxRotation: 45,
233-
minRotation: 45,
232+
maxRotation: 0,
233+
minRotation: 0,
234234
}),
235235
},
236236
offset: chartType === "bar" ? true : undefined,

0 commit comments

Comments
 (0)