Git Product home page Git Product logo

google-visualization-issues's Introduction

google-visualization-issues

google-visualization-issues's People

Contributors

orwant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

google-visualization-issues's Issues

Zero line support for ImageBarChart

What would you like to see us add to this API?

Zero line support for ImageBarChart to handle negative values properly.

Instead of this:
http://chart.apis.google.com/chart?cht=bvg&chs=512x320&chxt=x%2Cy&chxl=0%3A|2000|2001|2002|2003|2004|2005|2006|2007|2008&chdlp=t&chdl=Result%20for%20the%20financial%20year%20as%20a%20percentage%20of%20net%20sales&chco=a6cee3&chxr=1%2C-1.7%2C13&chbh=a&chd=e%3Ar9mT3ti0jsAAcS..py

Should be possible to have something like this (notice the last parameter,
chds):
http://chart.apis.google.com/chart?cht=bvg&chs=512x320&chxt=x%2Cy&chxl=0%3A|2000|2001|2002|2003|2004|2005|2006|2007|2008&chdlp=t&chdl=Result%20for%20the%20financial%20year%20as%20a%20percentage%20of%20net%20sales&chco=a6cee3&chxr=1%2C-1.7%2C13&chbh=a&chd=e%3Ar9mT3ti0jsAAcS..py&chds=-1,13

...which seems to be impossible to achieve with the current ImageBarChart
API. This should really be the default behaviour, as the way ImageBarChart
currently handles negative values is not what one would expect and differs
from the way both BarChart and ColumnChart handle them.

See
http://code.google.com/apis/chart/styles.html#zero_line
http://code.google.com/apis/chart/formats.html#data_scaling

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

ImageBarChart.

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by Keijo.Tuomainen on 2009-08-08 02:26:29

vertical axis values display issue in IE7

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. This is with the ColumnChart, the bug shows up in internet explorer, 
the width I specify is 450, and height is 200, you can see in firefox it 
renders fine but in ie7 the column numbers are cut off.  I've aligned them 
vertically so it can be seen more easily.  The values that are populated 
into the charts are shown in the table below them.  I have each chart in a 
table cell, ( simple table, no formatting other than 
<table><tr><td></td><td></td></tr></table>
2. I will see if I can dup in a test also, but it may be a bit before I 
get that up.
3.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

Columnchart


Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)

No
What operating system and browser are you using?

Windows XP, IE7.0.5730.13, Firefox 3.5.2

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by [email protected] on 2009-08-18 18:16:38


- _Attachment: [renderingbug.JPG](https://storage.googleapis.com/google-code-attachments/google-visualization-api-issues/issue-32/comment-0/renderingbug.JPG)_

Pie chart with right aligned legends tends to cut off text although there is enough space.

Compare pie chart with right and left alignment, respectively.

Probably the layout algorithm is flawed. It seems to put an equal
amount of white space on both sides of the pie and then adds the
legend on the right which is then cut off if the text is rather long. 

1. right: http://www.chartle.net/embed?index=20420 
2. left : http://www.chartle.net/embed?index=20421


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
I believe it to be restricted to the PieChart. Other charts seem not to be
affected although they have issues of their own:

right, chart width 700: http://www.chartle.net/embed?index=20448
right, chart width 500: http://www.chartle.net/embed?index=20449
left,  chart width 700: http://www.chartle.net/embed?index=20447

Comparing the width700 bar charts to the width500 charts one could argue
that the layout algorithm should give the full display of the legend
precedence over increasing the width of the bar-area.


What operating system and browser are you using?
Not tested but probably an issue for all OS/browser combinations.


Cheers,
Dieter

Original issue reported on code.google.com by Dieter.Krachtus on 2009-09-02 13:15:10

Reverse Y axis

What would you like to see us add to this API?
I would like to show the reverse Y axis in the LineChart. Say from 1 to 100 
(top to bottom). 


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
Line Chart 

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by dimpeedesai on 2009-07-30 12:10:09

Bug: Motion Chart switching between bubble and bar chart

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. I have hidden the x-axis metric picker on my Motion Chart, and I used
the state to make the x-axis be set to show Time.
2. I then click on the bar-chart tab, to view the bar-chart motion chart
3. when I click to return to the bubble motion-chart, the x-axis is set to
the value of the y-axis. Since I have hidden the x-axis metric picker, I
cannot get back to my default state, and the graph doesn't make sense. It
doesn't even say what metric is being used on the x-axis. 

This is definitely a bug. It should return either to the x-axis metric that
was last chosen in the bubble chart, or to the default. 


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
Motion Chart

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)
No

What operating system and browser are you using?
Windows, both Firefox and Explorer


*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by christi.electris on 2009-09-09 19:22:17

Annotated Timeline crashes maximizing scale columns when selected time range of column has all null values

We have encountered an issue where the Annotated Timeline will hang
and display -inf, nan for scale values.

The following reproduces the issue using the AJAX API Playground.  It
is a minor alteration of the example code for the annotated timeline
(some null values, scaleType=allmaximize).  After loading the
following, drag the right time slider such that the time range
selected is all null values for the second series.


1. Go to http://code.google.com/apis/ajax/playground/#annotated_time_line
2. Paste this code:

function drawVisualization() {
       var data = new google.visualization.DataTable();
        data.addColumn('date', 'Date');
        data.addColumn('number', 'Sold Pencils');
        data.addColumn('string', 'title1');
        data.addColumn('string', 'text1');
        data.addColumn('number', 'Sold Pens');
        data.addColumn('string', 'title2');
        data.addColumn('string', 'text2');
        data.addRows(6);
        data.setValue(0, 0, new Date(2008, 1 ,1));
        data.setValue(0, 1, 30000);
        data.setValue(0, 4, null);
        data.setValue(1, 0, new Date(2008, 1 ,2));
        data.setValue(1, 1, 14045);
        data.setValue(1, 4, null);
        data.setValue(2, 0, new Date(2008, 1 ,3));
        data.setValue(2, 1, 55022);
        data.setValue(2, 4, 23432);
        data.setValue(3, 0, new Date(2008, 1 ,4));
        data.setValue(3, 1, 75284);
        data.setValue(3, 4, 14334);
        data.setValue(3, 5, 'Out of Stock');
        data.setValue(3, 6, 'Ran out of stock on pens at 4pm');
        data.setValue(4, 0, new Date(2008, 1 ,5));
        data.setValue(4, 1, 41476);
        data.setValue(4, 2, 'Bought Pens');
        data.setValue(4, 3, 'Bought 200k pens');
        data.setValue(4, 4, 66467);
        data.setValue(5, 0, new Date(2008, 1 ,6));
        data.setValue(5, 1, 33322);
        data.setValue(5, 4, 39463);

        var chart = new
google.visualization.AnnotatedTimeLine(document.getElementById('visualization'));
        chart.draw(data, {displayAnnotations: true,
scaleType:'allmaximize', scaleColumns: [0,1]}); 
}


3. Run code.
4. Drag right slider to the left beyond where the sparkline ends.

Original issue reported on code.google.com by mose.andre on 2009-07-27 21:36:02


- _Attachment: [unresponsive-annotated-timeline.JPG](https://storage.googleapis.com/google-code-attachments/google-visualization-api-issues/issue-6/comment-0/unresponsive-annotated-timeline.JPG)_

FORM tag around Annotated Time Line does not display Annotations in IE

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. Use a FORM tag around the display element div
(http://code.google.com/apis/visualization/documentation/gallery/annotatedt
imeline.html) 
Examples: http://www.zyex.net/google.html
and http://www.zyex.net/googleForm.html


What component is this issue related to : Annotated Time Line

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO) : NO


What operating system and browser are you using?
Windows XP/Vista/2003/2008, Internet Explorer 7 and 8


*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by kevin.patterson79 on 2009-08-19 15:21:11

In IE* clicking on geomap region gives javascript error

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. In IE8 go to 
http://code.google.com/apis/visualization/documentation/gallery/geomap.html
#Example
2. Click on any region on the map a javascript error is displayed in 
status bar. The error is as follows

========================= START ==============================
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; 
Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 
3.5.30729; .NET CLR 3.0.30618)
Timestamp: Tue, 25 Aug 2009 18:41:47 UTC


Message: Expected ';'
Line: 1
Char: 43
Code: 0
URI: 
http://code.google.com/apis/visualization/documentation/gallery/geomap.html


Message: Expected ';'
Line: 1
Char: 43
Code: 0
URI: 
http://code.google.com/apis/visualization/documentation/gallery/geomap.html

========================= END ==============================



What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
Geomap


Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)
NO

What operating system and browser are you using?
Vista



*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by khurshidali on 2009-08-25 18:42:26

add an interactive radar chart

What would you like to see us add to this API?
Currently radar chart is available only through the Google Charts package.
 We would like to use an interactive radar chart.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?


*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by [email protected] on 2009-08-19 22:27:42

Blue selection formatting of rows in Table vanishes when mouse is moved over selected rows

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. Goto:
 http://code.google.com/apis/ajax/playground/?type=visualization#arrow_formatter
2. Select 1 or more rows, they will go blue.
3. Move mouse over selected rows, the blue will no longer be visible.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

Table

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)
NO

What operating system and browser are you using?
Vista, Firefox and Chrome


This problem occurs in my code as well. It did not occur in previous version.

Also in some of the other playground tables it does not occur.

see:
http://code.google.com/apis/ajax/playground/?type=visualization#simple_data_view



*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by bclacher on 2009-08-07 17:33:15

Add isStacked to Annotated Time Line

What would you like to see us add to this API?
The Area Chart vis. has an isStacked parameter that accumulates the values.  I'd like
to see that 
on Annotated Time Line.  I want the interaction provided by Annotated Time Line, but
this 
feature from Area Chart.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
Annotated Time Line


*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by unowhatimsizayin on 2009-09-03 17:15:49

Extend Range in Area Chat

All the time I actualize my data in the table, I have to extend the Area 
Chart range. If I make a big range without data, the grafics assume 0 in the 
right, istead of empty.
Area Chart could works like Anotated Time Lime Chart, where I can chose some 
big range, and when I put data there, the grafics get bigger. If I want zero, 
I put zero, if empty, dont extend the graphic.

Original issue reported on code.google.com by rodrigomurtax on 2009-08-20 04:15:11

In IE8 clicking on geomap region gives javascript error

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. In IE8 go to 
http://code.google.com/apis/visualization/documentation/gallery/geomap.html
#Example
2. Click on any region on the map a javascript error is displayed in 
status bar. The error is as follows

========================= START ==============================
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; 
Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 
3.5.30729; .NET CLR 3.0.30618)
Timestamp: Tue, 25 Aug 2009 18:41:47 UTC


Message: Expected ';'
Line: 1
Char: 43
Code: 0
URI: 
http://code.google.com/apis/visualization/documentation/gallery/geomap.html


Message: Expected ';'
Line: 1
Char: 43
Code: 0
URI: 
http://code.google.com/apis/visualization/documentation/gallery/geomap.html

========================= END ==============================



What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
Geomap


Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)
NO

What operating system and browser are you using?
Vista



*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by khurshidali on 2009-08-25 18:42:32

Error in documentation of getSelection() for table with view

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.

Look at this page of documentation:
http://code.google.com/apis/visualization/documentation/reference.html#standardproperties

The section about "getSelection()" says the function returns an array of
objects where "each object has properties row and/or column, with the index
of the row and/or column of the selected item in the underlying DataTable."

However, if you pass a DataView rather than a raw DataTable to the Table
visualization, you get the row and column index of the _DataView_, not of
the underlying DataTable.  I'm guessing this is an error in documentation
rather than a bug.

A minor modification of the "Select Event" sample code proves that the
indexes refer to the DataView rather than the DataTable:
http://savedbythegoog.appspot.com/?id=ag5zYXZlZGJ5dGhlZ29vZ3ISCxIJU2F2ZWRDb2RlGL7pxQEM
I wrapped the data in a view and hid row 0.  Now the alert message is
off-by-one in reporting which row you clicked, since it refers to the
DataTable rather than the DataView.  

Yes, I know I can easily fix the code by referring to the rows in the view
rather than dataTable-- my point is that the documentation should state
that the getSelected() method will refer to the view, rather than the
DataTable, if you use a view.

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?


Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)

NO

What operating system and browser are you using?

I confirmed this behavior worked as described above on:
Chrome on Windows XP
Firefox on Redhat
Firefox on Windows XP

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by jeanimal on 2009-08-04 21:44:58

Null values in Annotated Timeline

What would you like to see us add to this API?
-The Annotated Timeline graph should not draw a line if there are 'null' values 
in the dataset. 
Instead there should be a gap in the data.



What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
-Annotated Timeline


*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by AndyJessCalendar on 2009-08-10 12:16:48

Font size options not exposed in gwt visualization API

What would you like to see us add to this API?
The legend, title, and axis font size options are not exposed in the gwt
visualization API.

Please add these to the gwt visualization API.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
All visualizations.


*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by fvillaj on 2009-07-29 23:54:02

[Issue Deleted]

...

Original issue reported on code.google.com by NA on NA

Motion Chart - Can not set state to start on alphabethical order

I am using the state

{"dimensions":{"iconDimensions":["dim0"]},"nonSelectedAlpha":0.4,"orderedByX":false,"xZoomedDataMax":63,"iconType":"BUBBLE","showTrails":false,"uniColorForNonSelected":false,"yLambda":1,"duration":{"timeUnit":"D","multiplier":1},"yZoomedDataMax":1143,"time":"2009-07-13","sizeOption":"_UNISIZE","xLambda":1,"xZoomedDataMin":0,"yZoomedDataMin":139,"stateVersion":3,"xAxisOption":"_ALPHABETICAL","playDuration":15,"iconKeySettings":[],"yAxisOption":"3","yZoomedIn":false,"xZoomedIn":false,"orderedByY":false,"colorOption":"3"}

But for some reason, when i open the motion chart the chart is never in
alphabetical order. The settings on the x, y axis look correct.

Original issue reported on code.google.com by greg%[email protected] on 2009-08-04 08:24:22

Automatic play option for Motion Chart

What would you like to see us add to this API?

I would like to see the Motion Chart have an option to start playing as
soon as it is loaded (without having to press the play button). 

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

Motion Chart

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by christi.electris on 2009-09-01 19:28:11

support for dynamically changing data

Your charting api is great and really good to use for statical data.
For dynamically changing data (e.g. temperature data in the annotated time
line) it would be great (and more efficient) to be able to add single
points without having to reload the whole visualization.

In particular I would like to use the api to display dynamically changing
time line data, between 1 and 5 measurements per second. 

As far as I understand I have to reload the visualization with all the data
to attach a single point to a dataset.

Please let me know if I did not make myself clear.

Original issue reported on code.google.com by peter.maunz on 2009-07-27 05:45:38

[Issue Deleted]

...

Original issue reported on code.google.com by NA on NA

Add ability to control size of a visualization's tooltip box and the tooltip font size

Right now the size of the tooltip container for a visualization seems to be
proportional to the size of the visualization.  Furthermore, the size of
the text in the tooltip seems to be controlled by the length of the text in
the tooltip.  Due to this, when a single line in the tooltip is very long,
the tooltip text becomes so small that it is unreadable.

Please add the ablility to programmatically control the tooltip container
size and the tooltip font size.  Also, be sure to expose this in the gwt
visualization API as well.



What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
All visualizations.


*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by fvillaj on 2009-07-29 23:51:45

Option to Keep Side Panel but Freeze selections

What would you like to see us add to this API?

It would be useful to have the side panel on for viewing, so that one can
see the legend of what the color and size options are, and one could select
the Trails for certain bubbles. However in my situation I don't want people
to change the default selections, so I would like to see an option to
'freeze' my default selections. 


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

Motion Chart

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by christi.electris on 2009-09-01 19:32:14

Visualization tooltip border gets cutoff for chart endpoints.

Visualization tooltip border gets cutoff for chart endpoints.

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. Create a line chart that is w=600 and h=180.
2. Give the line chart 12 data points with values ranging from 800,000 to
1,000,000.
3. When the tooltip for the two endpoints is displayed, sometimes the left
or right border is cutoff.

NOTE:  I am using the gwt visualization api.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
I've seen this with the line chart but it's possible that other charts
encounter this issue as well.

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)
No.

What operating system and browser are you using?
Vista SP1.


*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by fvillaj on 2009-08-04 21:01:31

Longer catagory string gets cut off on the left in firefox

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1.  create a bar chart
2.  make a pretty long catagory name (35 char or so)


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
Bar and Column, though column only happens to the first dataset


Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)
No

What operating system and browser are you using?
XP, firefox


*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by aaronkhho on 2009-08-06 18:38:30

Interactive time series chart displays inaccurately in Google Sites

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.

I have created a simple spreadsheet to record sales v forecast data and 
used the Interactive time series chart gadget to display it.

The chart renders correctly in the Spreadsheet but not when the chart in 
embedded into a Google Sites page


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

Interactive time series chart

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)

No

What operating system and browser are you using?

IE 8, Firefox 2.0

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by danielleemason on 2009-09-01 13:51:57


- _Attachment: [Google Visualizations API bug.doc](https://storage.googleapis.com/google-code-attachments/google-visualization-api-issues/issue-40/comment-0/Google Visualizations API bug.doc)_

GeoMap does not display in IE

What steps will reproduce the problem?

Visit Google's interactive code samples page
(http://code.google.com/apis/ajax/playground/?type=visualization) in IE 8,
and choose the GeoMap sample. No output appears. I get the same result on
my development page in IE 8 (http://globalwa.theoutdoormap.com/?page_id=129).


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

GeoMap

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)

No

What operating system and browser are you using?

Vista Home, IE 7 and 8

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by dylankkuhn on 2009-08-12 22:30:18

Vertical Display of Leaves in Org Chart

What would you like to see us add to this API?

I would like to see the ability for the Org Chart to display leaf nodes
both horizontally and vertically.  Currently, the Org Chart only supports
horizontal layout.  But to save space (especially for printing), it would
be nice if the leaf nodes (nodes without children) would all display
directly below their parent with their connector line attaching to the box
on the left side.

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

Org Chart

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by khenneman on 2009-09-08 18:15:40

Please make it possible to specify font sizes in motion charts

What would you like to see us add to this API?

Some means of specifying the font size, especially for the metric-picker
and scale-picker menus. Usually, one wants to specify both a descriptive
name and a unit of measurement for each data-series label. With the current
non-changeable font size, these tend to be cut off when the motion chart is
displayed in normal drawing-area sizes. (For a normal size, see issue 10 --
http://code.google.com/p/google-visualization-api-issues/issues/detail?id=10 --
describing a maximum size that allows a full printout.)

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

MotionChart

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by [email protected] on 2009-07-30 17:16:21

Line Chart, the X axis value doesn't expand properly

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1.
http://www.wealthaspiration.com/research/O/oklahoma_city_demographic.html
2. LineChart was working perfectly yesterday
3.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
LineChart

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO) NO


What operating system and browser are you using?
Windows Vista, IE, Firefox


*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by [email protected] on 2009-09-04 21:50:38

Add legend name to scatterchart tooltip

What would you like to see us add to this API?

When you click on a point, the ScatterChart tooltip shows x-value and
y-value, but I would like to also see which data series the point comes
from (as labeled in the legend).  In contrast, the LineChart tooltip does
show all three of these-- e.g. in the example visualization, it shows "2004
Sales 1000" when I click on the first point.  This should be super easy to add.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

ScatterChart

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by jeanimal on 2009-08-03 21:41:41

the month in new DATE() has jan = 0

While working with annotatedtimeline I noticed that the month as encoded in
new Date(2006, 1, 3) results in 3 february 2006 not 2 january 2006.

This is a bug ?

Best regards,
  Radu Poenaru

Original issue reported on code.google.com by radudepoe on 2009-08-12 10:48:25

Annotated timeline crashes zooming when using timestamps on a date column

To reproduce this behavior please do the following:

1. Go to the AJAX APIs Playground
(http://code.google.com/apis/ajax/playground/#annotated_time_line)

2. Paste the following code:
<code>
var chart;
function drawVisualization() {
   var data = new google.visualization.DataTable();

   data.addColumn('datetime', 'Date');
   data.addColumn('number', 'Corrente(A)');
   data.addColumn('number', 'Energia(kWh)');
   data.addColumn('number', 'Factor Potência(%FP)');
   data.addColumn('number', 'Frequência(Hz)');
   data.addColumn('number', 'Potência(kW)');
   data.addColumn('number', 'Tensão(V)');

   data.addRows(6);

   data.setValue(0, 0, new Date(1252317991000));
   data.setValue(0, 1, 0.019);
   data.setValue(0, 2, 0);
   data.setValue(0, 3, 0.038);
   data.setValue(0, 4, 0.02);
   data.setValue(0, 5, 0.045);
   data.setValue(0, 6, 0.029);
   data.setValue(1, 0, new Date(1252318051000));
   data.setValue(1, 1, 0.021);
   data.setValue(1, 2, 0);
   data.setValue(1, 3, 0.014);
   data.setValue(1, 4, 0.02);
   data.setValue(1, 5, 0.02);
   data.setValue(1, 6, 0.014);
   data.setValue(2, 0, new Date(1252318111000));
   data.setValue(2, 1, 0.027);
   data.setValue(2, 2, 0);
   data.setValue(2, 3, 0.046);
   data.setValue(2, 4, 0.043);
   data.setValue(2, 5, 0.028);
   data.setValue(2, 6, 0.047);

   chart = new
google.visualization.AnnotatedTimeLine(document.getElementById('visualization'));
   chart.draw(data, {
      'displayAnnotations' : true,
      'dateFormat' : 'HH:mm:ss MMMM dd, yyyy',
      'displayExactValues' : true,
      'fill' : 30
   });
}
</code>

3. Try the zoom, right now, the scroll zoom and the zoom markers should
work ok.

4. Change line 5 of the code from:
   data.addColumn('datetime', 'Date');  
to
   data.addColumn('date', 'Date');

5. Try the zoom again. Notice what happens when you try to use the zoom
markers.




This bug is related to the Annotated Timeline charts, but, i haven't tested
it with other chart types to see if they have the same behaviour.

Note: Although this is not 100% a bug because the user should use the
datetime in the column, it's neither an expected behavior. The logic
behavior in this situation would be to not take the hours part of the
timestamp into consideration when the user selects a date column.


Are you using the test environment (version 1.1)?
No, i'm using version 1.0


What operating system and browser are you using?
I'm under Firefox 3.5 on Windows Vista although i could successfully
reproduce this bug using the latest versions of the following browsers:
- Opera
- Chrome
- Safari
- Internet Explorer



*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by NinFoMaNiaK on 2009-09-09 16:12:18

Formatting of colours and fonts within the charts

What would you like to see us add to this API?

I would like to be able to define the colours and fonts for all aspects of 
the charts, this would enable them to fit whichever theme I use for the 
site they are to be embedded in.

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

All
*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by danielleemason on 2009-09-01 14:04:29

Enhance Pie Charts to show percentage around slices

What would you like to see us add to this API?
Enhance Pie Charts to show percentage on slices or around slices.  It would
be great if the percentages could appear around the pie chart with lines
pointing to the slices or on the slices themselves.  Putting them on the
slices may not be a good thing in cases where the slices are small.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
PieChart

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by fvillaj on 2009-08-14 01:48:02

Motion chart printouts are cropped

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. Create a motion chart with a size considerably larger than width: 530,
height: 370.
2. Right-click the Flash area and select Print
3. Select a paper size with proportions similar to A4, e.g. A4 or Letter.
4. Look at the printout -- only the top left part of the chart is shown.

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

MotionChart

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)

No.

What operating system and browser are you using?

Windows XP SP2, Firefox 3.5, Flash player 10,0,22,87.

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by [email protected] on 2009-07-30 17:08:13

Geomap 'optional' columns aren't really optional

The Geomap documentation says that there is an Optional number column and
an optional String column.

However, when you omit both, the tool tips display a blank value field. For
instance-

Detroit
Value:


When you omit just the number (defining the column but not adding values),
your string replaces the City text and the value remains blank.


A blank value for either of these scenarios makes the code look like its
not working as its supposed to.

Original issue reported on code.google.com by lin.w.clark on 2009-08-05 21:07:13

Enable DataTable's getFilteredRows to parse a delimited list of acceptable values

What would you like to see us add to this API?

getFilteredRows allows you to match only one (non-numeric) value. E.g.
  [{column:1, value:'Mammal']
would allow only rows with 'Mammal' in column 1.
I'd like to be able to provide a list of acceptable values which are OR'ed.
E.g.
  [{column:1, value:'Mammal|Reptile' separator:'|']
would allow only rows with 'Mammal' or 'Reptile' in column 1.
If a separator is not specified, then the value must be matched exactly,
which would make this filter backward-compatible.  E.g.
  [{column:1, value:'Mammal|Reptile']
would allow only rows with the exact string 'Mammal|Reptile' in column 1.

I have implemented this type of multi-match filtering in an external
function, as shown in the attached code.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

DataTable

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by jeanimal on 2009-08-04 15:08:07


- _Attachment: [filterCodeSnippet.js](https://storage.googleapis.com/google-code-attachments/google-visualization-api-issues/issue-16/comment-0/filterCodeSnippet.js)_

Set "zoom" options for Annotated Timeline

What would you like to see us add to this API?
The ability to selectively enable/disable specific zoom options in annotated timeline.

The problem seems to be, annotated timeline is smart enough to see if data is only
by the day, 
the highest zoom level is 1d. However, if I give annotated timeline data that is accurate
to the 
minute, but only encompasses a total of 1d, annotated timeline still gives me the options
to 
zoom out to 5d, 1m, 3m, 6m, 1y, max. Which is pointless if all there is is one day
of data. So, 
maybe the ability to have an option consisting of an array that selectively enables/disables
each 
zoom level. 


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
Annotated Timeline

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by rcstasel on 2009-08-13 01:59:24

Region for all of Europe in Geomap

What would you like to see us add to this API?

Please add a "region" option code for showing all of Europe to the Geomap
visualization. Specifying "world" makes many European countries so small
that they can hardly be distinguished on the map, and all other available
options exclude several European countries. "151" (Northern Asia) is the
closest match, but Ireland, Portugal, and Iceland are missing, and part of
Southwestern Europe is hidden behind the legend box.

If only a limited number of scales are available, the "151" view moved far
enough westwards to include Iceland and far enough southwards to remove a
fair part of Arctic/Asian Russia but still include all of Norway would be
very useful. Having a relatively large number of African and Asian
countries in the view does not hurt -- it is just the "world" view that is
far too small to be useful for European data.

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

Geomap

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by [email protected] on 2009-07-31 15:16:33

Add functionality to move rows up and down to the table visualization

What would you like to see us add to this API?
I would love to have the option to move rows up and down with the table
visualization. This should go down all the way to the datatable so the data
can be serializes and unserializes in the right order.

and in the same subject, another cool feature is to be able to move entire
row from one table to another.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
This is relevant specially to the table visualization but other viz can
benefit from the ability to change the rows order.

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by tzvi.ziv on 2009-07-23 10:47:39

In internet explorer, select event is not working.

 When I click on any of the bar in column or barchart, or piece in piechart, 
nothing happens. Even tooltip is not working. with chrome it works just 
fine..

Any help will be appreciated..

thanks..
PeeCee.

Original issue reported on code.google.com by PeeCee.9 on 2009-07-23 10:16:00

Possible Browser Limitation Breaks Large Org Charts

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.

I am trying to use the Org Chart component to create the organization chart
for my company which has about 450 people.  Right now as you can see with
the attached files, the org chart is breaking at around 227 nodes.

Since the Org Chart uses html tables to generate the layout, there appears
to be a bug caused by large Org Charts depending on the structure. 
Attached are 2 identical html files with the exception that orgchart4.html
contains 1 additional record and causes the chart to break.  There seems to
be a browser limitation of 999 when using the colspan property on a table
cell.  In the orgchart3.html file, the api generates a colspan=995, but
orgchart4.html generates a colspan=1000 and throws a javascript error in
IE.  In Firefox, it does display the chart, but the layout is messed up.

You may have to modify the code to use another structure other than tables
to generate the org chart.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

OrgChart

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)

NO


What operating system and browser are you using?

Windows XP with IE 6.0 and Firefox 3.5.2



*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by khenneman on 2009-09-11 13:55:53


- _Attachment: [orgchart3.html](https://storage.googleapis.com/google-code-attachments/google-visualization-api-issues/issue-50/comment-0/orgchart3.html)_ - _Attachment: [orgchart4.html](https://storage.googleapis.com/google-code-attachments/google-visualization-api-issues/issue-50/comment-0/orgchart4.html)_

add ability to change font-family in interactive line charts (possibly others too)

What would you like to see us add to this API?
Currently defaults to Arial, add the ability to change the font-family.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
LineChart

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by bridget.frey on 2009-08-19 22:33:24

pagingSymbols in Google visualization Table only shows one value

When using firefox (haven't tested in other browsers), the Google
Visualization Table shows the same value for both paging backward and
forward. Despite stating:   

options['pagingSymbols'] = {prev: 'prev', next: 'next'};

Prev is shown on BOTH buttons. You can see this in the google example
http://code.google.com/apis/ajax/playground/?type=visualization#table_paging

Original issue reported on code.google.com by rnbguru on 2009-07-30 21:24:22

Can't turn off y-axis from AreaChart without turning off x-axis

What would you like to see us add to this API?

A method that allows me to not display y-axis labels and still display
x-axis labels.

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

AreaChart

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by lisamgreen on 2009-08-13 22:12:54

Label positions are not kept when state is saved/restored for Motion charts

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.

1. Create a Motion chart and turn on traces, so that a couple of labels appear.
2. Move the labels interactively (which is sometimes necessary, as they
tend to appear on top of each other or hide interesting data points in some
cases).
3. Serialize the state with getState().
4. Redraw the chart with the option "state" set to the previously
serialized value.
5. The labels appear in the places where they were before they were moved,
not where one would have expected the saved state to place them.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

MotionChart

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)

No.

What operating system and browser are you using?

Windows XP SP2, Firefox 3.5, Flash player 10,0,22,87.

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by [email protected] on 2009-08-07 13:31:24

BUG: Transition from Bar chart to Bubble chart

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. Try this motion: http://users.tkk.fi/~mporkka/motion/data_years.html
2. Select Unique Colors
3. Check five or more countries
4. Go to the tab with the Bar chart
5. And now go back to the tab with the Bubble chart and wait.

I do not know why, but the browser stops responding. 
I'm having this problem with all my motion charts, also I try in differents
computers and OS but doesn't solve the problem, the problem persists.

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
The issue it's related to the Motion Chart component.

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)
No

What operating system and browser are you using?
I try this Motion chart in Windows XP, Vista and Linux with Internet
Explorer 6, Internet Explorer 7 and Firefox 3.5.2


*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by jalberro on 2009-08-21 15:07:50

Bug: The new Date is not working right

What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1.http://code.google.com/apis/ajax/playground/?type=visualization#annotated_time_line

when you do new Date(2009,8,5) it renders september as month insted of
August. You can check this in the anotated_time_line example page.


What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?

Anotated_time_line new Date


Are you using the test environment (version 1.1)?

I am using the Code Playground to test.


What operating system and browser are you using?

Mac OS, firefox3

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by furtadofonseca on 2009-08-08 15:55:08

Gauge doesn't work on IE8

When used the internet explorer 8.0 the gauge images don´t display.

Thanks

Original issue reported on code.google.com by victor.deandres on 2009-07-27 15:04:04

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.