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

Treemap & Sunburst aggregation text #35

Open
emilianbold opened this issue Nov 5, 2019 · 1 comment
Open

Treemap & Sunburst aggregation text #35

emilianbold opened this issue Nov 5, 2019 · 1 comment

Comments

@emilianbold
Copy link
Contributor

MarketCap is shown as 0 for non-leaves nodes because there's no aggregation done.

The aggregation branch does work but seems a bit heavy and we should use Tablesaw or Plotly to compute / display those values.

@emilianbold
Copy link
Contributor Author

In Tablesaw :

Table result = table.summarize("col1", "col2", AggregateFunctions.sum).by("id");

See this issue: jtablesaw/tablesaw#687

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