Skip to content

Commit

Permalink
[#18] Add explanation that we sum all values of the same group in pie…
Browse files Browse the repository at this point in the history
… charts
  • Loading branch information
vitorbaptista committed Mar 10, 2014
1 parent b3ffbe5 commit e79a617
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ up group by as ```State```, and Y axis as ```Population```. That'll create:

![Timeline of population growth groupped by state](doc/img/piechart-population-by-state.png)

Beware that as we have multiple rows for the same group, what's being plotted
on the pie chart is the sum of all values. In this case, the sum of the
population in 1990, 2000, and 2010. If you want a single year, add a filter.

As the legends are always embedded in the chart, there's no ```Show groups'
legend``` option.

Expand Down

0 comments on commit e79a617

Please sign in to comment.