We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the javascript implementation there are more options for the marker shapes than in the wrapper:
See: https://apexcharts.com/docs/options/markers/
In the wrapper the ShapeEnum contains:
All shapes which are available in the javascript implementation can be used.
The text was updated successfully, but these errors were encountered:
Fixed MarkerShape
a84aef2
#580
No branches or pull requests
Description
In the javascript implementation there are more options for the marker shapes than in the wrapper:
See: https://apexcharts.com/docs/options/markers/
In the wrapper the ShapeEnum contains:
Wished behaviour
All shapes which are available in the javascript implementation can be used.
The text was updated successfully, but these errors were encountered: