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

Add demo for Sankey diagram #10

Open
hcpchris opened this issue Jun 11, 2024 · 0 comments
Open

Add demo for Sankey diagram #10

hcpchris opened this issue Jun 11, 2024 · 0 comments
Assignees

Comments

@hcpchris
Copy link
Contributor

Hi @hcpchris,

Could I suggest to maybe add a demo for a Sankey diagram in the demo repository ?
https://github.com/highcharts-for-python/highcharts-for-python-demos

Because to try to understand how it works, I took a look at the JS examples:
https://www.highcharts.com/samples/highcharts/demo/sankey-diagram?jsfiddle
And as you can see, in JS the tooltip is at the same level as series, so it's a bit confusing.
Especially since pointFormat works perfectly at this level.

Also the workflow in JS seems to be heavily oriented about using a pattern with keys:

keys: ['from', 'to', 'weight'],
data: [
    ['Solar', 'Electricity & Heat', 0.48],
    ...,
],

which is not implemented yet in Python no ? or I could not get it to work.

Thanks a lot for your help,

Originally posted by @JulienBacquart in highcharts-for-python/highcharts-core#148 (comment)

@hcpchris hcpchris self-assigned this Jun 11, 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