Replies: 1 comment
-
Currently we support only the following symbols form export enum SymbolType {
Circle = 'circle',
Cross = 'cross',
Diamond = 'diamond',
Square = 'square',
Star = 'star',
Triangle = 'triangle',
Wye = 'wye',
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to define completely custom symbols for a scatter chart?
Beta Was this translation helpful? Give feedback.
All reactions