Skip to content

Commit

Permalink
style: point radius of 0.8 of the line width
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Apr 3, 2023
1 parent e3fec40 commit 80eaf68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function renderPoints(
// if radius is defined with the mark, limit the minimum radius to the theme radius value
const radius =
orphan && !pointStyle.visible
? lineWidth * 1.5
? lineWidth * 0.8
: markSizeOptions.enabled
? Math.max(getRadius(mark), pointStyle.radius)
: styleOverrides?.radius ?? pointStyle.radius;
Expand Down

0 comments on commit 80eaf68

Please sign in to comment.