Apexcharts.js: Support for more marker shapes

Created on 27 Aug 2019  路  3Comments  路  Source: apexcharts/apexcharts.js

Can we have additional marker shapes besides circles and squares, such as triangles, asterisks, + and x?

And for circles, squares, triangles, is it possible (perhaps already now for the circles and squares) to have open and close version (with path stroke set and optional stroke fill)?

Also, the orientation of markers, they could be rotated a number of degrees to get more different marker shapes

feature-request markers

Most helpful comment

Hi guys,
Just wanted to check in if there has been any progress on this feature-request so far? Would really love to see more markers than 2 to be able to make proper data comparison. Also it would be great if the selected markers would be visible for the legend as well (at the moment it is only a colored dot). Thanks a lot!

All 3 comments

Hi guys,
Just wanted to check in if there has been any progress on this feature-request so far? Would really love to see more markers than 2 to be able to make proper data comparison. Also it would be great if the selected markers would be visible for the legend as well (at the moment it is only a colored dot). Thanks a lot!

any new markers shape ?

Until new shapes are added you can use fill option. fill: { type: 'image', opacity: 1, image: { src: ['../../../assets/sharp/star_black_24dp.svg'], width: 40, height: 40 } }
Screenshot 2021-05-11 at 15 58 51

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thellimist picture thellimist  路  3Comments

cstlaurent picture cstlaurent  路  3Comments

georgehardy picture georgehardy  路  3Comments

tcarlsen picture tcarlsen  路  3Comments

drummad picture drummad  路  3Comments