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

[bug] null values are not interpreted as "empty" by the cell label rendering. #9

Closed
aadrian opened this issue Apr 2, 2013 · 0 comments
Assignees

Comments

@aadrian
Copy link

aadrian commented Apr 2, 2013

Hi,

'null' values are not interpreted as "empty" cells by the rendering.
Using:

        cellLabel : {
            empty: "No data on {date}",
            filled: "{count} {name} {connector} {date}"
    }

doesn't seem to apply the "empty" property on those cells.
Please see here: http://jsfiddle.net/aadrian/4aDdJ/6/
The tooltip for 9 Aug displays "0 item ..." whereas that for 10 Aug it displays correctly "No data on .."

Thanks in advance.

@wa0x6e wa0x6e closed this as completed in 846e418 Apr 2, 2013
@ghost ghost assigned wa0x6e Apr 10, 2013
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