Skip to content

Commit 6b2860f

Browse files
authored
Merge pull request #21229 from ocshawn/fix-graphNodeScaleRatioType
fix(type): correct `nodeScaleRatio` option type for graph series
2 parents 8ba89a9 + dfcc8d9 commit 6b2860f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chart/graph/GraphSeries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export interface GraphSeriesOption
173173
/**
174174
* Symbol size scale ratio in roam
175175
*/
176-
nodeScaleRatio?: 0.6,
176+
nodeScaleRatio?: number,
177177

178178
draggable?: boolean
179179

0 commit comments

Comments
 (0)