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

sunburst: ordering of groupby not preserved on dashboard #702

Closed
xrmx opened this issue Jun 30, 2016 · 3 comments
Closed

sunburst: ordering of groupby not preserved on dashboard #702

xrmx opened this issue Jun 30, 2016 · 3 comments

Comments

@xrmx
Copy link
Contributor

xrmx commented Jun 30, 2016

I have a couple of slices with these groupby clauses, they both render fine as invidual slices but once in a dashboard the rendered hierarchy is sorted [''disciplina", "scuola", "tipologia_utente"]

    "groupby": [
        "tipologia_utente",
        "scuola",
        "disciplina"
    ]
    "groupby": [
        "scuola",
        "tipologia_utente",
        "disciplina"
    ],

This is with 0.9.1

@mistercrunch
Copy link
Member

Should be fixed in 0.10.0, can you confirm?

@xrmx
Copy link
Contributor Author

xrmx commented Jul 1, 2016

Cannot test, all sunburst are broken for me with newer caravel versions, see #673

@xrmx
Copy link
Contributor Author

xrmx commented Jul 14, 2016

Works fine for me on 0.10.0 plus the sunburst fix backported. Thanks!

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

2 participants