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

Can stranding diagram be implemented with billboardjs? #3351

Open
flickz opened this issue Aug 21, 2023 · 2 comments
Open

Can stranding diagram be implemented with billboardjs? #3351

flickz opened this issue Aug 21, 2023 · 2 comments
Labels

Comments

@flickz
Copy link

flickz commented Aug 21, 2023

Hey guys, I'm trying to implement a stranding diagram like below:

Screenshot 2023-08-21 at 13 18 57

I know I can combine different chart types, but I don't know if it is possible to implement a stranding point (The red circular shape point of intersection). And also, have custom legend for it since it is a derived point.

@netil netil added the question label Aug 21, 2023
@netil
Copy link
Member

netil commented Aug 25, 2023

Hi @flickz, stranding point functionality isn't supported for now.

You can add additional data point anywhere, but in that case you need to specify exact coordinate. I think you need some way which the intersection coordinate can be pointed automatically, but there's no way for now.

@flickz
Copy link
Author

flickz commented Sep 24, 2023

@netil, We found a way around this by getting the stranding point within the data and showing it with a bubble chart.

Screenshot 2023-09-24 at 23 08 04

I'd like to hide the points but point.show = false doesn't seem to work with this chart's combinations. Any idea how to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants