[visualization-api] Google Charts 52 on Microsoft Edge

2024-06-07 Thread 'Seann Herdejurgen' via Google Visualization API
I was doing some testing today and discovered that Google Charts 52 won't load on Microsoft Edge on Windows. When I attempt to load Google Charts in DevTools console I get: > google.charts.load('52',{packages:['corechart']}) Promise {} loader.js:146 Uncaught (in promise) Error: Bad version: 52

[visualization-api] Google charts as Notion Embed

2024-04-28 Thread Michaël V . Dandrieux
Hi ! I have a perfectly functional Google chart html page and I'm trying to have it display as an embed in Notion but it seems that the data is not pulled. The console says it blocked some cookies. I use google.visualization.BarChart() Had anyone embedded Google charts in Notion ? -- You

[visualization-api] Google Charts has 404 error

2024-04-17 Thread Gsuitenobel ITHelpdesk
Dear Google We found that Google Charts has error when loading the qrcode. The links below is unable to access since 10 April 2024 1)https://chart.googleapis.com/ 2)https://chart.googleapis.com/chart?chs=60x60=qr=NISH3994918918 Could you help to check on this? -- You received this message

[visualization-api] Google charts error 404

2024-04-09 Thread Tiago Antônio Borba Oliveira
We use the Google Charts API in our systems for generating QR codes (https://chart.googleapis.com/chart?chs=200x200=qr==UTF-8). However, as of today's date, 09/04/2024, users have started reporting that the QR code is not loading, and upon verification, it returns a 404 error. Does anyone

[visualization-api] Google charts widget in mendix - issue is Table has no columns

2024-03-22 Thread Deee Saaayi
i have downloaded the googlr chart widget for mrndix it is asking me to provide the json i have 2 values active and inactive user what ever the value i give its shows table has no columns how can i put it properly -- You received this message because you are subscribed to the Google Groups

[visualization-api] Google Charts not displaying in DIV

2023-12-14 Thread Regain 2AControl
I have just started using google charts and it works great when a chart is placed in a div on a specific static page, however, I am having an issue with pages within pages loaded with javascript fetch into a panel(div). Example, index.php chart works fine. Chart on rightpanel.php fetched into

[visualization-api] Google Charts with CSV file

2023-04-27 Thread Joe Davies
I have the following html which works fine in producing a stacked column chart with Google Charts. I want to replace the static data in the html with an external csv file and am unable to get it to work. Static Example (This works fine)

[visualization-api] Google Charts with CSV file

2023-04-27 Thread Joe Davies
I have the following html which works fine in producing a stacked column chart with Google Charts. I want to replace the static data in the html with an external csv file and am unable to get it to work. Static Example (This works fine)

Re: [visualization-api] Google charts and typescript

2023-02-23 Thread Nikos Katsikanis
the charts work fine, but it's just not typed. I managed to defeat the tsc error with this hack declare global { interface Window { google: any; } } so there are no problems at runtime On Tuesday, February 21, 2023 at 5:46:56 PM UTC Daniel LaLiberte wrote: > OK, I would like to find a

Re: [visualization-api] Google charts and typescript

2023-02-21 Thread 'Daniel LaLiberte' via Google Visualization API
OK, I would like to find a workaround for you, while also figuring out what exactly is going wrong. I'll need you to do some experimenting, or if you can give me a link to an example that shows the problem you are experiencing, especially a simplified example using jsfiddle or something similar,

Re: [visualization-api] Google charts and typescript

2023-02-21 Thread Nikos Katsikanis
Thanks for your quick response, we manage this loading, so it only happens once; as we have dynamic routes, we want to load it on only some pages. On Tuesday, February 21, 2023 at 4:23:39 PM UTC Daniel LaLiberte wrote: > The loader has been updated for the 'upcoming' release of v52, but it >

[visualization-api] Google Charts New Release Candidate: V52, Feb 20, 2023

2023-02-20 Thread 'Daniel LaLiberte' via Google Visualization API
Google Charts version '52' is now available. You can use this upcoming version by loading 'upcoming'. Please test the new features and let us know if you experience any issues. google.charts.load('upcoming', {packages: ['corechart']}); This release primarily consists of a large

[visualization-api] Google Charts - Column Chart

2022-10-19 Thread 'Алина Окользина' via Google Visualization API
Hey! Tell me, please, is it possible to make intervals between columns in Google charts? I'm attaching the screenshot and code. (Example in 1 column) Create 3D Pie Charts with JavaSript and Google Charts API https://www.google.com/jsapi";>

[visualization-api] Google Charts API

2022-10-11 Thread Razmik Vardanyan
Hi everyone. I have a one question. Does Google Charts has an API for drawing charts and response me with html? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving

[visualization-api] Google Charts API - QR Code

2022-06-20 Thread Eric Fammaldo
Hi Google Teams, I Need some confirmation and update about Google Charts QR Code. if I look at this documentation below here: QR Codes | Infographics | Google Developers It state that This API is deprecated, may I know where

Re: [visualization-api] Google Charts License Type

2022-06-09 Thread 'Daniel LaLiberte' via Google Visualization API
Google Charts API is still proprietary at this time. You can only use the binary form of the library, and you can only do that by dynamically loading the code from www.gstatic.com. We are, however, working on open sourcing a subset of the code. On Thu, Jun 9, 2022 at 12:22 PM Efrain Rosas

[visualization-api] Google Charts License Type

2022-06-09 Thread Efrain Rosas
Hello everyone, I would like to know what type of license does Google Charts API have? Is it MIT / GPL / GNU? 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,

[visualization-api] Google Charts Sankey Chart and ArcGIS js compatibility issues

2022-05-17 Thread Bryant R
I'm having an issues with the Google Charts Sankey Modules which relies on the d3.js as stated on their documentation page . I'm also using and ArcGIS js and the error occurs when I load both scripts, the google charts loader

Re: [visualization-api] Google charts different result in development and production

2022-04-26 Thread dahliar ananda
one thing i dont get the reason behind it is why it previously worked in development, but not in production On Tuesday, April 26, 2022 at 5:25:55 PM UTC+7 dahliar ananda wrote: > case closed. > Solved by parse the string into integer value. > > temp.push(parseInt(stocks[i].jumlahSpecies)); > >

[visualization-api] Google Charts connection with Google Sheets

2022-01-18 Thread Delsuc Evangelista
Hi, I created a spreadsheet in Google Sheets and shared it with everyone, however, I can't connect to it through Google Charts! Below the link: https://docs.google.com/spreadsheets/d/1td3qHfDgqf8E0pxu2QvmGdLBvCdBDkcU2BL5N4_IV1U/edit?usp=sharing I would appreciate some sample code with this

[visualization-api] Google Charts 'upcoming' release of v51

2021-06-18 Thread 'Daniel LaLiberte' via Google Visualization API
Google Charts version '51' is now available. You can use this upcoming version by loading 'upcoming'. Please test the new features and let us know if you experience any issues. google.charts.load('*upcoming*', {packages: ['corechart']}); *Anticipated production release date*: June

[visualization-api] GOOGLE CHARTS

2021-04-22 Thread UTKARSH VEDPATHAK
How to solve the renderer issues in pie chart. -- 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

[visualization-api] Google Charts 'upcoming' release of v50

2021-03-31 Thread 'Daniel LaLiberte' via Google Visualization API
Google Charts version '50' is now available. As before, you can use this upcoming version by loading 'upcoming'. Please test the new features and let us know if you experience any issues. google.charts.load('*upcoming*', {packages: ['corechart']}); *Anticipated production release

Re: [visualization-api] Google Charts -- radar -- image in area?

2020-12-12 Thread John Freebury
That does look like an interesting challenge indeed. I'll post my progress here. Much Thanks! On Saturday, 12 December 2020 at 20:14:25 UTC-7 Daniel LaLiberte wrote: > Hi John, > > There is a potential solution involving use of blends to implement > masking. See the issue that started it:

Re: [visualization-api] Google Charts -- radar -- image in area?

2020-12-12 Thread 'Daniel LaLiberte' via Google Visualization API
Hi John, There is a potential solution involving use of blends to implement masking. See the issue that started it: https://github.com/vega/vega/issues/2311 The change that added blends: https://github.com/vega/vega/pull/2422 The mark documentation - look for the blend color property.

[visualization-api] Google Charts -- radar -- image in area?

2020-12-12 Thread John Freebury
Hi All , I am creating a radar chart and need it to have an image in the area of the chart, replacing a solid fill. Looking at the Radar chart script here -- https://developers.google.com/chart/interactive/docs/gallery/vegachart#radar-chart-example -- I wonder whether it is possible. Can the

[visualization-api] Google Charts In Email

2020-10-14 Thread shriram krishnan
Hi All, I need to send google charts to my emaill body, however my charts view is called via cron in codeigniter PHP and then the contents are rendered in backend and then passed directly for mailing. I am unable to even capture image using getImageUri of google chart, as it is not rendered

[visualization-api] Google charts - Tree Map - Color & Borders

2020-08-27 Thread Shashank Bafna
Hi team, I have a issue. for eg: maxColorVal = 4 minColorVal= 0 & by chance my data contains all color values as 0, then the treemap plotted is of midColor, i.e. 2 Secondly, Can I darken the border of parent node (except last node) programitcally? -- You received this message because you are

[visualization-api] Google Charts in a Dynamic Table/Accordion with Dynamic Id?

2020-08-19 Thread 'Mobile Design' via Google Visualization API
Hi All, I have a requirement wherein I need to implement Google Line Charts inside a table/accordion having ''n" no. of rows/accordion items based on dynamic data. On click of each row I call the Drawchart function by passing the id in a string. My query is can the google charts be

[visualization-api] Google Charts 'upcoming' release of v49

2020-07-08 Thread 'Daniel LaLiberte' via Google Visualization API
Google Charts version '49' is now available. As before, you can use this upcoming version by loading 'upcoming'. Please test the new features and let us know if you experience any issues. google.charts.load('*upcoming*', {packages: ['corechart']}); *Anticipated production release date*:

[visualization-api] Google Charts pricing confusion

2020-06-17 Thread Hasan Rahman
Hi, Hoping someone can provide some clarity on this. I understand Google Charts is free. However a mapsApiKey is required and this is where I am unsure if my use of the product will be free or not. I am using GeoChart on a commercial website. Does this make any API requests which count as

[visualization-api] Google Charts 'upcoming' release of v48

2020-04-27 Thread 'Daniel LaLiberte' via Google Visualization API
You can now load Google Charts version '48'. You should soon also be able to use this version by loading 'upcoming', but it is possible that might be unstable for a couple days since we are testing some new features of the loader. Please test version '48' and let us know if you experience any

Re: [visualization-api] Google Charts - Multiple chart types from same data Source with multiple filters.

2020-04-22 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Asha, See the section on how to bind one or more controls with one or more charts, in https://developers.google.com/chart/interactive/docs/gallery/controls#6-establish-dependencies On Wed, Apr 22, 2020 at 12:41 PM Asha Saji wrote: > Hello, > > In order to make my requirement more clear ,

[visualization-api] Google Charts - Multiple chart types from same data Source with multiple filters.

2020-04-22 Thread Asha Saji
Hello, In order to make my requirement more clear , it is same like the demo in the link: https://developers.google.com/chart/interactive/docs/gallery/controls#programmatic_change - The very first visual where *a category picker and a range slider are used to drive the data visualized by a

Re: [visualization-api] Google Charts not working on IE

2020-02-19 Thread 'Daniel LaLiberte' via Google Visualization API
berte' via Google Visualization API < > google-visualization-api@googlegroups.com> > *Sent:* Thursday, February 13, 2020 2:24 PM > *To:* Google Visualization API > *Subject:* Re: [visualization-api] Google Charts not working on IE > > > > *This email originated from o

RE: [visualization-api] Google Charts not working on IE

2020-02-13 Thread Shulimovich, Ilya
is pointing to the following statement google.charts.load('current', {packages: ['corechart']}); Classification: Internal Use Only From: 'Daniel LaLiberte' via Google Visualization API Sent: Thursday, February 13, 2020 2:24 PM To: Google Visualization API Subject: Re: [visualization-api

Re: [visualization-api] Google Charts not working on IE

2020-02-13 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Ilya, I can't be sure but I would suspect there is some incompatibility with IE 11 and the newer Array functions that we are using now. I don't have access to IE 11 at the moment, so if you could post some details about the error that is resulting (which should be visible in your browser's

[visualization-api] Google Charts not working on IE

2020-02-13 Thread Ilya Shulim
I am experiencing an issue with displaying google charts on IE 11. Below code works on Mozilla and Chrome but not on IE. https://www.gstatic.com/charts/loader.js";> google.charts.load('current', {packages: ['corechart']}); google.charts.setOnLoadCallback(drawChart);

Re: [visualization-api] Google Charts api for QR Codes?

2020-02-02 Thread Johan Olofsson
is this true? Cause they removed the link, but then in another webpage I saw a new link and has used that since the removal of QR codes.. chart.apis.google.com is the new link I use. But I have problems with it, when I request too fast it doesn't import the qr picture.. On Tuesday, November

[visualization-api] Google Charts and SEO?

2020-01-03 Thread Maria Helena Preiman
Can and does Google pull data from Google Charts to potentially show in search results snippet? -- 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

[visualization-api] Google Charts v47

2019-12-20 Thread 'Daniel LaLiberte' via Google Visualization API
As of now, the 'upcoming' version of Google Charts is v47. This release includes a large number of internal cleanups, and a few new features: - Add loader setting to enable "safeMode". - When set to true, all charts and tooltips that generate HTML from user-supplied data will

[visualization-api] Google Charts Bug

2019-12-15 Thread Sylvia Harner
Google Charts are not working at all. It says "Something went wrong reload" but it never comes up. I tried to do a new sheet and insert a chart same problem. Can't open old ones or create new ones... HELP. -- You received this message because you are subscribed to the Google Groups "Google

[visualization-api] Google Charts Breaking Due to new samesite=none secure rule

2019-12-12 Thread econline
Accessing Google Charts from localhost fails. Works in production under https with no issues. It appears to be related to rejecting insecure samesite=none cookies. Is there a workaround for development sites that run under localhost? ERROR: A cookie associated with a resource at

Re: [visualization-api] Google Charts Error messages

2019-12-01 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Liam, Can you arrange to not draw the chart until the data is ready? Maybe just check whether your datatable is defined. Alternatively, if you have to wait for your data to be fetched, that should be the only path to attempting to draw the chart once you have the data. On Sun, Dec 1, 2019

[visualization-api] Google Charts Error messages

2019-12-01 Thread Liam Tannahill
I am using google charts to display some data from an API on a website I am building. I am relatively new to the technology and can't find a way to remove the error message that shows when the website is initially loaded. Data table is not definedI know why the error is displaying, but at

[visualization-api] Google Charts not working with my numbers when formatted in (usability) commas

2019-11-06 Thread Swar Det
I have loads of big data that I pull from a database into an array where I really need commas for usability. So, in SQL I Format the numbers and they're really nice (e.g. 21,876,987,000). However, when I use them in Google Charts, the charts break. So to make Google Charts happy I remove the

[visualization-api] Google charts has been deprecated

2019-09-24 Thread Dilip Bhandari
Hi All, I have been using google chart/image chart in my emails. As per the notification from the google charts its have been deprecated, effective from March 18, 2019. However, charts are still working and i can still use the old charts in my emails. There is another option suggested to use

[visualization-api] Google Charts only appears when mouse is hover.

2019-07-25 Thread Aina Murillo
Google Charts only appears when mouse is hover. We put the code for an interactive graphic: https://docs.google.com/spreadsheets/d/e/2PACX-1vTfueN4Y0pGMzm7gISFCB4uGws3EG6Mt_mee9BGczy99cKv38nxyCG3X8AH_Rj1hpZsqD8K9j4vEYg-/pubchart?oid=1134014905=interactive "> It seems that if you change the

[visualization-api] Google Charts

2019-06-28 Thread jose luiz verardino
Pessoal blz Estou tendo dificuldades para trazer informações no google charts com grande numero de informações por exemplo segue os codigos parte de conteudo //este esta apresentado informações no grafico var data = google.visualization.arrayToDataTable([ ['Info','2018','2019',],

[visualization-api] Google charts not showing on page

2019-06-11 Thread Chris Rowley
i h am trying to impliment google charts on my page to show a comparison between 2 years split by month, to try and understand and to simplify the initial graph i used an example graph straight from the google charts docs. this worked fine till i added my own data now i get no display, but if

[visualization-api] Google charts not displaying

2019-05-16 Thread Stallion
I am using google Column chart and displaying a Pie chart in the tooltips. The charts are displaying fine when I use- legend: { alignment: 'center' } But when I try to use- legend: { position: 'labeled' } in the tooltip chart options, the Column chart bars are not displaying at all. It is only

[visualization-api] Google Charts Cover and Disable Buttons When Scrolling

2019-04-13 Thread Daniel Price
Hi! I have several charts arranged in a column, each in a separate div. I have a sticky navbar across part of my page, and when scrolling down the charts, the chart area covers part of my navbar, and also renders uncovered navbar buttons 'unclickable'. What's going on? Thanks! -- You received

[visualization-api] Google Charts Drawn from dashboard throwing error "Cannot read property 'getTime' of null" for few range

2019-04-10 Thread Himanshu Tongya
We are creating google charts from the google visualization dashboard using control wrapper as ChartRangeFilter. For some range while we are sliding that slider we are getting error on charts as below : Cannot read property 'getTime' of null PFA screenshot. How to remove that error? -- You

Re: [visualization-api] Google Charts api for QR Codes?

2019-03-26 Thread Phani Shashank Lingam
Does this mean the old API for QR Codes cannot be used anymore? Also any idea when this API will be completely turned off? On Tuesday, 29 November 2016 18:25:21 UTC+1, orw...@google.com wrote: > > The new Google Charts don't have QR support, sorry! > > Jon > > On Tue, Nov 29, 2016 at 10:05 AM,

Re: [visualization-api] Google Charts and Chrome versions/maintenance levels

2019-02-04 Thread 'Daniel LaLiberte' via Google Visualization API
We have tests running all the time for various browsers, including Chrome. We typically only test with the most recent versions of the major browsers, though we can be more specific about versions of more browsers if needed. On Mon, Feb 4, 2019 at 10:36 AM Michael Rooney wrote: > Hi Google

[visualization-api] Google Charts and Chrome versions/maintenance levels

2019-02-04 Thread Michael Rooney
Hi Google support, Does Google internally test versions of Chome and Charts for comatabiliy? The reason I ask ... I don't want my Charts to stop working if our company rolls out Chome maintenance or fixes that I don't foresee coming. I run with "current" version. Thank in advance! Michael

[visualization-api] Google charts reload with different language

2019-01-03 Thread Teo Kosmo
Hi everybody, I am in the process of integrating the new library load (gstatic) and i was wondering if there is a way to reload google visualization api with different language without refreshing the whole page. I was able to accomplish this with the old library loader (jsapi) by using

Re: [visualization-api] Google Charts - empty bar chart message

2018-11-01 Thread Rockabilly Dames
You could dynamically generate the message when you build/output the data to the page... in php it woul dbe something like: if(sizeof($data)==0) { build chart with title "No data available yet" } else { } On Wed, Oct 31, 2018 at 8:07 PM 'Roslyn O'Shea' via Google Visualization API wrote:

[visualization-api] Google Charts - empty bar chart message

2018-10-31 Thread 'Roslyn O'Shea' via Google Visualization API
New to google charts and my chart works as expected using JSONdata and a datatable. Is it possible if no data exists in the record set to display a message in the bar chart. Using google example is it possible to add a 'No Data' message when there is no data at 12pm?

[visualization-api] Google Charts Multi-series tooltip from csv file

2018-10-22 Thread Michael Henninger
Hello, I have seen numerous answers online about how to add a tooltip containing each series in a multi-series line chart however they are adding the data manually and setting their role after the column is added. I am getting my data from a csv file. I am new to javascript so I may just be

[visualization-api] google charts sankey not working?

2018-10-11 Thread Stan Tomlinson
If I go to this page, on a variety browsers and machines, no Sankey charts are displayed. https://developers.google.com/chart/interactive/docs/gallery/sankey I suspect they should be working... Anybody have any suggestions? -- You received this message because you are subscribed to the

[visualization-api] Google Charts 'upcoming' release of v46 again

2018-09-17 Thread 'Daniel LaLiberte' via Google Visualization API
I've updated the 'upcoming' v46 release again. You can now load Google Charts version '46' by loading 'upcoming'. Please test this version and let us know if you experience any new problems. At this time, 'current' is still '45.2'. You can continue to load version '45.2' by specifying that

Re: [visualization-api] Google Charts Blocked From China

2018-08-28 Thread Upol Hasan
Hi Ben, Did you get around this issue? If you have setup a proxy please share with me the details how you accomplished this. Thank you, Upol. On Friday, 27 June 2014 18:04:43 UTC-4, ben wrote: > > Thanks Jon! > > Am Freitag, 27. Juni 2014 schrieb 'Jon Orwant' via Google Visualization > API :

Re: [visualization-api] Google Charts - Vertical Table Headers

2018-08-27 Thread Ponni Mano
Hi, You Mention Particular Column name in chart Query data Option *Thanks & Regards* *K. Ponni* On Mon, Aug 27, 2018 at 12:20 PM Ponni Mano wrote: > Hi, > > It is Possible > *Thanks & Regards* > > *K. Ponni* > > > > > On Wed, Aug 22, 2018 at 8:00 AM Bevan Robinson > wrote: > >>

Re: [visualization-api] Google Charts - Vertical Table Headers

2018-08-27 Thread Ponni Mano
Hi, It is Possible *Thanks & Regards* *K. Ponni* On Wed, Aug 22, 2018 at 8:00 AM Bevan Robinson wrote: > Like this, a HTML table can be vertical or hosizontal > > https://www.w3schools.com/html/tryit.asp?filename=tryhtml_table_headers > > > > On Wednesday, August 22, 2018 at 2:23:11 PM

Re: [visualization-api] Google Charts - Vertical Table Headers

2018-08-21 Thread Bevan Robinson
Like this, a HTML table can be vertical or hosizontal https://www.w3schools.com/html/tryit.asp?filename=tryhtml_table_headers On Wednesday, August 22, 2018 at 2:23:11 PM UTC+12, Ponni Mano wrote: > > Hi, > Can u explain any picture format? > > On Wed 22 Aug, 2018 7:37 am Bevan Robinson, >

Re: [visualization-api] Google Charts - Vertical Table Headers

2018-08-21 Thread Ponni Mano
Hi, Can u explain any picture format? On Wed 22 Aug, 2018 7:37 am Bevan Robinson, wrote: > I was going to use a Google Table chart for a comparison between products. > But make the first and fourth columns headers. > > Header - Value Value - Header > Header - Value Value - Header > Header -

[visualization-api] Google Charts - Vertical Table Headers

2018-08-21 Thread Bevan Robinson
I was going to use a Google Table chart for a comparison between products. But make the first and fourth columns headers. Header - Value Value - Header Header - Value Value - Header Header - Value Value - Header Is this possible? Seems I can only have Header Header Header Value Value Value

[visualization-api] Google charts logs data temporarily for 2 weeks

2018-08-14 Thread Gaurang Shinde
I am making a product and I have used Google Charts. Since it's mentioned on this link https://developers.google.com/chart/interactive/faq, that Google logs chart data temporarily for weeks, I want to know where data is stored. Thanks. -- You received this message because you are subscribed

Re: [visualization-api] Google Charts | Line charts | Keyboard accessibility of legend element

2018-07-31 Thread 'Daniel LaLiberte' via Google Visualization API
The charts are not yet designed to be accessible in the way you described, via keyboard interaction with the chart. We don't have current plans to make it so. There is, however, a hidden table representing the data displayed in the chart. This doesn't help, of course, for giving the user a sense

[visualization-api] Google Charts | Line charts | Keyboard accessibility of legend element

2018-07-31 Thread 'Jakub Skiba' via Google Visualization API
I have a line chart with a legend. On a mouse hover event the series become bold, and when clicked the series line is doubled. I need to make chart keyboard accessible. I wonder it's possible to trigger the same behavior using keyboard. If so, how to configure it? -- You received this message

[visualization-api] Google Charts Winforms

2018-07-09 Thread Simon Webber
Hi, Is there an API I can use to produce Google Charts directory from my C# and VB.Net WINFORMS applications, the applications are not Web based. Thanks in advance. Regards Simon -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group.

[visualization-api] Google charts-mysql limit

2018-06-26 Thread Οδυσσέας Συμεωνίδης
Hi guys i have been uploading data to my mysql database for 2 months and recently noticed that the google charts that i have been making through the database have stopped updating.I searched the code for errors but nothing and i tried to delete old entries in the database (approximately a day

Re: [visualization-api] Google Charts | R

2018-06-20 Thread John Kendall
Thanks all for the replies. googleVis library should work for my use case. It looks like it provides an interface between my R scripts and Google Charts. Cheers, John On Wed, Jun 20, 2018 at 7:04 AM, 'Daniel LaLiberte' via Google Visualization API wrote: > Jon is technically correct, but

Re: [visualization-api] Google Charts | R

2018-06-20 Thread 'Daniel LaLiberte' via Google Visualization API
Jon is technically correct, but perhaps the better question might have been is there a way to use Google Charts with R? And the answer is yes, via the "googleVis" library. See: https://cran.r-project.org/web/packages/googleVis/vignettes/googleVis_examples.html On Tue, Jun 19, 2018 at 11:03 PM

Re: [visualization-api] Google Charts | R

2018-06-19 Thread 'Jon Orwant' via Google Visualization API
R is a statistical package; Google Charts is a JavaScript library. This is like asking whether donkeys are compatible with salt. To which the answer is "yes, but that's a weird question." Jon On Tue, Jun 19, 2018 at 8:55 PM, John Kendall wrote: > Is Google Charts compatible with R? > > -- >

[visualization-api] Google Charts | R

2018-06-19 Thread John Kendall
Is Google Charts compatible with R? -- 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] google charts - changing data granularity

2018-06-10 Thread 'Daniel LaLiberte' via Google Visualization API
The only way we have currently to smoothen the data is to aggregate it, using the data.group function. See documentation at https://developers.google.com/chart/interactive/docs/reference#google_visualization_data_group You would specify a key with a custom modifier function that changes values

[visualization-api] google charts - changing data granularity

2018-06-10 Thread nadavs
I've been working on a project with google charts for a while now. I have lots and lots of data points and i want to smooth it out. I'm generally looking for this: https://developers.google.com/chart/image/docs/gallery/line_charts#data-granularity but with the current version of google

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

2018-05-01 Thread James Howison
Sorry for old thread revival, but I was playing around with this and wondered if there was any documentation about how bar: { variableWidth: true } works? I couldn't quite get the hang of it from jsfiddling with the example and it doesn't seem to be mentioned on the documentation that I

[visualization-api] Google Charts API with SQL data in Python

2018-04-18 Thread Michael Syring
I have looked over the other questions addressing this, but they don't answer my questions specifically. I am trying to use data returned from SQL in Flask, and passing it to the Google Charts API. It's a basic weight/calorie tracker, and I need to return date and weight for the chart. My

Re: [visualization-api] Google charts doesn't display charts

2018-04-09 Thread Gaith Daragmeh
Correction if(number && Number.isInteger(number)) On Mon, Apr 9, 2018, 7:07 AM Gaith Daragmeh wrote: > You can algo verify (value && parseIt(value)) > In case the server send it as string > On Mon, Apr 9, 2018, 3:24 AM Jeroen Gees < > monitoring.lasercont...@gmail.com>

Re: [visualization-api] Google charts doesn't display charts

2018-04-09 Thread Gaith Daragmeh
You can algo verify (value && parseIt(value)) In case the server send it as string On Mon, Apr 9, 2018, 3:24 AM Jeroen Gees wrote: > Hi Gaith, > > 0 is also a value because we take the delta from each point. > I found the solution. instead of empty I put NaN.

Re: [visualization-api] Google charts doesn't display charts

2018-04-09 Thread Jeroen Gees
Hi Gaith, 0 is also a value because we take the delta from each point. I found the solution. instead of empty I put NaN. Thanks J Op zaterdag 7 april 2018 14:44:12 UTC+2 schreef Gaith Daragmeh: > > Just dovalue ? value : 0: > > On Sat, Apr 7, 2018, 4:32 AM jeroen gees

Re: [visualization-api] Google charts doesn't display charts

2018-04-07 Thread Gaith Daragmeh
Just dovalue ? value : 0: On Sat, Apr 7, 2018, 4:32 AM jeroen gees wrote: > Hi, > > I made a website where you can check measured points. > Sometimes we are not able to do this measurement and then the value is > empty. > If this empty value is on the end of a session,

[visualization-api] Google charts doesn't display charts

2018-04-07 Thread jeroen gees
Hi, I made a website where you can check measured points. Sometimes we are not able to do this measurement and then the value is empty. If this empty value is on the end of a session, google charts doesn't display (no error) ex. ['Session' ,'Test1','Test2'], ['1' ,0.001,0.002],['2' ,0.004,]

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

2018-03-29 Thread Tim Mousel
Hello, I have daily resting heart rate data stored in a mysql database. I'd like to display the daily resting heart rate on a chart. On the X-axis I want to display the 12 months while the data points on the chart show the daily resting heart rate. Is that possible with Google Charts? If so,

Re: [visualization-api] Google Charts

2018-02-12 Thread 'Jon Orwant' via Google Visualization API
https://developers.google.com/chart/interactive/docs/overlays Jon On Mon, Feb 12, 2018 at 2:43 PM, Víctor Eduardo Ramos Ambriz < soccer17r...@gmail.com> wrote: > Hi! I have a question, recently I've been worked with Google Charts API > and I want to know how can I customize a combo chart to add

[visualization-api] Google Charts

2018-02-12 Thread Víctor Eduardo Ramos Ambriz
Hi! I have a question, recently I've been worked with Google Charts API and I want to know how can I customize a combo chart to add an image on top of a bar, actually a serie of bars, I´ve found some examples but every one do it with the same image and a loop but this chart require an image for

[visualization-api] Google Charts after postback

2018-01-16 Thread Initiale
Hi, i'm using google chart in my asp.net project. Using it in more than one webusercontrol (ascx) when i add user controls in a page after postback chart lost it's arrangements. How can maintain it's apperance between postbacks.Apperance attached. Title lost, left axis numbers slided and

Re: [visualization-api] Google charts

2018-01-11 Thread 'Jon Orwant' via Google Visualization API
There are no explicit limits. At some point a particular IP address might be throttled if we detect too much traffic coming from it. But if you're operating a web site, you're not likely to have to worry about that if each of your visitors has a different IP address. Jon On Thu, Jan 11, 2018 at

[visualization-api] Google charts

2018-01-11 Thread Kasaraneni Sameera
Hi I want to use Google charts in my Web app builder code. Can you let me know if there are any limitations for the usage of Google charts like no of hits per day etc -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe

[visualization-api] Google Charts shrinking due to caching

2018-01-08 Thread fawad ali syed
Hi, I am new Google Charts. I am using google timeline chart in a single page application. When I try to render the chart in a tab in the application, it renders fine for the first time but when I try to re-render the chart it shrinks. When I clear my browser cache the issue disappears. Has

Re: [visualization-api] Google Charts - Terms of use

2017-12-27 Thread Ivan Antić
Thanks for quick heads-up Daniel !! On Wednesday, 27 December 2017 18:04:51 UTC+1, Daniel LaLiberte wrote: > > Hi Ivan, > > You are allowed to use Google Charts for your commercial purposes, > including charging for access to your charts. > > But be aware that the GeoChart, in particular, may be

Re: [visualization-api] Google Charts - Terms of use

2017-12-27 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Ivan, You are allowed to use Google Charts for your commercial purposes, including charging for access to your charts. But be aware that the GeoChart, in particular, may be throttled for your users if you require geocoding. If so, you would benefit from getting your own MapsApiKey, since the

[visualization-api] Google Charts - Terms of use

2017-12-27 Thread Ivan Antić
Hi all, The question is related to: https://developers.google.com/chart/ https://developers.google.com/chart/terms https://developers.google.com/terms/ *Pre-question:* My company is about to use Google Charts ( Bars, Lines, Pies and GeoCharts only ) for internal use. We have plans to create

[visualization-api] Google charts map

2017-12-14 Thread michel sentenac
How to display a map whith showLine=true but with no marker at each point? -- 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

[visualization-api] Google Charts with new way of loading(https://www.gstatic.com/charts/loader.js) not working in Safari browser. Any ideas how I can make them work.

2017-11-24 Thread Ashish Lamba
Google Charts with new way of loading(https://www.gstatic.com/charts/loader.js) not working in Safari browser. Any ideas how I can make them work. Please help I m stuck with this. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group.

Re: [visualization-api] Google Charts Gallery page is throwing errors currently

2017-11-03 Thread 'Daniel LaLiberte' via Google Visualization API
The gallery seems to be working fine now. Not sure what happened or how it got fixed, but thanks for the notice. On Thu, Nov 2, 2017 at 9:40 AM, 'Andy Freeman' via Google Visualization API wrote: > FYI: Just teaching a session about Google Charts API

[visualization-api] Google Charts Gallery page is throwing errors currently

2017-11-02 Thread 'Andy Freeman' via Google Visualization API
FYI: Just teaching a session about Google Charts API and the gallery page is throwing errors saying the gallery.js file is 404. Direct calls to the library are fine though so no biggy, but thought someone would want to know. https://developers.google.com/chart/interactive/docs/gallery Andy --

  1   2   3   4   5   >