Hi Roni,
Thanks for your quick reply. I'm afraid your comment does not fix my
problem.
The "sliceVisibilityThreshold" only controls whether the "very small"
slices are grouped together to a single "Other" slice. If I enable
this feature as you suggest, the only thing that changes is that the
tiny slice is displayed as "Eat" instead of "Other". The big "Work"
slice is still not shown in Internet Explorer. (tested IE6, 7 and 9,
all showing the same behavior)
Best regards,
Gilles
On Sep 1, 11:01 am, Roni Biran <
roni.bi...@gmail.com> wrote:
> In the pie options you have "sliceVisibilityThreshold". This is the
> visibility threshold for showing slices. The default value is 1/720. Change
> it and you'll see your data.
>
> chart.draw(data, {width: 450, height: 300, title: 'My Daily
> Activities',* **sliceVisibilityThreshold:
> 1/100000 *});