You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I would really appreciate it more in-built markers could be added! Thank you for the awesome library!
The text was updated successfully, but these errors were encountered:
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:
I would really appreciate it more in-built markers could be added! Thank you for the awesome library!
The text was updated successfully, but these errors were encountered: