Skip to content

Commit

Permalink
fix(type): markLine symbolOffset can be a 2d array for both symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Nov 9, 2024
1 parent 18f8ea3 commit 421069f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/marker/MarkLineModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export interface MarkLineOption extends MarkerOption,
symbol?: string[] | string
symbolSize?: number[] | number
symbolRotate?: number[] | number
symbolOffset?: number | string | (number | string)[]
symbolOffset?: number | string | (number | string)[] | (number | string)[][]

/**
* Precision used on statistic method
Expand Down

0 comments on commit 421069f

Please sign in to comment.