Skip to content
New issue

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

Feature request: More flexibility for scatter plots #1662

Open
mikealchex opened this issue Jul 30, 2024 · 0 comments
Open

Feature request: More flexibility for scatter plots #1662

mikealchex opened this issue Jul 30, 2024 · 0 comments

Comments

@mikealchex
Copy link

Is your feature request related to a problem? Please describe.

Hi there!

It'd be amazing to plot scatter plots with more flexibility.

Right now I'm using the combination of

    lineVisible: false,
    pointMarkersVisible: true,

for a lineSeries and this has two drawbacks:

  1. Prevents me from specifying a custom size to each marker
  2. Giving each point a different color results in a bug where only the first points with the same color are drawn.

Describe the solution you'd like

An easy way to draw scatter plots with custom color and size control per points.

@mikealchex mikealchex changed the title Feature request: Possibility of specifying point marker size per point Feature request: More flexibility for scatter plots Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant