[visualization-api] Bubble Chart tool tip

2014-08-05 Thread TheInnovator
Hi All, The tool tip the font when you hover over a bubble looks bold. How can I remove the bold? Thanks! http://jsfiddle.net/GTpgA/75/ -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop

[visualization-api] Line Chart

2014-06-04 Thread TheInnovator
Why does my line chart continue when there is not value for a point? As you can see below, the two lines end at June and July but it should actually stop at June for the blue line and May for the purple line.

Re: [visualization-api] Line Chart

2014-06-04 Thread TheInnovator
/LineChart3.PNG On Wednesday, June 4, 2014 4:04:39 PM UTC-4, TheInnovator wrote: Thanks! I can't stop banging my head on that issue now. haha.. On Wed, Jun 4, 2014 at 4:02 PM, 'Daniel LaLiberte' via Google Visualization API google-visualization-api@googlegroups.com wrote: We don't have a way

[visualization-api] Refresh google table chart

2014-05-28 Thread TheInnovator
I have created a table using google charts. The problem that I'm having is that the table does not refresh. Enter in 10/2013 for this month and 9/2013 for last month and click submit. Now enter 8/2013 for this month and 7/2013 for last month and click submit. As you will notice, on the second

[visualization-api] Line chart vertical side percentage

2014-05-26 Thread TheInnovator
How can I make the vertical side of the line chart a percentage (0-100%)? http://isaac.issharepoint.com/Web%20Part%20Page/508Dashboard.aspx -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop

[visualization-api] Labels not appearing in Pie Chart

2014-05-22 Thread TheInnovator
Pleas see the following site: Enter *10/2013* for this month and *01/2014* for last month http://isaac.issharepoint.com/Web%20Part%20Page/508Dashboard.aspx My labels are not appearing with the associated line. Any ideas? -- You received this message because you are subscribed to the Google

[visualization-api] Line Chart Error: google.visualization.datatable is null or not an object

2014-05-21 Thread TheInnovator
I am trying to create a line chart but I get the following error *'google.visualization.DataTable' is null or not an object* Why is the line chart different from others? script type=text/javascript src=https://www.google.com/jsapi;/script script type=text/javascript

[visualization-api] Re: Can I combine the line chart and column chart in a chart?

2014-05-21 Thread TheInnovator
As an example: http://jsfiddle.net/asgallant/GTpgA/4/ On Wednesday, April 23, 2014 4:57:00 PM UTC-4, Liki Crus wrote: Hi All, I'd like to combine the line chart column chart in a chart. Could you advise on it? Looking forward to hearing from you. Thanks, Liki -- You received this

[visualization-api] Google Table Chart Refresh/reset?

2014-05-20 Thread TheInnovator
How do you refresh/reset a google chart table? Enter in the following dates in the first datepicker box (This Month) 10/2013 01/2014 As you will notice, the data for 10/2013 was still a part of the 01/2014 data. How do I refresh the table before rendering on a new date?

[visualization-api] Chart not rendering

2014-05-19 Thread TheInnovator
Can somebody please help me figure out why my page refreshes without drawing my table chart? Enter in just the first two dates and click submit. It's supposed to render a google chart but the page just refreshes You can enter the following dates 10/2013 and 11/2013.

[visualization-api] Script Error /format+en,default+en,ui+en,table+en,corechart+en.I.js

2014-05-13 Thread TheInnovator
Hi, This is really bugging me. My chart works fine when dates are entered but on the bottom left of the page, there is a little yellow icon indicating a javascript error. http://isaac.issharepoint.com/Web%20Part%20Page/solCenterDashboard.aspx Here's part of the error. Webpage error

[visualization-api] SharePoint Google Dashboard

2014-05-08 Thread TheInnovator
Any body know why my charts are not rendering? My data is coming from a sharepoint list (http://isaac.issharepoint.com/Lists/Ticketing%20System/AllItems.aspx). Here's my dashboard: http://isaac.issharepoint.com/Web%20Part%20Page/solCenterDashboard.aspx Attached is my code. Thanks for any

[visualization-api] Dashboard

2014-05-07 Thread TheInnovator
Has anyone ever created a dashboard that accepted dates (Begin: and End:)? I have a SharePoint list that has date columns and I want my pie chart to render based on the begin and end dates. I would appreciate any insight on how to do this if possible. Thanks! -- You received this message

[visualization-api] Pie Chart (Pie Slice labels)

2014-05-06 Thread TheInnovator
I have a pie chart that has about 15+ slices. http://jsfiddle.net/FN36W/86/ How can I get all the labels shown like so https://lh6.googleusercontent.com/-ml2wqxTWbyQ/U2kBBgKaoEI/Ajg/ptp3Q3v0zKs/s1600/pie.PNG Thanks! -- You received this message because you are subscribed to the

[visualization-api] Style last row of Google Chart Table

2014-03-24 Thread TheInnovator
Hello, I am trying to style the last row in my table. https://lh3.googleusercontent.com/-WTGwjSU126E/UzD0tdLFYJI/Aiw/KYRCHqBxG6Y/s1600/googleTable.PNG Here's my code: var tblOption = { showRowNumber: true, height:250, width:500, alternatingRowStyle: true, cssClassNames: {

[visualization-api] Google Table width and height issue

2014-03-21 Thread TheInnovator
How do I increase the height and witdth of a google chart table? No matter what I do, it does not change. * var tblOption = {* * showRowNumber: true,* *Height:500px, Does not work* *Width: 500px **Does not work* * };* *!-- Step 4 -

[visualization-api] Column Chart Annotation

2014-02-27 Thread TheInnovator
// Initialize data object to hold chart data var dataAn = new google.visualization.DataTable(); dataAn.addColumn('string', 'Analyst'); dataAn.addColumn('number', 'Correspondence Closed Over 30'); How do I implement the annotation on a column chart like below? I need to add *{

[visualization-api] corechart error in SharePoint

2014-02-25 Thread TheInnovator
Anybody know why the following code does not work in SharePoint: Here's the error: *Message: Script error* *Line: 0* *Char: 0* *Code: 0* *URI: https://www.google.com/uds/api/visualization/1.0/4ea8b4974b307a4ef65cf50fe2dc4df2/format+en,default+en,ui+en,corechart+en.I.js* Here's the SharePoint

[visualization-api] Legend bottom alignment

2014-02-20 Thread TheInnovator
How come 'legend.alignment: center' is not working? I want my legend to appear in the bottom of the chart. http://jsfiddle.net/FN36W/81/ -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop

[visualization-api] Google Chart not showing in IE

2014-02-06 Thread TheInnovator
Hi All, I created a column chart and it's not showing in IE but it shows in Chrome and Firefox. I've done this before and it worked in IE but not this time. Any ideas? Here's the error message: Webpage error details *Message: 'dataValues[...].0' is null or not an object* *Line: 714* *Char:

[visualization-api] Printing Google Org Chart

2014-01-31 Thread TheInnovator
I created a Google org chart that can be found here, http://isaac.issharepoint.com/examples/WebPartPages/BuildOrgChart.aspx It's so big that I'm having a problem printing it on a large 11x17 paper. It cuts off in the middle but does not print the rest on another sheet of paper. Does anyone

[visualization-api] Google Org Chart issue

2014-01-24 Thread TheInnovator
I am trying to implement a Google Org chart and add the position as you see here https://developers.google.com/chart/interactive/docs/gallery/orgchart#Data_Format (Mike 'President' and Jim 'Vice President') When I try the same I get the following

[visualization-api] ORG Chart Options

2013-11-15 Thread TheInnovator
Hello, Can somebody please show me how to use 'nodeClass' and 'selectedNodeClass'? Can't find any examples. Thanks! http://jsfiddle.net/GTpgA/52/ -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and

[visualization-api] Re: Org chart with images

2013-11-15 Thread TheInnovator
How did you fix it? On Thursday, November 14, 2013 12:25:49 PM UTC-5, jagadeesh g wrote: Hi, Sorry, I fixed the issue On Thursday, 14 November 2013 17:22:35 UTC, jagadeesh g wrote: Hi, I am new to Google Visualization api. I need to create org charts with photo of the user. Kindly

[visualization-api] Line Chart

2013-08-14 Thread TheInnovator
Hello All, Is it possible to have a combination line in a line chart? If you can imagine one straight line but half is solid and the other half is dashed and it's all based on data. See attached. -- You received this message because you are subscribed to the Google Groups Google

[visualization-api] Line Area Chart Combination

2013-08-14 Thread TheInnovator
Hello All, Is it possible to have a chart that is a combination of the line and area chart? Thanks! -Isaac- -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop receiving emails from it, send an

[visualization-api] Show points on line chart

2013-08-06 Thread TheInnovator
Hello, Is it possible to make the points on a line chart visible? Right now the points only show as dots when you hover over it. I need it to show all the time. Any ideas? http://jsfiddle.net/GTpgA/21/ Thanks! -- You received this message because you are subscribed to the Google Groups

[visualization-api] Area Chart Not Rendering

2013-07-31 Thread TheInnovator
Hello All, I am trying to create an area chart but it's not rendering. Any ideas? In my actual code that I'm using it, it's going to be dynamic meaning it's actual data coming from a SharePoint list. The actual error I get when I try to run it in SharePoint is

[visualization-api] Prefix with '$' in table chart not working

2013-07-19 Thread TheInnovator
Hi All, I used Google charts to visualize my data into a table and it worked. The last column is where the issue is. I am trying to format the last column as currency(prefix with '$'), which works except for the last column in the first row. Though I applied the same format, it bombs on me.

[visualization-api] Re: Google Chart Error (Object Expected)

2013-05-19 Thread TheInnovator
. On Saturday, May 18, 2013 4:00:13 PM UTC-4, TheInnovator wrote: I am trying to crate a stacked bar chart using google charts. It's supposed to look like this http://jsfiddle.net/GTpgA/1/ Here's my code and i'm pulling data from a sharepoint list. After a lot of debugging and alerts, the error

[visualization-api] Re: Google Chart Error (Object Expected)

2013-05-19 Thread TheInnovator
], null, null]); and so on for the other #addRow calls. On Sunday, May 19, 2013 4:11:10 PM UTC-4, TheInnovator wrote: The error is not pointing to this section: * * * * *var options = {* *title: chartTitle,* *titleTextStyle: { color: 'black', fontName: 'Arial

[visualization-api] Google Chart Error (Object Expected)

2013-05-18 Thread TheInnovator
I am trying to crate a stacked bar chart using google charts. It's supposed to look like this http://jsfiddle.net/GTpgA/1/ Here's my code and i'm pulling data from a sharepoint list. After a lot of debugging and alerts, the error is somewhere here but it all looks right to me. *