[visualization-api] Bar chart race in Google Visualization

2023-05-11 Thread Nick Dunbar
Hi, I was wondering if anyone has used the Google Visualization API to do a bar chart race similar to the one on this page: https://flourish.studio/examples/ It would be great to see a fFiddle of this if one exists. Thanks in advance, Nick -- You received this message because you

[visualization-api] Using event listener on ComboChart to return value beyond index of chart

2018-09-26 Thread Nick Stennes
Hey guys, I have been developing an app where I am using the Google API charts to display various forms of information. A functionality i wish to incorporate is allowing a user to click on a bar of the ComboChart (x-axis: Name, y-axis: numbers) and display a modal with corresponding indexed

Re: [visualization-api] Re: Histogram rendering error

2018-09-25 Thread Nick Laviola
Daniel, the 'upcoming' version appears to have rectified the issue with the bucket size rendering! My rendered histograms behave as expected now. Thank you so much for your support on this issue. If you need any additional feedback please let me know. -Nick On Thursday, September 20, 2018

Re: [visualization-api] Re: Histogram rendering error

2018-03-04 Thread Nick Laviola
No worries! Thank you for taking the time to work on this. -Nick On Saturday, March 3, 2018 at 11:08:19 AM UTC-8, Daniel LaLiberte wrote: > > I understand the problem now, and I have a fix in the works, which will be > included in v46. > > The problem is caused by the (errone

Re: [visualization-api] Re: Histogram rendering error

2018-03-01 Thread Nick Laviola
Any headway on this issue? On Monday, February 26, 2018 at 5:33:24 PM UTC-8, Nick Laviola wrote: > > The rendering issue has to do with bars spanning multiple buckets, as > shown in this fiddle: https://jsfiddle.net/s2j4asdp/47/. I expect it to > look like this: https://jsfiddle.ne

Re: [visualization-api] Re: Histogram rendering error

2018-02-26 Thread Nick Laviola
about > the same thing, data included? Thanks. > > On Mon, Feb 26, 2018 at 2:23 PM, Nick Laviola <ni...@praevium.com > > wrote: > >> Hi Daniel, thanks for the quick reply. I gave that a shot >> (*google.charts.load('upcoming', >> {packages: ['corechart

[visualization-api] Re: Histogram rendering error

2018-02-26 Thread Nick Laviola
: > > Hi Nick, > > Have you tried the 'upcoming' version? There are many changes in the axis > ticks, but I am not sure how this might have impacted the histogram. > > On Monday, February 26, 2018 at 1:51:58 PM UTC-5, Nick Laviola wrote: >> >> I have a page displayin

[visualization-api] Histogram rendering error

2018-02-26 Thread Nick Laviola
I have a page displaying a series of histograms that all need to have the same number/size of buckets for easy comparisons. When I specify bucketSize however, I get rendering errors on some the charts:

[visualization-api] histogram not rendering properly

2018-02-26 Thread Nick Laviola
I have a page displaying a series of histograms that all need to have the same number/size of buckets for easy comparisons. When I specify bucketSize however, I get rendering errors on some the charts: I can remedy this by setting the *hAxis: {type: 'category'} *option, however this then

Re: [visualization-api] Adapting date range filter to pick one of several discrete dates

2018-01-23 Thread Nick Dunbar
Hi Dan, Thanks for the quick response. Would you mind elaborating on that reply, maybe with a quick example? All help appreciated. Nick On Tue, Jan 23, 2018 at 1:58 PM, 'Daniel LaLiberte' via Google Visualization API <google-visualization-api@googlegroups.com> wrote: > If the DateRa

[visualization-api] Adapting date range filter to pick one of several discrete dates

2018-01-23 Thread Nick Dunbar
stead using the Date Range Filter? Thanks as always… Nick -- 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+unsubsc

Re: [visualization-api] Re: Please test: testing-loader.js

2017-06-01 Thread Nick Dunbar
Hey Dan, Testing loader and version 45.2 works fine for me now. Have you documented the new stuff in 45.2, in terms of enhancements to the existing charts? Regards, Nick On Sunday, May 28, 2017 at 12:51:10 AM UTC+1, Daniel LaLiberte wrote: > > Hi Nick, > > Seems to work fine

[visualization-api] Re: Please test: testing-loader.js

2017-05-27 Thread Nick Dunbar
he old loader with version 45.2 I got this error TypeError: d is not a function. (In 'd(a,c)', 'd' is null) Regards, Nick On Friday, May 26, 2017 at 7:10:57 PM UTC+1, Daniel LaLiberte wrote: > > Hello Google Charts users, > > I have made available a new version of the loader, ca

Re: [visualization-api] Re: Treemap multiple color scales

2017-04-27 Thread Nick Dunbar
be helpful. On Wed, Apr 26, 2017 at 5:41 PM, Nick Dunbar <dunbar.n...@gmail.com> wrote: > Hi Dan, > > Thanks for getting back to me. It would be so cool if you could go ahead > and make a fix like that in the short term. And yes, a color range is what > I had in mind. So it c

Re: [visualization-api] Re: Treemap multiple color scales

2017-04-26 Thread Nick Dunbar
of each series. Best regards, Nick On Wed, Apr 26, 2017 at 5:30 PM, 'Daniel LaLiberte' via Google Visualization API <google-visualization-api@googlegroups.com> wrote: > Sorry, Nick. There is not enough flexibility in how the colors are > assigned to support what you want. > >

[visualization-api] Re: Treemap multiple color scales

2017-04-26 Thread Nick Dunbar
Any thoughts on this? On Tuesday, April 25, 2017 at 2:45:49 PM UTC+1, Nick Dunbar wrote: > > Hi, > In Treemap, I was wondering if it was possible to assign multiple color > scales for the top level leaves immediately below the root node, in the > same way that appears to have

[visualization-api] Treemap multiple color scales

2017-04-25 Thread Nick Dunbar
is too much of a constraint and shouldn't be too hard to fix, given that others have done it. Look forward to your feedback. Best regards, Nick -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from

Re: [visualization-api] SyntaxError: Unexpected token '<' when using Query

2017-04-22 Thread Nick Dunbar
have done something like that. Do you know of any documentation or cheat sheet that makes it straightforward to do this? Any suggestions or advice would be welcome. Best regards, NIck On Friday, April 21, 2017 at 8:28:15 PM UTC+1, Daniel LaLiberte wrote: > > Sorr

[visualization-api] SyntaxError: Unexpected token '<' when using Query

2017-04-21 Thread Nick Dunbar
nd just reads the Javascript in the Zoho file? All help with this would be much appreciated. Best regards, Nick -- 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, s

[visualization-api] Re: Vertical Marker on Line Chart

2017-01-19 Thread Nick Zmina
I'm not sure if you have already figured this out, but there is an extremely simple solution. This page has instructions for adding an annotation which did the job for me: Add or edit a trendline or annotation > > The annotation allowed

[visualization-api] Re: Official Charts Opinion Question: How would you like to retrieve your trendline data?

2017-01-06 Thread Nick Dunbar
Have you made any progress on this yet? You asked the question over two years ago. We gave you some feedback. Your indecision would make Hamlet proud. Just sayin... Nick On Tuesday, October 28, 2014 at 6:33:35 PM UTC, Sergey wrote: > > Dearest Google Charts users, > > > We ha

Re: [visualization-api] histogram sum vs count option?

2017-01-05 Thread Nick Dunbar
Hi Dan Thanks for getting back to me. I know I've suggested a few enhancements, but this is one I really would like to see. Please consider it for the next update. Nick On Thursday, January 5, 2017 at 1:43:45 PM UTC, Daniel LaLiberte wrote: > > Hi Nick, > > Sorry, there is no o

[visualization-api] histogram sum vs count option?

2017-01-05 Thread Nick Dunbar
want to weight the distribution according to dollar value. It looks like the option ought to be there because your histogram chart shows 'count' next to the legend, suggesting it could be changed to 'sum'. Is there any way of achieving this? Thanks, Nick -- You received this message

Re: [visualization-api] How can I stop chart axis text, legend and gridlines redrawing?

2016-12-13 Thread Nick Dunbar
Hi Dan, Thanks for your reply. It would be good if you could enable this because at present the hiding then reappearing of the legend/axis titles undermines the value of the animation itself. Nick On Tuesday, December 13, 2016 at 2:59:01 PM UTC, Daniel LaLiberte wrote: > > Hi Nick,

[visualization-api] How can I stop chart axis text, legend and gridlines redrawing?

2016-12-13 Thread Nick Dunbar
. Excerpt of my code is below. Thanks, Nick google.charts.setOnLoadCallback(drawChart); function drawChart () { var chart1 = new google.visualization.ChartWrapper({ chartType: 'BubbleChart', containerId: 'chart1_div', dataTable: data, options: { title

Re: [visualization-api] Google Charts. Is there support for Marimekko Chart?

2016-10-25 Thread Nick Dunbar
are the height of the stacked column. Thank you again, Nick On Tuesday, October 25, 2016 at 4:20:47 PM UTC+1, Daniel LaLiberte wrote: > > You can use numeric values in your datatable and specify the formatted > value of each. E.g. > > [['domain', 'some number'], >[{v:

Re: [visualization-api] Google Charts. Is there support for Marimekko Chart?

2016-10-25 Thread Nick Dunbar
you know how I could do that? Thanks, Nick On Monday, October 24, 2016 at 4:47:04 PM UTC+1, Daniel LaLiberte wrote: > > Hi Nathalie, > > You can get close to the Marimekko style, using a combination of > isStacked: 'percent' and bar: { variableWidth: true }. Here is an exa

Re: [visualization-api] Fwd: Annotation chart long legend fix

2016-10-07 Thread Nick Dunbar
OK Daniel, can you give me any expectation regarding the timescale? Nick On Thursday, October 6, 2016 at 12:29:12 AM UTC+1, Daniel LaLiberte wrote: > > Sorry, I never had time to get around to addressing this. Now that the > AnnotationChart entirely replaces the AnnotatedTimeline,

[visualization-api] Fwd: Annotation chart long legend fix

2016-10-05 Thread Nick Dunbar
Any feedback on this? On Monday, October 3, 2016 at 11:13:52 AM UTC+1, Nick Dunbar wrote: > > Hi, > > I want to bring up the issue of annotation charts cutting off long legend > (when the legend text is too long or there are too many series to display > all the l

[visualization-api] Annotation chart long legend fix

2016-10-03 Thread Nick Dunbar
made encouraging noises that the issue would be resolved 'relatively soon'. However, nothing seems to have progressed since then. Could you please provide an update? Thanks! Nick -- You received this message because you are subscribed to the Google Groups "Google Visualizatio

[visualization-api] Category filter control not displaying in 'upcoming' version of Gstatic.

2016-09-15 Thread Nick Dunbar
This might be worth checking out. It works fine in 'current'. -- 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

Re: [visualization-api] Showing a hidden column in tooltips

2016-09-01 Thread Nick Dunbar
That would be great. But I know you have a lot things on your to do list. Regards, Nick On Thu, Sep 1, 2016 at 6:00 PM, 'Daniel LaLiberte' via Google Visualization API <google-visualization-api@googlegroups.com> wrote: > The undocumented generateTooltip option (which you

Re: [visualization-api] Showing a hidden column in tooltips

2016-09-01 Thread Nick Dunbar
carefully balanced together which I would prefer to leave untouched. Regards, Nick On Thu, Sep 1, 2016 at 4:09 PM, 'Daniel LaLiberte' via Google Visualization API <google-visualization-api@googlegroups.com> wrote: > There is no direct support for such a display, but you could probably

[visualization-api] Showing a hidden column in tooltips

2016-09-01 Thread dunbar . nick
in the tooltip, at the top of the panel of values that you get with the chart option focusTarget: "category", crosshair: { trigger: "focus" } How do I go about doing this? All help appreciated. Nick -- You received this message because you are subscribed to the Google Groups &

Re: [visualization-api] Digest for google-visualization-api@googlegroups.com - 1 update in 1 topic

2016-09-01 Thread Nick Dunbar
I second this proposal On Thu, Sep 1, 2016 at 1:13 AM, wrote: > google-visualization-api@googlegroups.com > > Google > Groups >

Re: [visualization-api] Embedding the Google visualisation API in Wordpress

2016-08-25 Thread Nick Dunbar
whether it was needed or not for a particular chart. I will try out Gstatic 45 and see how I get on. Regards, Nick On Thu, Aug 25, 2016 at 3:57 PM, 'Daniel LaLiberte' via Google Visualization API <google-visualization-api@googlegroups.com> wrote: > Hi Nick, > > Thanks for pos

[visualization-api] Embedding the Google visualisation API in Wordpress

2016-08-25 Thread dunbar . nick
or how their API works in WordPress, but I would point out that WordPress is very widely used (25% of sites worldwide use it apparently) so it might be useful for the team to look into it and provide some FAQs or recommendations. Regards, Nick -- You received this message because you are subs

Re: [visualization-api] February Date Bug Again - MySQL Data Source

2016-06-30 Thread Nick Schirmer
Thanks for the update on this bug, Daniel. You mentioned 12 hours ago that it should be fixed in a few hours, but I'm still seeing it on my live production site. Do you have any additional updates for us? Thanks. On Wednesday, June 29, 2016 at 1:36:21 PM UTC-5, Daniel LaLiberte wrote: > > Hi

Re: [visualization-api] treemap midcolor assignment

2016-06-21 Thread Nick Dunbar
Hi Dan, I wanted to revive this discussion because you gave me an encouraging indication 6 months ago that you would be able to help on it. Specifically, I need to be able to assign midColorValue in Treemap. Is there any prospect of this happening? All feedback appreciated. Nick On Sat, Jan 2

[visualization-api] Re: treemap sorted by color

2016-05-16 Thread dunbar . nick
Hey Google team, Any thoughts on this? Thanks, Nick On Thursday, May 12, 2016 at 11:12:55 PM UTC+1, dunba...@gmail.com wrote: > > Hi, > > Does anyone know if it is possible to display treemaps with the colors > sorted in two dimensions, so within a given parent,

[visualization-api] treemap sorted by color

2016-05-12 Thread dunbar . nick
this can be done since I once accicdentally created a treemap with this property, but forgot to make a note of how it worked. Since then all my treemaps have the colors spread randomly. All suggestions appreciated. Thanks, Nick -- You received this message because you are subscribed

Re: [visualization-api] annotation chart date range out of whack with chart range

2016-03-10 Thread Nick Dunbar
Ok, thank you for clarifying. Is there any way I can set a minimum zoom size, such as 1 day? Chart range filter in dashboards lets you do that, but I don't know if that works here. Thanks, NIck On Thu, Mar 10, 2016 at 4:55 PM, 'Daniel LaLiberte' via Google Visualization API <google-visualizat

Re: [visualization-api] annotation chart date range out of whack with chart range

2016-03-10 Thread Nick Dunbar
size of the legend for the annotation chart? Thanks again, Nick On Thu, Mar 10, 2016 at 4:19 PM, 'Daniel LaLiberte' via Google Visualization API <google-visualization-api@googlegroups.com> wrote: > Hi Nick, > > Your chart.width option is causing the main chart to be the size

[visualization-api] annotation chart date range out of whack with chart range

2016-03-10 Thread dunbar . nick
terpolateNulls: true} } }); Thank you, Nick -- 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...@googlegro

[visualization-api] Geochart HTML tooltip

2016-02-29 Thread dunbar . nick
Hi, Is there any way to include a google.visualization.events.addListener into the HTML tooltip in a geochart so that I can launch a new (non-geo)chart when I click on a particular country? All suggestions welcome. Regards Nick -- You received this message because you are subscribed

[visualization-api] Geochart type error

2016-02-29 Thread dunbar . nick
Hi, I've started getting this error when I run Geochart. I didnt see it when I ran the same code earlier today: TypeError: google.load is not a function. (In 'google.load(xd,Ma,{callback:b,other_params:a})', 'google.load' is undefined) wda create cPa (anonymous function) (anonymous

Re: [visualization-api] JSON data parse error

2016-02-17 Thread Nick Dunbar
Hi Sergey, Thanks for getting back to me. I definitely need to get a dataTable out of my JSON so it looks like I have some work to do on this front. Regards, Nick On Wed, Feb 17, 2016 at 4:08 PM, 'Sergey Grabkovsky' via Google Visualization API <google-visualization-api@googlegroups.com>

Re: [visualization-api] JSON data parse error

2016-02-17 Thread Nick Dunbar
but I don't know how it works. Thanks for your assistance, Nick On Wed, Feb 17, 2016 at 2:54 PM, 'Sergey Grabkovsky' via Google Visualization API <google-visualization-api@googlegroups.com> wrote: > Hi Nick, > > Are you trying to use the google.visualization.Query to load

Re: [visualization-api] JSON data parse error

2016-02-17 Thread Nick Dunbar
Any thoughts on this one? I appreciate this is XML but I am trying to avoid having to learn Python to do this properly. All help appreciated. Nick On Mon, Feb 15, 2016 at 5:07 PM, <dunbar.n...@gmail.com> wrote: > Hi, > > I'm using the Query/response method to download data fro

Re: [visualization-api] histogram tooltip number format

2016-02-17 Thread Nick Dunbar
ng your data: > https://jsfiddle.net/dlaliberte/bofqmmd4/ > > > On Mon, Feb 15, 2016 at 11:28 AM, Nick Dunbar <dunbar.n...@gmail.com> > wrote: > >> Hi Dan, >> I don't know how to extract the data from the dataTable buried in my code >> into a form that I can sen

[visualization-api] JSON data parse error

2016-02-15 Thread dunbar . nick
spot what the problem is, and how to fix it? Thanks, Nick { "realtime_start": "2016-02-15", "realtime_end": "2016-02-15", "seriess": [{ "id": "GNPCA", "realtime_start": "2

Re: [visualization-api] histogram tooltip number format

2016-02-15 Thread Nick Dunbar
er safe subset of data that still > shows the problem? Thanks. > > On Thu, Feb 11, 2016 at 11:39 AM, Nick Dunbar <dunbar.n...@gmail.com> > wrote: > >> All the bars appear stacked at the extreme left and right side of the >> chart, and disabling 'material' makes

Re: [visualization-api] histogram tooltip number format

2016-02-11 Thread Nick Dunbar
Hi Dan, something weird came up when I swtiched from version '43' to '44'. The histogram algorithm appears to be broken in '44' for multiple series. It works fine in '43' so you might want to check that. Please keep '43' frozen in the meantime. Regards, Nick On Wed, Feb 10, 2016 at 5:59 PM

Re: [visualization-api] histogram tooltip number format

2016-02-11 Thread Nick Dunbar
2016 at 10:20 AM, Daniel LaLiberte <dlalibe...@google.com> > wrote: > >> Nick, >> >> Thanks for reporting that. Indeed, histogram is broken in v44 for >> multiple series. I'm glad you caught that. >> >> Version 43 will remain frozen indefinitely as

Re: [visualization-api] histogram tooltip number format

2016-02-11 Thread Nick Dunbar
g bar.group.gap: 1 but that appears to > not be working as expected, so I do need to fix that. Or maybe we should > change the theme:'material' behavior to leave the bar.groupWidth alone for > histogram. > > > On Thu, Feb 11, 2016 at 11:10 AM, Nick Dunbar <dunbar.n...@gmail.com&g

[visualization-api] histogram tooltip number format

2016-02-10 Thread dunbar . nick
:'###.# %'}); formatter.format(data,1); > However, when I do this for Histogram, the formatting doesn't appear in the tooltip like it does in other charts. Any clues what I am doing wrong, or is this a bug? Thanks, Nick -- You received this message because you are subscri

Re: [visualization-api] histogram tooltip number format

2016-02-10 Thread Nick Dunbar
is to implement > your own histogram calculations. > > On Wed, Feb 10, 2016 at 11:12 AM, Nick Dunbar <dunbar.n...@gmail.com> > wrote: > >> Hi Daniel, >> >> Thanks for getting back to me so quickly. Please try and fix this - if >> you do it will be perfect.

Re: [visualization-api] histogram tooltip number format

2016-02-10 Thread Nick Dunbar
regarding > bar widths, which is raising entanglements with other features. Hopefully > done this week, so I should start rolling out the new release next week. > > On Wed, Feb 10, 2016 at 11:48 AM, Nick Dunbar <dunbar.n...@gmail.com> > wrote: > >> OK, thanks.

Re: [visualization-api] histogram tooltip number format

2016-02-10 Thread Nick Dunbar
Hi Daniel, Thanks for getting back to me so quickly. Please try and fix this - if you do it will be perfect. Well almost, if were it possible to fit Normal or Lognormal curves to the histogram (analogous to trendlines) that would be amazing. Nick On Wed, Feb 10, 2016 at 4:04 PM, 'Daniel

Re: [visualization-api] Re: Official Charts Opinion Question: How would you like to retrieve your trendline data?

2016-01-22 Thread Nick Dunbar
they wanted. But you are Google. You can do anything you like. What ever you do, people will figure it out. But please, please just do something. Best, Nick On Fri, Jan 22, 2016 at 7:03 PM, 'Sergey Grabkovsky' via Google Visualization API <google-visualization-api@googlegroups.com> wrote:

[visualization-api] Re: Official Charts Opinion Question: How would you like to retrieve your trendline data?

2016-01-22 Thread dunbar . nick
her. All feedback appreciated. Nick On Tuesday, October 28, 2014 at 6:33:35 PM UTC, Sergey wrote: > > Dearest Google Charts users, > > > We have been working hard on improving charts, and now need your input. We > are considering adding a few methods to our corecharts to help

Re: [visualization-api] chartWrapper and dataView

2016-01-20 Thread Nick Dunbar
, or perhaps rows where column3 does NOT take value category1? Is this possible within the syntax? All feedback gratefully appreciated. Nick On Tue, Jan 19, 2016 at 3:25 AM, 'Daniel LaLiberte' via Google Visualization API <google-visualization-api@googlegroups.com> wrote: > Nick, &

[visualization-api] chartWrapper and dataView

2016-01-18 Thread dunbar . nick
Does chartWrapper work with dataView? In other words, I have var view = new google.visualization.DataView(data); view.setRows(view.getFilteredRows([{column: 3, value: 'some category'}])); var chart = new google.visualization.ChartWrapper({ chartType: 'ScatterChart',

[visualization-api] HTML tooltip in Sankey charts

2016-01-06 Thread dunbar . nick
I have got Sankey charts working with custom HTML tooltips but can't get the formatting of the tooltip box to look right - it's too elongated and the HTML tags in the tooltip text are ignored. Can anyone help with this? JSFiddle is here: http://jsfiddle.net/t9e3dcy3/5/ Thanks, Nick -- You

Re: [visualization-api] HTML tooltip in Sankey charts

2016-01-06 Thread Nick Dunbar
Thanks Sergey! On Wed, Jan 6, 2016 at 4:56 PM, 'Sergey Grabkovsky' via Google Visualization API <google-visualization-api@googlegroups.com> wrote: > Hi Nick, > > In order to get the HTML code in your custom tooltips to show up as actual > HTML, you have to set the 'html

[visualization-api] treemap midcolor assignment

2015-12-31 Thread dunbar . nick
to be assigned to nodes with price change = 0, or alternatively, to the level of the index? This would make the chart a lot more useful as a visualisation tool. All help appreciated. Nick -- You received this message because you are subscribed to the Google Groups "Google Visualizatio

Re: [visualization-api] Setting fontName in category filter control

2015-12-29 Thread Nick Dunbar
time. I can give specific feedback if you need it. Regards, Nick On Mon, Dec 28, 2015 at 7:49 PM, 'Daniel LaLiberte' via Google Visualization API <google-visualization-api@googlegroups.com> wrote: > Hi Nick, > > The controls don't use many of the same options as charts, even thoug

[visualization-api] Setting fontName in category filter control

2015-12-28 Thread dunbar . nick
: initial_state }); Thanks, Nick -- 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.co

[visualization-api] Treemap number format

2015-12-19 Thread dunbar . nick
) + ''+ data.getColumnLabel(2) + ': $' + size + '' + data.getColumnLabel(3) + ': ' + value + ' '; All help appreciated, Nick -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this grou

[visualization-api] combo chart throwing data type errors

2015-12-15 Thread dunbar . nick
: { title: 'combo chart', width: 800, height: 400, backgroundColor: 'transparent', interpolateNulls: true, seriesType: 'bars', series: {11: {type: 'area', color: 'red'}} } All help appreciated. Nick -- You received this message because you are subscribed

Re: [visualization-api] combo chart throwing data type errors

2015-12-15 Thread Nick Dunbar
Hi Daniel, Apart from the first column they are all numbers. I replaced nulls with zeroes in the Excel sheet I pasted into the Google sheet, and they look kosher. I will try to put together a fiddle. Best, Nick On Tue, Dec 15, 2015 at 8:05 PM, 'Daniel LaLiberte' via Google Visualization API

Re: [visualization-api] combo chart throwing data type errors

2015-12-15 Thread Nick Dunbar
for your help Nick On Tue, Dec 15, 2015 at 10:21 PM, Nick Dunbar <dunbar.n...@gmail.com> wrote: > Hi Daniel, > Apart from the first column they are all numbers. I replaced nulls with > zeroes in the Excel sheet I pasted into the Google sheet, and they look > kosher. I will try to put

Re: [visualization-api] Number format in Sankey charts

2015-11-30 Thread Nick Dunbar
aces the entire tooltip, instead > of just formatting the value. You'd have to reproduce the formatting > yourself. > > On Mon, Nov 30, 2015 at 11:41 AM Nick Dunbar <dunbar.n...@gmail.com> > wrote: > >> One thing that would be helpful to know is how to reinstate the Goog

Re: [visualization-api] Number format in Sankey charts

2015-11-30 Thread Nick Dunbar
ow, though there's no reason that you can't use that > method. > > On Mon, Nov 30, 2015 at 11:56 AM Nick Dunbar <dunbar.n...@gmail.com> > wrote: > >> So could you do it with two tooltip columns - one for the tooltip text >> and one for the formatting? Would that repr

Re: [visualization-api] Number format in Sankey charts

2015-11-30 Thread Nick Dunbar
One thing that would be helpful to know is how to reinstate the Google default tooltip for Sankey charts along with the customisation. At present, as soon as the custom tooltip is added, the default of 'source -> target' etc disappears. How can I get that back again? Thanks again, Nick On

Re: [visualization-api] Number format in Sankey charts

2015-11-30 Thread Nick Dunbar
ut custom tooltips. Sorry about that; slipped > my mind. > > If that's enough for your use case, then by all means use them. > > On Mon, Nov 30, 2015 at 9:59 AM Nick Dunbar <dunbar.n...@gmail.com> wrote: > >> Hi Sergey, >> Thanks for getting back to me. I got

Re: [visualization-api] Number format in Sankey charts

2015-11-30 Thread Nick Dunbar
how-to-specify-number-formats-in-googles-sankey-charts-d3/33998420?noredirect=1#comment55755627_33998420> What do you think? Regards, Nick On Mon, Nov 30, 2015 at 2:49 PM, 'Sergey Grabkovsky' via Google Visualization API <google-visualization-api@googlegroups.com> wrote: > Hi Nick, > &

[visualization-api] Number format in Sankey charts

2015-11-29 Thread dunbar . nick
have looked at the D3 literature but nothing obvious springs out there either. All help appreciated. NIck -- 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 fro

Re: [visualization-api] Building Dashboards using Google Charts

2015-10-29 Thread dunbar . nick
and other visualisation APIs, the Google controls & dashboards are showing their age. Regards, Nick On Wednesday, October 28, 2015 at 7:59:33 PM UTC, Sergey wrote: > > Hi Rajaraman, > > You can certainly create a custom control, but it's not trivial, and we > don't have any docu

Re: [visualization-api] Re: Are sankey titles appearing for anyone?

2015-10-23 Thread dunbar . nick
Could this be implemented in the next release? Sort of important to be able to title a chart. On Friday, June 5, 2015 at 4:03:14 PM UTC+1, Michaela Cano wrote: > > Yes, not supported. > > On Fri, Jun 5, 2015 at 6:36 AM Daniel Buttery < > hasanyones...@googlemail.com > wrote: > >> Hi. I haven't

Re: [visualization-api] Relationship between ChartWrapper and Material Design

2015-10-15 Thread dunbar . nick
It's worth pointing out that the chart wrapper options don't work properly when Material Charts are enabled in this way. For example the JSFiddle specifies a title, but this is not shown in the chart. I can't get it to work either. It would be great if Google could get Material Charts to work

Re: [visualization-api] Variable from category filter in chart wrapper options refuses to update after event

2015-10-02 Thread Nick Dunbar
. All tips appreciated. Thank you again for your help on this. Nick On Fri, Oct 2, 2015 at 4:02 PM, 'Daniel LaLiberte' via Google Visualization API <google-visualization-api@googlegroups.com> wrote: > Ah... well that's not how JavaScript works. You are not actually passing &g

Re: [visualization-api] Variable from category filter in chart wrapper options refuses to update after event

2015-10-01 Thread Nick Dunbar
Hi Dan, Thanks for offering to take a look. I've tried putting this in a JSFiddle but can't get it to work. I hope you don't mind if I paste the code below. I really appreciate your help. Best, Nick https://www.google.com/jsapi</a> "> http://code.jquery.com/jquery-1.10

[visualization-api] Variable from category filter in chart wrapper options refuses to update after event

2015-09-29 Thread dunbar . nick
into the chart wrapper options, it only uses it the first time the chart is drawn, but not subsequent times. Even when I try to force it to redraw, it doesn't re-render the chart axes and titles. Why is this? Is there a fix? Thanks, Nick -- You received this message because you are subscribed

[visualization-api] Using category filter to display different data formats in single chart container

2015-09-02 Thread dunbar . nick
chart but I don't want to do that. Perhaps there is a fundamentally better way of approaching this problem within the framework you provide. All assistance appreciated. Nick -- You received this message because you are subscribed to the Google Groups "Google Visualization API&q

Re: [visualization-api] Using category filter to display different data formats in single chart container

2015-09-02 Thread Nick Dunbar
ere is a control event. > > I am mystified why the Google Visualization API won't let me draw a chart > more than twice. The only way out I can see is to have separate 's for > each chart but I don't want to do that. Perhaps there is a fundamentally > better way of approaching this probl

[visualization-api] isStacked not working

2015-08-31 Thread Nick Robinson
Hi there, This might seem like a silly question but I'm trying to create a simple stacked bar chart (exactly the same as the one on the google charts "stacked bar charts" example), however, the option isStacked: true doesn't seem to do anything: https://www.google.com/jsapi";>

Re: [visualization-api] User comments incorporated as chart annotations

2015-08-13 Thread Nick Dunbar
Thanks for this feedback Dan. I would definitely want annotations to be seen by the community of users (with login controls). It would be great to see a proof of concept on jsfiddle if anyone has time to try it. Nick On Thu, Aug 13, 2015 at 6:30 PM, 'Daniel LaLiberte' via Google Visualization API

[visualization-api] User comments incorporated as chart annotations

2015-08-13 Thread dunbar . nick
annotation now appears on chart. All feedback appreciated. Nick -- 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

Re: [visualization-api] Re: Google visualization event tracking on Google Analytics

2015-08-12 Thread Nick Dunbar
website using your API and I wanted to know if it was possible to track usage of your API on my site via Google Analytics. For example, if I have a chart control dashboard on a particular page, can I find out how many users interact with the dashboard vs those that don't? All help welcomed. Nick

[visualization-api] Google visualization event tracking on Google Analytics

2015-08-10 Thread dunbar . nick
with the dashboard vs those that don't? All help welcomed. Nick -- 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

[visualization-api] Ability to toggle chart options in dashboard

2015-03-09 Thread dunbar . nick
it as an enhancement that would make your API much more competitive vs its peers. Thank you for your assistance, Nick -- 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

[visualization-api] combining standard and custom tooltip roles

2015-02-06 Thread dunbar . nick
date above the text tooltip, but not the vAxis value. Apologies if this is obvious to everybody else, but I have tried a lot of searching around but not been able to find an answer to this question. Nick -- You received this message because you are subscribed to the Google Groups Google

Re: [visualization-api] Getting tooltips to work in Material Line charts and Annotationchart

2015-02-05 Thread Nick Dunbar
to force it to become annotation text which I don't want. All help appreciated. Nick -- 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

[visualization-api] Getting tooltips to work in Material Line charts and Annotationchart

2015-02-05 Thread dunbar . nick
in annotation charts, while turning off the annotation text. At present, when I try that API with the same table that has tooltip roles specified in its 'string' columns, the annotation chart seems to force it to become annotation text which I don't want. All help appreciated. Nick -- You received

Re: [visualization-api] Branding in annotation charts

2015-01-30 Thread dunbar . nick
This is great Dan, thanks a lot. On Friday, January 30, 2015 at 1:51:44 PM UTC, Daniel LaLiberte wrote: Hi Nick, Here is an example of putting a background image behind the whole chart that works for me at least in Chrome: http://jsfiddle.net/dlaliberte/mkxsf680/ Most charts

[visualization-api] Branding in annotation charts

2015-01-27 Thread dunbar . nick
is preferred. Thank you, Nick -- 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

Re: [visualization-api] Capturing zoom event in annotation chart

2014-12-19 Thread Nick O.
LaLiberte' via Google Visualization API google-visualization-api@googlegroups.com wrote: Nick, I agree that we should fire the rangechange event when the zoom is changed by way of the zoom buttons. That should be easy to add, but it probably won't happen for a couple months. By too many

[visualization-api] Re: Charts suddenly stopped working in production

2014-10-30 Thread Nick Pepperling
I'm guessing there must be an API patch being deployed or something. I am having the same problem as of 15 minutes ago. I was making some changes to some chart data and it was working and now it is not. Same error. On Thursday, October 30, 2014 11:33:22 AM UTC-6, Mael Caldas wrote: Hi,

[visualization-api] Re: Can I use ChartRangeFilter for Timeline charts

2014-10-30 Thread Nick Pepperling
5:54:42 PM UTC-6, Andrew Gallant wrote: You may see a difference if any events overlap in time within the same row, so I would do a secondary sort on start time just to be safe. On Wednesday, October 29, 2014 7:20:33 PM UTC-4, Nick Pepperling wrote: Hmmm, let me confirm. As of now I am

  1   2   >