apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.18k stars 1.29k forks source link

Adding additional markers to the Scatterplot Chart #4569

Closed ris-tlp closed 1 month ago

ris-tlp commented 1 month ago

Summary

Add additional in-built markers similar to how Plotly Express with Dash has. Under custom marker styles

Intended Use Case

I have a use case that would be greatly helped by the addition of additional in-built markers to the Scatter plot chart. I have data points that belong to different categories which are to be visualized through different marker symbols. While I can do this by using custom SVG images in Apex, I need the color of each individual marker to be changed and plotted dynamically according to a secondary metric. From my understanding, I cannot change an SVG's color dynamically through Apex, and hence I am unable to transition my project's feature from Plotly to ApexCharts.

For example, this is what my scatterplot looks like in Plotly Express / Dash: image

I would really appreciate it more in-built markers could be added! Thank you for the awesome library!

junedchhipa commented 1 month ago

Recently, we added plus, cross shapes for the markers. We will add some more.

alankalb commented 1 month ago

In addition to more shapes, can a way to register custom shapes be added?