it would be good...

Because I have:

        var data6 = new google.visualization.DataTable();
        data6.addColumn('string', 'Operační systémy');
        data6.addColumn('number', 'Count');
        data6.addRows(8);
        data6.setValue(0, 0, 'GNU/Linux');
        data6.setValue(0, 1, 928);
        data6.setValue(1, 0, 'Microsoft Windows XP');
        data6.setValue(1, 1, 248);
        data6.setValue(2, 0, 'Microsoft Windows Vista');
        data6.setValue(2, 1, 74);
        data6.setValue(3, 0, 'Microsoft Windows XP 64-Bit Edition');
        data6.setValue(3, 1, 8);
        data6.setValue(4, 0, 'Mac OS X');
        data6.setValue(4, 1, 3);
        data6.setValue(5, 0, 'Microsoft Windows 2000');
        data6.setValue(5, 1, 2);
        data6.setValue(6, 0, 'Sony Play Station 2');
        data6.setValue(6, 1, 1);
        data6.setValue(7, 0, 'Mobilní zařízení');
        data6.setValue(7, 1, 1);
        var chart6 = new google.visualization.PieChart
(document.getElementById('google_os'));
        chart6.draw(data6, {width: 600, height: 240, is3D: true,
focusBorderColor: '#000000'});

... And I see only first three rows :( (GNU/Linux,Microsoft Windows
XP,Microsoft Windows Vista)

On 8 Led, 21:31, VizGuy <[email protected]> wrote:
> We will soon add options to control the grouping of small items into
> "others" slice, and the minimal size of items to be displayed.
>
> Regards,
> VizGuy
>
> On Thu, Jan 8, 2009 at 5:40 PM, ped <[email protected]>wrote:
>
>
>
>
>
> > Sorry - this was caused by the test data I was using. In some cases,
> > the values were 0, in others, the values were orders of magnitude
> > smaller than some of the others.
> > But this does raise a point - why can the chart not show small values,
> > or at least display a entry for it in the legend?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to