Skip to content

Commit 9d064a7

Browse files
Update chart-rendering.ts
1 parent 823d81e commit 9d064a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/lib/chart-rendering.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type * as d3 from 'd3';
33
import { formatNumber } from '@/lib/utils';
44

55
// Point shape constants
6-
export const POINT_SIZE = 4; // Base size (radius for circle, half-width/height for rectangle)
6+
export const POINT_SIZE = 3.5; // Base size (radius for circle, half-width/height for rectangle)
77
export const HOVER_POINT_SIZE = 6; // Hover size
88
export const STROKE_WIDTH = 0; // Normal stroke width
99
export const HOVER_STROKE_WIDTH = 0; // Hover stroke width

0 commit comments

Comments
 (0)