[visualization-api] QR Code Generation Using Image Function

2022-06-15 Thread Tim Allen
"%0AORG:" & "%0ATEL;CELL:" & D3 & "%0AEMAIL:" & E3 & "%0AEND:VCARD") Any ideas? Thanks! Tim -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe f

[visualization-api] Y Axis and Legend not displayed when conatiner DIV element style has display non and then changed to block.

2019-02-20 Thread Tim Hogan
I have found a small problem with a line chart and the container DIV. Originally the code would change the display style of the chart container DIV to ‘none’, so not to display, then get the data, plot the chart and change the style display back to ‘block’. If the container div style is set

[visualization-api] Re: Google Charts - Data series without label for each point?

2018-03-30 Thread Tim Mousel
%2F%2F1n4rcn88bk4ziht713dla5ub-wpengine.netdna-ssl.com%2Fwp-content%2Fuploads%2F2017%2F03%2FScreen-Shot-2017-03-07-at-19.02.46-2.png=D=1=AFQjCNGFrr0CdOqWZ-HirGctu6NyoMDzvg> ) it has many data points squeezed into each monthly label. Hopefully this is possible with Google Charts. Thanks again! Tim On Thursday, Ma

[visualization-api] Google Charts - Data series without label for each point?

2018-03-29 Thread Tim Mousel
/2017/03/Screen-Shot-2017-03-07-at-19.02.46-2.png Thanks, Tim -- 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 email to google-visualization-ap

Re: [visualization-api] How to creatre a zoom panel at the bottom of a line graph?

2016-12-12 Thread Tim Hill
Thanks Daniel - I'll give it a try just as soon as I've broken through my latest headache: https://groups.google.com/forum/#!topic/google-visualization-api/iG5Z7GLCWHs ;) - any words of wisdom in this? -- You received this message because you are subscribed to the Google Groups "Google

[visualization-api] Create Google Chart on web page with data from private Google Sheet

2016-12-12 Thread Tim Hill
I'm able to create a Google Chart using data in a Google Sheet identical to this one: https://docs.google.com/spreadsheets/d/1QO2m5oLoLDclkNWCqVO7HdjJqsXp4fgaIzPFdngmIhg/edit?usp=sharing using this code: Graph from sheet

[visualization-api] How to creatre a zoom panel at the bottom of a line graph?

2016-12-07 Thread Tim Hill
Hi all, I've successfully created a line graph pulling four columns of data from a Google Sheet and I can get explorer to make it pan and zoom. However what I'm really after is a 'zoom panel' that I can see at the bottom of this graph:

Re: [visualization-api] QueryResponse - getReasons() : it does not return expected value

2015-09-01 Thread tim paul
Hi there Daniel! We're slamming up against this issue right now too. Just wondering if there is any chance of a possible fix somewhere in the pipeline in the near future (or even at all)? It would be so awesome to be able to immediately catch the 403 - rather than having to wait for the

[visualization-api] Just started getting You called the draw() method with the wrong type of data rather than a DataTable or DataView× error

2015-08-17 Thread tim
Hi, As of this morning, all of the sites using our custom dashboard are reporting the error: You called the draw() method with the wrong type of data rather than a DataTable or DataView× on all Google chart blocks. Has anything just been rolled out that might be causing this? Thanks a lot.

[visualization-api] Re: How to get local JSON file into html file

2015-07-27 Thread Tim Steele
to spin up a web server on your PC so you can edit and code locally yet still view the results in a browser over HTTP. On Monday, 27 July 2015 04:30:52 UTC+1, Tim Steele wrote: Hey there, I have a JSON file of data I downloaded from San Francisco Police Department. I wanted to create

[visualization-api] How to get local JSON file into html file

2015-07-26 Thread Tim Steele
Hey there, I have a JSON file of data I downloaded from San Francisco Police Department. I wanted to create a chart for this data displaying different crime statistics. However I'm not sure how to load the data into HTML locally? It seems it is impossible due to security issues? I just

[visualization-api] DashBoard Google Chart

2015-06-01 Thread Tim
Really new to Google Chart - and already some issues to set all elements together. Can someone help me to create the entire coding for: Data snapshot: ['Month','Year','Direct entry','External referrer','Search engine','Social media'], ['April',2012,11497,1260,4039,9],

[visualization-api] Is it possible to create a complex gradient fill for the background of the chart?

2015-05-15 Thread Tim Lewis
With the old image charts, we used to be able to fill the background with a gradient (see here https://developers.google.com/chart/image/docs/gallery/bar_charts#gcharts_gradient_fills). Is there any way to do the same thing with the new charts? Currently, I am using somewhat of a hack to

Re: [visualization-api] How can I show data equal to zero on a log scale?

2015-05-14 Thread Tim Lewis
Could you explain more about what the mirrorLog scaleType does and how to use it? Thanks for your help! -- 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 email

Re: [visualization-api] How do I access a chart object from the chart's ready event?

2015-05-14 Thread Tim Lewis
Ah! That makes sense. Thanks! -- 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 email to google-visualization-api+unsubscr...@googlegroups.com. To post to this

Re: [visualization-api] How can I show data equal to zero on a log scale?

2015-05-14 Thread Tim Lewis
This works beautifully any time there is non-zero data being charted. However, if the all the data included in the chart is zero (which can happen in my case when there is no rain predicted to fall in the next few days), the axis disobeys they view window rules I've set up. For reference, the

Re: [visualization-api] How can I show data equal to zero on a log scale?

2015-05-14 Thread Tim Lewis
Ah! Nice! Thanks! -- 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 email to google-visualization-api+unsubscr...@googlegroups.com. To post to this group, send

Re: [visualization-api] How do I access a chart object from the chart's ready event?

2015-05-14 Thread Tim Lewis
Isn't that essentially what I'm doing on lines 323 to 333 (shown below)? function placeMarker(DataTable) { $('.delay').show(); //console.log(this); var cli = this.getChartLayoutInterface(); var chartArea = cli.getChartAreaBoundingBox();

[visualization-api] How do I access a chart object from the chart's ready event?

2015-05-14 Thread Tim Lewis
The documentation here https://developers.google.com/chart/interactive/docs/overlays describes adding an overlay to a chart so that the overlay moves with the data shown on the chart. I am trying to do something similar with the chart I have created here

[visualization-api] How can I show data equal to zero on a log scale?

2015-05-14 Thread Tim Lewis
*What I'm working with* I have data that I want to chart showing the intensity of rainfall over a period of time. The API documentation that I'm getting this data from says the following: A very rough guide is that a value of 0 in./hr. corresponds to no precipitation, 0.002 in./hr.

Re: [visualization-api] How do I access a chart object from the chart's ready event?

2015-05-14 Thread Tim Lewis
So I've been trying to debug this and something very strange seems to be going on. The error appears to occur on the line below that tries to use the cli.getXLocation() method. Interestingly, the .getYLocation() method works perfectly fine, and when I replace the X with a Y in the below code

Re: [visualization-api] How can I show data equal to zero on a log scale?

2015-05-14 Thread Tim Lewis
Okay. That works. Thanks for the info! -- 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 email to google-visualization-api+unsubscr...@googlegroups.com. To

Re: [visualization-api] How can I show data equal to zero on a log scale?

2015-05-14 Thread Tim Lewis
Hmmm For those that visit this in the future looking for a solution, here's how things ended up turning out: 1. Adding minValue and maxValue doesn't help. 2. Artificially adding zeros to the chart changes how the chart's scale is proportioned such that the smaller the non-zero

[visualization-api] Re: Charts using CoreChart package is not working anymore

2015-02-19 Thread Tim Strumfels
I had something similar - charts all worked yesterday, not today. For several of my charts, I end up calling clearChart() - thats where i'd get my error - Commented that out, and back in business. Not sure if that helps you, it's what I came across this morning. On Thursday, February 19,

[visualization-api] clearChart Broken?

2015-02-19 Thread Tim Strumfels
In my dev and production sites, seems that any chart that implements clearChart is broken when that function is called: 0x800a138f - JavaScript runtime error: Unable to get property 'Wa' of undefined or null reference. Simple workaround is to not call it, but concern long term would be heavy

Re: [visualization-api] Re: Charts using CoreChart package is not working anymore

2015-02-19 Thread Tim Strumfels
draw the chart will throw an error. We will fix this as soon as possible, but you could work around this by ensuring that the chart has been drawn before calling clearChart. On Thu Feb 19 2015 at 10:23:37 AM Tim Strumfels tstru...@gmail.com javascript: wrote: I had something similar

Re: [visualization-api] Google Charts animation

2014-10-15 Thread Tim Voronov
Hi Daniel, for my current purposes I need '*easeOutBounce*'. But if you are saying it's not hard to add, so it would be great if there were some of these functions : http://easings.net On Tuesday, October 14, 2014 5:26:18 PM UTC+2, Daniel LaLiberte wrote: Hi Tim, We don't support any other

[visualization-api] Google Charts animation

2014-10-14 Thread Tim Voronov
Hi there, does anybody know whether it’s possible to add extra easing functions to Google Charts? Officially they support only: - 'linear' - 'in' - 'out' - 'inAndOut' It’s obviously not enough and in my case I need completely different one. Any ideas? -- You received this message because

Re: [visualization-api] Re: Geochart - Zoom in option

2014-06-06 Thread Tim Plummer
So then would you have to program in a zoom-out parameter to the selected item to take you back to the region you were just in? *Tim Plummer* *wordpress/web developer* *integrity* 314.727.3600 618.917.1503 mobile www.integritystl.com www.facebook.com/IntegritySTL www.twitter.com/integritystl

Re: [visualization-api] Re: How do I create an OrgChart with all nodes collapsed when first displayed?

2014-01-17 Thread Tim Kasper
Four year later... This has saved me about three hours of works that otherwise would have frustrated me to no end. Thank you so much Viz Kid. All the best, Tim On Thursday, February 18, 2010 3:00:19 AM UTC-5, Viz Kid wrote: Have a look at the playground at the org chart example: http

[visualization-api] Re: How would we do annotations in Google charts

2014-01-17 Thread Tim Oliver
Are you able to do this for any of the fields? I would like to do it for the legend so we can make a footnote (superscript) On Friday, January 17, 2014 4:46:31 PM UTC-5, asgallant wrote: You cannot use HTML in the labels. You can, however, annotate data points using the built-in annotation

[visualization-api] Basic Line Chart stopped working

2013-12-13 Thread Tim McLenegan
I had a simple line chart that had been working fine for months, but has recently stopped working. This may be related to the new API update, but I am not sure. The page it is on is infrequently accessed. In Safari, the API’s red error message reports the obtuse error “'undefined' is not a

Re: [visualization-api] Basic Line Chart stopped working

2013-12-13 Thread Tim McLenegan
this error yourself by specifying the column labels as strings. - Sergey On Fri, Dec 13, 2013 at 3:06 PM, Tim McLenegan tim.mc...@gmail.comjavascript: wrote: I had a simple line chart that had been working fine for months, but has recently stopped working. This may be related to the new API

Re: [visualization-api] Re: HTML tooltip not working in columnChart

2013-11-11 Thread Tim Johnson
, Tim Johnson wrote: Thanks for providing the correct syntax on the 2nd line (I already had the first line). Virtually all the other examples and documentation talk about setting the p property to {'html': true}, which is clearly not accurate. On Sun, Nov 10, 2013 at 5:37 PM, asgallant drew_g

[visualization-api] HTML tooltip not working in columnChart

2013-11-10 Thread Tim Johnson
I paste this into the Playground and I get raw text divmy text/div, not the HTML version I was expecting. What am I doing wrong? function drawVisualization() { // Create and populate the data table. var data = google.visualization.arrayToDataTable([ ['Year', 'Austria', 'Bulgaria',

Re: [visualization-api] Re: HTML tooltip not working in columnChart

2013-11-10 Thread Tim Johnson
); On Sunday, November 10, 2013 5:42:50 PM UTC-5, Tim Johnson wrote: I paste this into the Playground and I get raw text divmy text/div, not the HTML version I was expecting. What am I doing wrong? function drawVisualization() { // Create and populate the data table. var data

[visualization-api] Google Vis does not work on Nook

2013-07-02 Thread Tim Kindberg
I'm having an issue where my site will not display the charts when viewed from a Nook (I know, I know... who cares... its just a Nook), but client would like it to work on Nook if possible. Anyway, even when I go to the code playground the same error happens, so its definitely not specific to

Re: [visualization-api] Re: Google Vis does not work on Nook

2013-07-02 Thread Tim Kindberg
Thank you for the definitive answer! That helps. Thanks, Tim (Sent from my mobile) On Jul 2, 2013, at 6:08 PM, Mitchell Foley mitchfo...@google.com wrote: Hi Tim, Right now we only support outputting to SVG or VML. Unfortunately, the Nook's browser is based on the old android mobile browser

Re: [visualization-api] Dashboard with two related datasources and charts.

2013-06-11 Thread Tim Kuhn
This sample is gold and I have plugged it on a production site. Its works great everywhere but in IE8. In IE8, the statement control1 = createDashboard1(); generates an error 'Object doesn't support this property or method' which causes prevents the listener from being able to keep the two

Re: [visualization-api] Dashboard with two related datasources and charts.

2013-06-11 Thread Tim Kuhn
If you pull it straight from Riccardo's sample on GitHub hopefully you will be able to reproduce: https://gist.github.com/battlehorse/1242360 Tim On Tue, Jun 11, 2013 at 4:41 PM, asgallant drew_gall...@abtassoc.comwrote: If you can post the code you are using or a link to the page, I can take

Re: [visualization-api] Dashboard with two related datasources and charts.

2013-06-11 Thread Tim Kuhn
() { control2.setState(control1.getState()); control2.draw(); }); } On Tuesday, June 11, 2013 4:48:50 PM UTC-4, Tim Kuhn wrote: If you pull it straight from Riccardo's sample on GitHub hopefully you will be able to reproduce: https://gist.github.com/**battlehorse/1242360https

[visualization-api] Re: show table

2013-05-02 Thread Wong Weng Tim
thanks~ SELECT Name,Semester,Subject,Category, round(((Q1+Q2+Q3+Q4+Q5)/25*100),0) AS SKILL1, round(((Q6+Q7+Q8+Q9+Q10)/25*100),0) AS SKILL2, round(((Q11+Q12+Q13+Q14+Q15)/25*100),0) AS SKILL3, round(((Q16+Q17+Q18+Q19+Q20)/25*100),0) AS SKILL4 from epat... ermm...after i run the statement above,the

[visualization-api] Formatting questions for a column chart

2013-03-20 Thread Tim Ogilvie
we're trying to do is possible? thanks! Tim -- 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 email to google-visualization-api+unsubscr...@googlegroups.com

[visualization-api] How to debug a chart that isn't working

2013-01-23 Thread Tim Ogilvie
to require this, seems like it could be a problem. 2) Date Format. I've seen some comments online that the date format gets cranky, but this seems to be ok when I compared against the docs. Any other thoughts would be great! Thanks Tim -- You received this message because you are subscribed

[visualization-api] CategoryFilter: Summarise data rather than filtering data

2012-11-12 Thread Tim Bowker
, Country, State etc.). 2. In the final version I will be reading from a Google spreadsheet so if I need to use the data query functionality that will be fine. Thanks in advance, Tim -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view

[visualization-api] Two separated charts in tabs with the same css(width, height) but differents width's

2012-08-10 Thread Tim
the attributes of the second chart. This problem is the same with more than 2 charts: first ok, 2nd+ not. Thanks in advance for Your help! Greetings, Tim FIRST CHART: google.load(visualization, 1, {packages:[corechart]}); google.setOnLoadCallback(drawChart

Re: [visualization-api] Re: addColumn Error

2011-10-12 Thread Tim Day
Well, I'm at a loss--I have literally the exact. Same. Thing. That's what I was thinking, the package must have loaded improperly. Here's the whole script if it helps. script type=text/javascript src=https://www.google.com/jsapi /script script type=text/javascript // Load the

Re: [visualization-api] Re: addColumn Error

2011-10-12 Thread Tim Day
Oh, right--I did change it a little bit. I wanted to make it as close as I could. I changed it to a string and number as opposed to two string columns. On Wed, Oct 12, 2011 at 2:16 PM, Tim Day the.t...@gmail.com wrote: Well, I'm at a loss--I have literally the exact. Same. Thing. That's

Re: [visualization-api] Re: addColumn Error

2011-10-12 Thread Tim Day
At least it wasn't something silly... *facepalm* Thanks! That fixed it. On Wed, Oct 12, 2011 at 2:39 PM, asgallant drew_gall...@abtassoc.comwrote: You are missing the 'new' keyword in the dataTable declaration. It should be: var data = new google.visualization.DataTable(); Also, the

[visualization-api] Rendering of the ID in the treemap

2011-05-17 Thread Tim
help you could give. Tim -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To post to this group, send email to google-visualization-api@googlegroups.com. To unsubscribe from this group, send email to google-visualization-api+unsubscr

[visualization-api] Re: Rendering of the ID in the treemap

2011-05-17 Thread Tim
. Tim On May 17, 4:22 pm, Tim tim.cez...@gmail.com wrote: Hi, I'm using the Treemap to visualize the output of the unix du command which recursively reports the size of file and directories. the problem I'm facing is in a filesystem what defines a location is the whole path not just the parent

[visualization-api] Re: How to support history playback by Time, NOT date in motion chart?

2010-07-13 Thread Tim Taylor
, although you do of course have the problem that during playback the minutes run from 00 to 99 rather than to 59. My data was hourly, so this wasn't a big problem. As I say, a quick and dirty hack, but it worked for me. Tim On Jul 12, 9:13 am, Wan Li wanli...@gmail.com wrote: Hi Gurus

[visualization-api] Motion chart playback step size / time of day data

2010-04-06 Thread Tim Taylor
is played, it runs from 1300 to 1400 in steps of 1 (1301, 1302, ... 1399). Obviously, as I'm representing time, 1399 doesn't make much sense. Is there any way to specify the step size of the playback, so that it jumps from 1300 directly to 1400? Tim -- You received this message because you

[visualization-api] Modifying existing Visualizations?

2009-12-01 Thread Tim Taylor
for submit feature requests? (The latter will probably be too slow for my needs - I need something up and running within the next few weeks! - but it would presumably be useful to others in the future.) Thanks, Tim -- You received this message because you are subscribed to the Google Groups

[visualization-api] Intensity Map formatting problem

2009-11-17 Thread Tim
Problem tested in Firefox 3.5 Have a look at: http://www.chartle.net/embed?index=22757 If you select the 'Population' tab it is printed bold and rendered in two lines. When the 'Area' tab is selected the 'Population' tab text is rendered in one line. This effects in a visually annoying size

[visualization-api] Re: pie chart bug: long arc versus short arc decision

2009-07-27 Thread tim
typo in line 1, should have read: Looks like for 3d charts, the arc value gets inverted when the height changes. On Jul 17, 11:55 am, tim saxan.sar...@gmail.com wrote: this behavior occurs in ie6, but not ff. On Jul 17, 10:34 am, tim saxan.sar...@gmail.com wrote: Looks like for 3d charts

[visualization-api] pie chart bug: long arc versus short arc decision

2009-07-17 Thread tim
Looks like for 3d charts, the arc value gets when the height changes. e.g. the following code works ok. But if you move the height up to 400 or more, it seems some of the pie arc lines are drawn the wrong way, making the chart look incorrect. You can click on the purple legend, to move the

[visualization-api] Re: pie chart bug: long arc versus short arc decision

2009-07-17 Thread tim
this behavior occurs in ie6, but not ff. On Jul 17, 10:34 am, tim saxan.sar...@gmail.com wrote: Looks like for 3d charts, the arc value gets when the height changes. e.g. the following code works ok. But if you move the height up to 400 or more, it seems some of the pie arc lines are drawn