We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33819ba commit ffce0c1Copy full SHA for ffce0c1
src/components/ecosystem-grid/EcosystemGrid.tsx
@@ -150,7 +150,7 @@ export function EcosystemGrid({ data }: EcosystemGridProps) {
150
151
// Center the chart
152
const offsetX = Math.floor((EXPORT_WIDTH - chartWidth) / 2)
153
- const offsetY = HEADER_HEIGHT + PADDING + Math.floor((availableHeight - chartHeight) / 2) + 40
+ const offsetY = HEADER_HEIGHT + PADDING + Math.floor((availableHeight - chartHeight) / 2) + 60
154
155
// Create canvas - fixed 16:9
156
const canvas = document.createElement('canvas')
0 commit comments