Skip to content
Discussion options

You must be logged in to vote

Charts have a division limit which is 7 by default. You can change it in your class

protected $maxSlices = 7;

If there is more data than the set amount, then some will be combined into a group called "rest". https://github.com/frappe/charts/blob/d075c76ee2c259f6ecb3126e7397597c79b3bc01/src/js/charts/AggregationChart.js#L43

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@thewebartisan7
Comment options

Answer selected by thewebartisan7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants