[feature][symbol] add minSize and maxSize for SerieSymbol

This commit is contained in:
monitor1394
2022-09-07 07:14:22 +08:00
parent 16d055abc0
commit a5e13794e8
6 changed files with 71 additions and 12 deletions

View File

@@ -1174,6 +1174,8 @@ Inherits or Implemented: [SymbolStyle](#SymbolStyle),[ISerieDataComponent](#ISer
|`interval`|||the interval of show symbol.
|`forceShowLast`|false||whether to show the last symbol.
|`repeat`|false||图形是否重复。
|`minSize`|0f|v3.3.0|Minimum symbol size.
|`maxSize`|0f|v3.3.0|Maximum symbol size.
## `SerieTheme`