[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 are

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

2018-01-23 Thread Nick Dunbar
ngeFilter could work for the filtering part, you will > currently have to draw your own set of dates along the slider. Handle the > control's statechange event to do that each time it is changed. > > On Tue, Jan 23, 2018 at 5:25 AM, Nick Dunbar <dunbar.n...@gmail.com> > wrote:

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

2018-01-23 Thread Nick Dunbar
Hi, I have a chart whose data source can be selected from one of several discrete dates, such as "2015-12-31", "2016-12-31" etc, which are contained in an array. I need a slider that selects one of these date values, uses it to filter the data, and runs the chart drawing function (the

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

2017-06-01 Thread Nick Dunbar
; On Sat, May 27, 2017 at 2:00 PM, Nick Dunbar <dunba...@gmail.com > > wrote: > >> Dan >> It doesn't work. >> >> I just tried >> https://www.gstatic.com/charts/testing-loader.js&quot</a>;> >> >> google.charts.load('45.2', {packag

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

2017-05-27 Thread Nick Dunbar
Dan It doesn't work. I just tried https://www.gstatic.com/charts/testing-loader.js";> google.charts.load('45.2', {packages: ['treemap','corechart', 'controls', 'table']}); google.charts.setOnLoadCallback(drawChart); ...and got a blank screen in Safari. If I used the old loader with

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
The easiest change for us might be to support the 'style' role, so you > could determine the colors you want yourself. But it would really need to > be not just a single color but a color range for each 'node' to apply to > all of its children. > > On Wed, Apr 26, 2017 at 9:23 AM, N

[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
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 been done here: https://vizhub.healthdata.org/gbd-compare/# Having a single color scale for the entire treemap is

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

2017-04-22 Thread Nick Dunbar
e is not a way to use this with the ChartWrapper, however, > if that is what you are thinking of, unless you maybe override the > google.visualization.Query function with your own. That sounds like a lot > of work, if it will work at all. > > > On Fri, Apr 21, 2017 at 10:47 AM, Nic

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

2017-04-21 Thread Nick Dunbar
Hi, I have started using a cloud storage system, Zoho Docs, for uploading spreadsheet data into the visualization API using the Query function. I used to do this with Google sheets but had to switch because a client had a compliance issue with Google docs. Unfortunately, Zoho's shared URLs

[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 have been working

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

2017-01-05 Thread Nick Dunbar
ption to sum rather than merely count items in a > bucket. Good idea, though, and probably easy to implement. > > On Thu, Jan 5, 2017 at 5:24 AM, Nick Dunbar <dunba...@gmail.com > > wrote: > >> Hi, >> >> Google histogram charts are useful, particularly the

[visualization-api] histogram sum vs count option?

2017-01-05 Thread Nick Dunbar
Hi, Google histogram charts are useful, particularly the binning algorithm. But one thing that stops me from using it more is the inability to display the sum of variables falling within a bin range, rather than the number of items. Suppose that you want to show a histogram of returns for

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

2016-12-13 Thread Nick Dunbar
I'm not sure how much > work that will be to do or when I can do it. > > On Tue, Dec 13, 2016 at 5:29 AM, Nick Dunbar <dunba...@gmail.com > > wrote: > >> Hi, >> I am using a category filter to redraw a bubble chart with different >> columns of a dataTable u

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

2016-12-13 Thread Nick Dunbar
Hi, I am using a category filter to redraw a bubble chart with different columns of a dataTable using the setView method. The chart.draw() happens inside a selectHandler function while the chart itself is defined outside of it. The transition between the two data views is animated. My problem

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

2016-10-25 Thread Nick Dunbar
t; } > > > > > On Tue, Oct 25, 2016 at 11:03 AM, Nick Dunbar <dunba...@gmail.com > > wrote: > >> Hi Dan, >> >> This is clever - I didn't know you could do that. I have a stacked column >> chart where the x axis is currently a string array and

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

2016-10-25 Thread Nick Dunbar
Hi Dan, This is clever - I didn't know you could do that. I have a stacked column chart where the x axis is currently a string array and i would like to be able to vary the widths using a number column of my dataTable while keeping the string labels - I think it is called a 'cascade chart'. Do

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

2016-10-07 Thread Nick Dunbar
I should try to > find time to address any additional deficiencies, like this one. > > On Wed, Oct 5, 2016 at 10:03 AM, Nick Dunbar <dunba...@gmail.com > > wrote: > >> Any feedback on this? >> >> >> >> On Monday, October 3, 2016 at 11:13:52 AM UT

[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
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 legends on one line). This was discussed last year here: https://github.com/google/google-visualization-issues/issues/1523, and you

[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
could use with a > showTooltip function) is only available for the Treemap so far, but it > would be a good idea to support something similar elsewhere. > > On Thu, Sep 1, 2016 at 11:30 AM, Nick Dunbar <dunbar.n...@gmail.com> > wrote: > >> Hi Dan, >> >> Thanks for getting

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

2016-09-01 Thread Nick Dunbar
Hi Dan, Thanks for getting back to me. Do you think I could do it using a showFullTooltip() function, in the same way that can be done in Treemaps? The trouble with the Overlay approach is that I have to create DIV classes for the elements, and I already have a page with a lot of containers

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
Hi Dan, Thanks for your reply. My developers managed to put the JQuery API call in the parent page, but they didn't do that for Google charts. It could be because I am using a lot of different chart packages on different parts of my site and there would have been a penalty loading every package

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,

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

2016-03-10 Thread Nick Dunbar
. More work in this area is > required. > > On Thu, Mar 10, 2016 at 11:35 AM, Nick Dunbar <dunbar.n...@gmail.com> > wrote: > >> Hi Dan, >> >> That fixed it - obvious when you think about it. A big thank you. >> >> A couple of things possibl

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

2016-03-10 Thread Nick Dunbar
Hi Dan, That fixed it - obvious when you think about it. A big thank you. A couple of things possibly related - options: {legend:'left', 'title': label+' index', Don't seem to work - the legend is on the right and there is no title. How do I fix that? And do you know how I can change the font

Re: [visualization-api] JSON data parse error

2016-02-17 Thread Nick Dunbar
will fail again for these reasons after you fix the first issue (with > the Query expecting a jsonp response). Your best bet would probably be to > use $.ajax <http://api.jquery.com/jquery.ajax/> to fetch your json, and > some custom JavaScript code to coerce it into a DataTable. &

Re: [visualization-api] JSON data parse error

2016-02-17 Thread Nick Dunbar
the JSON > file? Or are you using XHR or jQuery to load it? > > On Wed, Feb 17, 2016 at 9:51 AM Nick Dunbar <dunbar.n...@gmail.com> wrote: > >> Any thoughts on this one? I appreciate this is XML but I am trying to >> avoid having to learn Python to do this properly. >> &g

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, wrote: > Hi, > > I'm using the Query/response method to download data from an API source >

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

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
hen back to '44' if you want to stick with > that. > > On Wed, Feb 10, 2016 at 12:19 PM, Nick Dunbar <dunbar.n...@gmail.com> > wrote: > >> Great. In the gstatic loader, do I need to change from '43' to pick up >> these changes? >> >> On Wed, Feb 10, 2016 at

Re: [visualization-api] histogram tooltip number format

2016-02-11 Thread Nick Dunbar
is, barring security >> concerns. >> >> On Thu, Feb 11, 2016 at 9:56 AM, Nick Dunbar <dunbar.n...@gmail.com> >> wrote: >> >>> Hi Dan, something weird came up when I swtiched from version '43' to >>> '44'. The histogram algorithm appears to

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

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
Hi Sergey, Thanks for getting back to me. It would be great if something could be done on the trendline export. Even if it is just a hack (as I said, you do have the info already in the tooltip). For what it's worth here is my two cents. It was a nice gesture to ask everyone 15 months ago what

Re: [visualization-api] chartWrapper and dataView

2016-01-20 Thread Nick Dunbar
Dan, Thanks for this reply. What I really want to do is use the output of getFilteredRows() as the chartWrapper input. I had a further question about that. In particular, I wanted to see if it was possible to do Boolean combinations of criteria across different columns. So if I have

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 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' property to true for

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

2015-12-29 Thread Nick Dunbar
Thanks Dan, As I think I've mentioned in other threads, the controls and dashboards part of your API is looking somewhat stale so it would be great to see it going up your priority list for the next release. At present it requires too many hacks and workarounds that are expensive in developer

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
Mon, Nov 30, 2015 at 3:29 PM, Nick Dunbar <dunbar.n...@gmail.com> wrote: > Not at all, I'm happy to share what I find out. You guys have done a great > service to the community. Keep up the good work. > > On Mon, Nov 30, 2015 at 3:16 PM, 'Sergey Grabkovsky' via Google > V

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
Hi Sergey, Thanks for getting back to me. I got an answer to the problem on Stackoverflow: http://stackoverflow.com/questions/33996664/how-to-specify-number-formats-in-googles-sankey-charts-d3/33998420?noredirect=1#comment55755627_33998420

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

2015-10-02 Thread Nick Dunbar
with setColumns(), and then set the chart > wrapper data table to this data view with setDataTable(). > > > On Fri, Oct 2, 2015 at 10:50 AM, Nick Dunbar <dunbar.n...@gmail.com> > wrote: > >> Dan, >> >> The jsfiddle has the same issue that I am trying to solve, n

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 ">

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

2015-09-02 Thread Nick Dunbar
Just adding a further comment to this: it seems odd to me that the API forces me to format data twice: once with NumberFormat and a second time for chart axes. Shouldn't there be a way for chart axes to inherit the data format already defined by NumberFormat? It would save a lot of trouble if that

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

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

2015-08-12 Thread Nick Dunbar
Thank you, this is very helpful! On Wed, Aug 12, 2015 at 3:37 PM, Moustacheful dac...@digitalmeat.cl wrote: You would have to implement event tracking along with google charts events. Try for example the chart select event :

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

2015-02-05 Thread Nick Dunbar
Thank you Sergey. Hope it happens soon. On Thu, Feb 5, 2015 at 6:19 PM, 'Sergey Grabkovsky' via Google Visualization API google-visualization-api@googlegroups.com wrote: Material Charts are still in beta and are actively being worked on. The support for tooltips will come eventually, but we