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

Is Sankey broken? #2

Open
svken opened this issue Feb 13, 2023 · 0 comments
Open

Is Sankey broken? #2

svken opened this issue Feb 13, 2023 · 0 comments

Comments

@svken
Copy link

svken commented Feb 13, 2023

I have the following Sankey Yaml but sadly all i get is an empty screen with the button "änderungen anzeigen" in the left corner. When i dont use, props it shows nothing. Whats also interesting is that the sankey plot in the example files is also broken.

header:
  tab: "Summary"
  title: "Top-Level Summary Statistics"
  description: "SimWrapper dashboard example"

  scores2:
    - type: "sankey"
      title: "Score statistics"
      description: "by iteration"
      height: 8
      props:
          csv: "output/mode_shift.csv"
          columns: ['from','to','Value']

i have this mode_shit csv:

from;to;Value car;pt;399 pt;pt;1272 ride;ride;1079 car;bike;1352 ride;bike;150 car;car;2022 pt;bike;833 bike;bike;710 bike;pt;114 bike;car;208 ride;car;50 ride;pt;55 pt;car;421 walk;walk;1297 ride;walk;51 car;walk;388 walk;bike;239 bike;walk;97 walk;car;92 walk;pt;42 pt;ride;3

Thank you for your help!

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