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

Pivot table displays empty instead of zero by default #16

Closed
ValentinH opened this issue Mar 25, 2015 · 2 comments
Closed

Pivot table displays empty instead of zero by default #16

ValentinH opened this issue Mar 25, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@ValentinH
Copy link

Is it on purpose that if I don't overwrite to formatFunc like in the example:

formatFunc: function(value) {
   return Number(value).toFixed(0);
}

the cell displays a blank instead of 0?

@nnajm
Copy link
Owner

nnajm commented Mar 25, 2015

A blank cell means that no data was found for the target dimensions. If data exists and the result is 0, it should be displayed. Will fix it, it's a bug.

@nnajm nnajm added the bug label Mar 25, 2015
@nnajm nnajm self-assigned this Mar 27, 2015
@nnajm nnajm added this to the v1.0.9 milestone Mar 27, 2015
@nnajm
Copy link
Owner

nnajm commented Jun 28, 2015

👍

@nnajm nnajm closed this as completed Jun 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants