Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Hovercard throws an exception when a column has number data and no formatter #141

Open
johnmccutchan opened this issue Aug 23, 2015 · 1 comment

Comments

@johnmccutchan
Copy link

The column has a bunch of doubles.

Replacing:
new ChartColumnSpec(label: 'Percent')

With:
new ChartColumnSpec(label: 'Percent', formatter: (v) => v.toString())

Fixes the exception. I wonder if toString shouldn't be the default formatter?

@psunkari
Copy link
Contributor

psunkari commented Sep 3, 2015

Can you post the exception (stack trace) please.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants