Re: [visualization-api] Queries giving error only on Mobile Devices

2022-12-07 Thread 'Ray Thomas' via Google Visualization API
It works properly on my Android as well. I have seen error messages like this on phones before, but that was years ago. Some devices never could display anything made with the API. If everything is the same, I don't see why it should work one day and not the next. Google Scripts does this

Re: [visualization-api] Queries giving error only on Mobile Devices

2022-12-07 Thread 'Ray Thomas' via Google Visualization API
It works properly on a Samsung S9,+, but I have seen error messages like this on phones before, but that was years ago. Some devices never could display anything made with the API. Here's what I wrote about this in these forums in 2019: "I never managed to view the charts on my old Samsung

Re: [visualization-api] Queries giving error only on Mobile Devices

2022-12-07 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Avadhoot, I tried your link on my android phone, and the Table chart seems to work fine. I don't see anything in the error screenshot that you attached that suggests this is related to the Table chart. In particular, there is nothing about an ".exe" file used by Google Charts. Also,

[visualization-api] Re: Charts and data base

2022-12-06 Thread Crazy Camera
In jquery state also state data with add.Row wtorek, 6 grudnia 2022 o 13:25:25 UTC+1 Crazy Camera napisał(a): > Hi > I use jquery that parse data from XML file > The dataTable is create but inside there are paralel arrays that i see on > console.log > I state some data with add.Row and theese

[visualization-api] Charts and data base

2022-12-06 Thread Crazy Camera
Hi I use jquery that parse data from XML file The dataTable is create but inside there are paralel arrays that i see on console.log I state some data with add.Row and theese are reed but from jquery the data is in some paralel array that is not read https://ziemiecice.pl/testowy.html what im

[visualization-api] Formatando gráfico de colunas do Google Chart

2022-11-28 Thread Eduardo Almeida
Estou precisando realizar dois ajustes em um gráfico criado com a ferramenta Google Charts. O primeiro deles se diz respeito à formatação do vAxis para a moeda no formato brasileiro. Consegui configurar o prefixo R$, contudo não entendi como faz a formatação dos símbolos (ponto final e

[visualization-api] chartRangeFilter, how to use the statechange inProgress property

2022-11-26 Thread tcimagliawave
I am trying to use the inProgress property of the statechange event for the chartRangeFilter but I can't seem to get it to work the way I believe it should work. The ready event works as expected but whenever I try to use the inProgress property of the statechange event I get an undefined

[visualization-api] Import a KML file as a background to a geochart

2022-11-23 Thread Lewis C
Is it possible to use a KML file that I've created and exported from Google My Maps as the background to Geo chart. So, i can overlay points which are dynamically sized based on a value? -- You received this message because you are subscribed to the Google Groups "Google Visualization API"

[visualization-api] Re: Data column(s) for axis #0 cannot be of type string

2022-11-21 Thread SJW
Looks like risk is being output as a string instead of an integer but this is not enough information to say categorically. On Thursday, 3 November 2022 at 15:18:54 UTC+11 megga...@gmail.com wrote: > Hello, > > I have developed a dashboard on my local computer using Xampp, PHP and > MySql.

[visualization-api] Re: Fixed font colour for Bar Label in Timeline charts

2022-11-21 Thread SJW
'colors' is the config option you need: an array of colours for each range options={{ allowHtml: true, colors: ['green','purple'], tooltip: { isHtml: true }, timeline: { colorByRowLabel: false, bar: { groupWidth: '10px' }, barLabelStyle: *{ fontSize: 12, color: '#fff' }*,

[visualization-api] Customization of Timeline grpah

2022-11-21 Thread Sukrutha Kini
Is it possible to plot the below chart using Timeline chart option in Google chart ? If yes, how ? Some tips please. [image: Screenshot 2022-11-21 153615.png] -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from

[visualization-api] Fixed font colour for Bar Label in Timeline charts

2022-11-17 Thread Sourav Dwivedi
I am trying to give default font color to bar labels for Timeline chart. But according to documentation it has only fontName & fontSize: *barLabelStyle: { fontName: 'Garamond', fontSize: 14 } * Docs

[visualization-api] Problem with values in "Y" axis.

2022-11-09 Thread José Vicente Zahonero
Hello, good afternoon, I have made a graph of areas from a csv file and I have a problem with the values of the "Y" axis, it does not represent the real values, it gives me some random ones, although when I click on them in the graph they are the correct ones. How can this be? My configuration

[visualization-api] Re: Catagory filters resetting on data refresh ... also storage creep. Please help :)

2022-11-08 Thread Michael Rooney
For some reason jsfiddle.net is not saving. DEVL transport Dashboard https://www.gstatic.com/charts/loader.js";> https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js";> // Load the Visualization API and the controls

[visualization-api] Catagory filters resetting on data refresh ... also storage creep. Please help :)

2022-11-08 Thread Michael Rooney
Hi esteemed colleagues: I could really use your help and guidance on this one. Hi esteemed colleagues: I could really use your help and guidance on this one. I'm trying to build the Dashboard so that any items selected under category filters : (manager/base/transport/status) remain intact

[visualization-api] Data column(s) for axis #0 cannot be of type string

2022-11-02 Thread TheMeggatrron
Hello, I have developed a dashboard on my local computer using Xampp, PHP and MySql. Everything works great. But, when I upload it to my server I get the following error: "Data column(s) for axis #0 cannot be of type string" Here is the php code in the php file to call data from the MySql

Re: [visualization-api] List of locales

2022-10-31 Thread Daniel Finnan
Hi Daniel, thanks, that's exactly what I was looking for. Best, D On Monday, 31 October 2022 at 17:08:56 UTC+1 dlali...@google.com wrote: > Hi Daniel, > > We should publish the following list of supported locals. It's a rather > large subset of all the locals that Google supports. > > const

Re: [visualization-api] List of locales

2022-10-31 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Daniel, We should publish the following list of supported locals. It's a rather large subset of all the locals that Google supports. const Languages = { 'af': true, 'am': true, 'az': true, 'ar': true, 'arb': 'ar', 'bg': true, 'bn': true, 'ca': true, 'cs': true, 'cmn': 'zh', 'da': true, 'de':

[visualization-api] List of locales

2022-10-31 Thread Daniel Finnan
Hi, I've been scouring the Google Charts documentation, but can't find what I'm looking for. Does anybody know where to find the list of supported locales for Google Charts? Doesn't appear to be much detail apart from here

[visualization-api] GeoCharts does not show Melilla in the atlas

2022-10-28 Thread José Reyes
Hello developers, I'm using google *geochart *but it *never shows* in the atlas the autonomous city of "*Melilla*" (*ES-ML*) in Spain (ES). Why is this happening? Is there any solution? I have checked in the forum that there are more developers with this problem but still no solution. *This

[visualization-api] Floating (x,y) Scattered on top line

2022-10-26 Thread Aviv Waiss
Hi. I'm trying to find a way to do the following. I need to draw a combo chart where: A line is generated by a series of (x,y) elements once. A scattered point is drawn on top of the line with (x,y) configuration (only one point) any idea or example of how to do that? -- You received this

[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] How to hide tooltip for Sankey Chart

2022-10-12 Thread Shreyas Kene
Hello, I am using Google Sankey Chart where I don't want to show tooltip. But I didn't find any property to hide the tooltip. So please suggest me if anybody having an idea about it. Thank You -- You received this message because you are subscribed to the Google Groups "Google

[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

Re: [visualization-api] Histogram bars between hAxis ticks

2022-10-09 Thread 'Daniel LaLiberte' via Google Visualization API
This might not be what you want, but try adding the undocumented 'type' option to your hAxis option with its value being 'category' or 'categorypoint'. It seems to override the 'ticks' option as well as affect the placement of the tick value on the edge of the bars rather than centered under the

[visualization-api] Histogram bars between hAxis ticks

2022-10-09 Thread pr0skilled
How can I align histogram bars between hAxis ticks (not above ticks). Here is example https://jsfiddle.net/pr0skilled/mosn3ge7/ I want first bar to be between 62.5 and 67.5 marks and so on. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google

Re: [visualization-api] Radar/spider chart

2022-10-05 Thread Leonardo Rocchini
Thanks i was looking for something like thi. Il giorno martedì 4 ottobre 2022 alle 17:23:14 UTC+2 dlali...@google.com ha scritto: > There is no off-the-shelf radar chart in Google Charts, but if you use the > VegaChart, there is an example of how a radar chart can be generated. See >

Re: [visualization-api] DataTable "Cannot read properties of undefined" error loading json array in JS

2022-10-04 Thread maxdatabook
Thanks Daniel! You made my day! Now I can go take a walk! I tried to fix what I had to what you had but it didn't work. But when I replace my code with yours, from scratch, works perfectly. There's something I'm screwing up in a general JS way. Maybe you can see it in this code (which is

Re: [visualization-api] DataTable "Cannot read properties of undefined" error loading json array in JS

2022-10-04 Thread 'Daniel LaLiberte' via Google Visualization API
Your jsonDataTest seems to work fine as is in this jsfiddle: https://jsfiddle.net/dlaliberte/avdgy4ws/6/ Could you create a jsfiddle that demonstrates the problem you are seeing? On Tue, Oct 4, 2022 at 1:26 PM maxdatabook wrote: > I took this json DataTable example from Google documentation and

[visualization-api] DataTable "Cannot read properties of undefined" error loading json array in JS

2022-10-04 Thread maxdatabook
I took this json DataTable example from Google documentation and save to json DataTest var jsonDataTest = { cols: [{id: 'A', label: 'NEW A', type: 'string'}, {id: 'B', label: 'B-label', type: 'number'}, {id: 'C', label: 'C-label', type: 'date'} ], rows: [{c:[{v: 'a'},

Re: [visualization-api] Radar/spider chart

2022-10-04 Thread 'Daniel LaLiberte' via Google Visualization API
There is no off-the-shelf radar chart in Google Charts, but if you use the VegaChart, there is an example of how a radar chart can be generated. See https://developers.google.com/chart/interactive/docs/gallery/vegachart_examples#radar-chart-example Hope that helps. On Tue, Oct 4, 2022 at 5:45

[visualization-api] Radar/spider chart

2022-10-04 Thread Leonardo Rocchini
i am trying to draw a radar/spider chart with the google chart library but i saw that there isn't way to do it. -- 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

[visualization-api] X-axis does not show all the labels

2022-09-28 Thread Ketul s
I want to chart the date vs the number graph. I have the array of data and it has 93 entries. I have the data from 2015 to 2022 for every month. Means there will be 12 entries for each year. I have plotted the line graph, and the graph is showing perfectly except the x-axis label only shows the

[visualization-api] How to change title position of hAxist and vAxist

2022-09-16 Thread Trương Minh Luân
I need to change title position of hAxist and vAxist as below , please give me some solutions [image: Screenshot 2022-09-16 162551.png] -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop

[visualization-api] How to remove zero in y-axist

2022-09-16 Thread Trương Minh Luân
[image: Screenshot 2022-09-16 161529.png] How to remove number zero in y-axist , I want to remove it because It's x-axist has same value zero and I just need show one value -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To

[visualization-api] Get id of the row in google timeline chart

2022-09-15 Thread Mayank Gupta
I have created Timeline chart in vuejs using *vue-google-charts* *Issue - *I want to make click event and get the id in the data(column 4th element shown in the data below) in the chartData so that I can trigger modal for that and get more information from database after click. *Code*

[visualization-api] How to remove gaps between bars in histogram charts in Angular google chart

2022-09-12 Thread Saroj Rout
How to remove gaps between bars in histogram charts in Angular google 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] Re: Trendline for data series and dates on X-axis

2022-09-07 Thread piw...@gmail.com
simple, my dear Watson: 1. start with declaring column type google.visualization.arrayToDataTable ([[{label: "Data", type: "date"}, 2. populate dates like: [new Date('2021-01-04'), 0, 0, 0], ...but. it took me quite some time to figure it out! On Tuesday,

[visualization-api] Re: Google Chart is Commercial or free to use

2022-09-06 Thread Wouter
It is free to use :) Op vrijdag 5 augustus 2022 om 11:16:30 UTC+2 schreef venkate...@gmail.com: > Hi all, > Google Chart is Commercial or free to use > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this

[visualization-api] Tooltip trigger selection in Sandy diagrams

2022-09-03 Thread Rodrigo Alcaraz de la Osa
Does trigger: 'selection' work on tooltips in the Sandy diagrams? They seem to appear on hover even setting trigger: 'selection'. 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

[visualization-api] Re: Can't seem to get addRows() or addRow() wor work, no matter what i tried

2022-08-31 Thread 'Joseph Nguyen US' via Google Visualization API
Hello, Here is a small example of my JSONData from this.responseText as a result of calling XMLHttpRequest(), POST to PHP for MySQL query: [{"Index":"2","Test-ProcessName":"DATA_TEST","Start-Time":"2022-05-18 02:19:53","End-Time":"2022-05-18

[visualization-api] Can't seem to get addRows() or addRow() wor work, no matter what i tried

2022-08-31 Thread 'Joseph Nguyen US' via Google Visualization API
Background: I develop an HTML/Javascript with AJAX for user to select UI and from there call via AJAX, POST to PHP script to perform an MySQL query. I get the response in the form of JSON (this.responseText) a string representation of the object or can further perform a

[visualization-api] Can you help

2022-08-31 Thread 'Peter Johnson' via Google Visualization API
I am trying to setup my google charts that have the columns in a different colo(u)r according to the value of a different field. I am using FileMaker Pro to create the html code and can get it working but with only blue bars (default) I am hoping to use three different colours according to a

[visualization-api] Multiple series on same chart

2022-08-20 Thread Peter La Anguila
Hi! My team and I have being trying to make this chart edditing the example Google Charts provides as "line chart".

[visualization-api] Show tooltip in Column chart if value is zero

2022-08-15 Thread Lalit Kakkar
[image: chart.PNG] Is there any way to show arrow tooltip when value is zero in column chart, right now we don;t have any height of bar for zero value, we are not able to show tooltip for zero value [image: chart2.png] -- You received this message because you are subscribed to the Google

[visualization-api] Re: Issue with Area Series Data -- Chart is not rendering correctly

2022-08-15 Thread Greg Murdoch
The problem is that coioured bars have to reference 0 in the area calculation, even if your axis values start at 1. In the chart I have data from 1 -> 5 in the following bins: 1-2 2-3 3-4 4-5 My colour bars being set 0-1 1-2 2-3 3-4 The solution was to make sure the first band reference 0

[visualization-api] Issue with areachart not showing date and time from sql on haxis

2022-08-14 Thread daniel ricci
i am pulling the time for the haxis of an areachart from mysql. The time is inserted using the timestamp into mysql table. When i run the query with in the chart it will not show anything on the haxis. if i manually put a date like dat(2022, 8, 14, 6, 20,00) it shows up fine. but it will show

[visualization-api] Query Problem

2022-08-11 Thread Shiv Computer
I have data all in string format and i want to compare three columns like A=C and A=D AND OR A=E . I attached my query here below. =QUERY(A3:F1000,"SELECT A WHERE A=C OR A=D OR A=E","-1") (* this query don't display any error it's work some time but not comparing full columns data and don't

[visualization-api] Google Chart is Commercial or free to use

2022-08-05 Thread venkatesh cp
Hi all, Google Chart is Commercial or free to use -- 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] Issue with Area Series Data -- Chart is not rendering correctly

2022-08-04 Thread Greg Murdoch
Good Day [image: 182905059-b72e4ed8-aca7-415a-baf6-c7ffcb3ba1a3.png] The colour bands on this chart are incorrect, except I don't know why! This is the only data set to have this issue, every other data set I run renders correctly. The following is a sample of the map data: Chart Data: 0:

[visualization-api] CORS errors with gauge

2022-08-03 Thread Mauro Diamantino
Hi, I'm using Google Gauge but sometimes I get CORS errors like the following one: *Access to XMLHttpRequest at 'https://www.gstatic.com/charts/51/css/core/tooltip.css' from origin 'https://sherlock.com.ar' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on

[visualization-api] All graphs error when adding columns to data table

2022-08-02 Thread Tina Song
Hi guys, I keep coming across this issue at work and it drives me insane. I have a data table in charts with over 30 columns and graphs made from those columns. Whenever I add a column in between the existing columns of data, all of the settings on the graphs get messed up. So I'm missing data

Re: [visualization-api] Loading google Charts as module

2022-07-31 Thread 'Daniel LaLiberte' via Google Visualization API
The only way to use Google Charts now outside of Google is via the dynamically loaded library. We're working on open-sourcing a subset of the library, which you would be able to compile as a module into your code. No idea when that will become available. Unfortunately, even that subset will not

[visualization-api] Loading google Charts as module

2022-07-30 Thread Frank Häfele
Hi Guys, is there a way to load google.charts as a Module? To be able to build a production js file with all Code inside? -- 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

[visualization-api] Multiple ControlWrappers - make one filter dependent on another filter option selected

2022-07-28 Thread Ramakrishnan Srinivasan
Hi, I have Product, Customer, Origin_Type Filters. In Origin_Type filter I have dropdown values like External and Internal and controlwrapper option 'allowNone' : true In Products, it is Product A, Product B, Product C. I want to know is it possible to set Origin_Type filter option to

[visualization-api] Request for code sample to do "sum of two preceding columns" in Dataview using setColumns

2022-07-28 Thread Ramakrishnan Srinivasan
Hi, Can anyone help me with how to get sum of two preceding columns and create a calculated new column. I could not find any reference Thank you with warm regards ramki -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To

[visualization-api] Google Table Chart

2022-07-27 Thread Ramakrishnan Srinivasan
Hi, I am getting Jira data from Postgres dB and trying to create a Table output. 1. I have concatenated Jira keys to hyperlink Jira URL 2. One of my column is concatenated with .some text to bold the title. When I use like this to get the rows to charts data format, it is throwing errors in

[visualization-api] Multiple charts in one dashboard with different filtered DataView for each chart

2022-07-24 Thread Ramakrishnan Srinivasan
Hi, I have given my sample data. My steps - Create one dashboard with two charts and two Category Filters - For each chart use a different filtered DataView - this data comes from SQL query where first column gives what kind of chart it is - Use a dummy table and event listeners to

[visualization-api] looking to add a baseline value to a chart

2022-07-20 Thread Jess Gravatt
I am creating a resource plan and want to show whether our resources are over or under allocated 120 hrs/ month. How do i represent the 120 in the chart, making it the "top end" of the graph? -- You received this message because you are subscribed to the Google Groups "Google Visualization

[visualization-api] How to access data and labels from google chart.

2022-07-19 Thread Alihan Djamankulov
Hello all! I want to access data and labels from google charts to use them on my own HTML legend. Here is my code: (Do not worry about PHP, its just data values. The part I commented on is the code for my legend. It doesn't show it because I don't know how to access the values for data and

[visualization-api] How to drill down in treemap google chart

2022-07-19 Thread Parisa Javid
Hi All, I wanted help in building drill down feature in tree-map with 3 levels and when click a last node first show groups with header and second click show a last node help me by providing a sample code. Thank you in advance -- You received this message because you are subscribed to the

[visualization-api] Scatter Chart

2022-07-17 Thread kiwis
I'm wanting to use this chart, but when you hover over the dot your get the persons name. Is this possible? https://developers.google.com/chart/interactive/docs/gallery/scatterchart -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group.

[visualization-api] BarChart does not show, no matter how much I try

2022-07-17 Thread Clyft
// Load the Visualization API and the piechart package. google.charts.load('current', {'packages':['corechart']}); // Set a callback to run when the Google Visualization API is loaded. google.charts.setOnLoadCallback(drawChart); // Callback that

Re: [visualization-api] API separator

2022-07-16 Thread 'Jon Orwant' via Google Visualization API
Not directly, no. If you're generating QR codes, you must not be using the modern Google Charts API, but rather the Google Image Charts API, whose deprecation was announced a decade ago and is liable to be turned off at any time. I recommend finding another service to generate QR codes. Jon On

[visualization-api] autorefresh google chart php mysqli

2022-07-16 Thread Jose antonio sanchez robles
Good morning, I am using the google chart api and I need a setinterval to refresh the content, but although it refreshes the chart it is always the same...it seems that it is not redrawed -- You received this message because you are subscribed to the Google Groups "Google Visualization API"

[visualization-api] API separator

2022-07-16 Thread Victor Chan
I am trying to generate a QR code with Google API using VBA. Is there a way to insert a separator for "sms:" and "text:" to be inserted into the correct fields when the QR code is scanned with a mobile device? -- You received this message because you are subscribed to the Google Groups

[visualization-api] Using ChartRangeFilter on Timeline Charts

2022-07-08 Thread DCB
Hello, I want to use the ChartRangeFilter on my timeline chart, but I get an error saying that "All series on a given axis must be of the same data type." I want to create something similar to this example: https://jsfiddle.net/nH2XL I think it may have something to do with the data format I

[visualization-api] Re: Google chart show data values at all times instead of hovering over to see them in tooltips

2022-07-07 Thread Alihan Djamankulov
[image: Screenshot 2022-07-07 160505.png] How the solution looks for now On Thursday, July 7, 2022 at 4:04:00 PM UTC-4 Alihan Djamankulov wrote: > I tried solving this using annotations from Google Chart, but that seems > too much hassle. I would need to add a separate annotation value for each

[visualization-api] Re: Google chart show data values at all times instead of hovering over to see them in tooltips

2022-07-07 Thread Alihan Djamankulov
I tried solving this using annotations from Google Chart, but that seems too much hassle. I would need to add a separate annotation value for each value in the chart. Do you know any other solution that might be easier? Here is my code: https://www.gstatic.com/charts/loader.js";>

[visualization-api] Google chart show data values at all times instead of hovering over to see them in tooltips

2022-07-07 Thread Alihan Djamankulov
I have charts that have a lot of data values. I can see approximately their values through the charts axis but I need the exact values you see while hovering on tooltips. I wanna see them without hovering over them. I checked the google docs for google charts annotations but it's confusing. I

[visualization-api] hi i need help with geochart

2022-07-06 Thread Lovely Garcia
Im from the Philippines and i want to create a chart for the Philippines only. But i dont have to use the script its not working. thank you -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop

[visualization-api] unable to see all values in haxis due to less chart area

2022-07-06 Thread Saranya Ruban
Hi , I couldnt able to see all the haxis values. I can able to see only ... values. Expected Image: attached expectedimage.PNG But getting this image: getting the image as gettingimage.PNG Thanks, Saranya -- You received this message because you are subscribed to the Google Groups "Google

[visualization-api] why some district OF MADHYA PRADESH (INDIA)boundary not showing country subdivision (2nd level) google data studio

2022-06-30 Thread ICCC Team1
why some district OF MADHYA PRADESH (INDIA)boundary not showing country subdivision (2nd level) google data studio -- 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] chart load

2022-06-22 Thread Surendhar Chinna
Hi all, i have a requirement for loading chart but had some error below is my code https://www.w3.org/TR/xslt-30/; xmlns:fo="https://www.w3.org/TR/xslt-30/;> https://www.gstatic.com/charts/loader.js";> google.charts.load('current', {packages:["corechart"]});

[visualization-api] Date and Time grouping from CSV

2022-06-22 Thread Leighton James
Hi all Using Google charts to create a dashboard for work, we generate monthly exports of the tickets we receive and these are stored in csv format. Opening the csv file is not an issue and I am able to do the same for another page I am working on. These CSV files that we generate look similar

[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] QR Code Generation Using Image Function

2022-06-18 Thread KBI MD Office
Hello Sir, I Need some help to you on query function in google sheet. Thanks & Regards KBI Noida On Thursday, June 16, 2022 at 3:41:52 AM UTC+5:30 Jon Orwant wrote: > I can't answer questions about vcards, but you shouldn't rely on > chart.googleapis.com since that service was deprecated ten

Re: [visualization-api] QR Code Generation Using Image Function

2022-06-15 Thread 'Jon Orwant' via Google Visualization API
I can't answer questions about vcards, but you shouldn't rely on chart.googleapis.com since that service was deprecated ten years ago. Google Charts lives on, but chart.googleapis.com is Google Image Charts which is going away. On Wed, Jun 15, 2022 at 11:40 AM Tim Allen wrote: > Hello All. > >

[visualization-api] QR Code Generation Using Image Function

2022-06-15 Thread Tim Allen
Hello All. I'm using the following formula to create QR Codes for list of contacts but the Organization doesn't populate in the vcard when you scan the code. =image( "https://chart.googleapis.com/chart?chs=150x150=qr=BEGIN:VCARD%0AN:; & A3 & "%20" & B3 & "%0AORG:" & "%0ATEL;CELL:" & D3 &

[visualization-api] How to show Last data date on XAxis

2022-06-14 Thread AMK
I am using Are chart, but it doesnt shows the last data date, but show as per interval. ```javascript function drawVisualization() { $.get("BIC-Daily-Stock-Price.csv", function(csvString) { // transform the CSV string into a 2-dimensional array var arrayData =

[visualization-api] Multiple Charts : Placement

2022-06-13 Thread Amar Kumar Singh
Hi, I have a table with some data and creating pie charts for each row of the table. Everything works great and all the charts are getting created as expected. Problem is all the charts are getting displayed in single row. How can create line breaks between charts after certain width is

Re: [visualization-api] Histogram bucketSize option is ignored

2022-06-12 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Emmanuel, Sorry for the delay. I've been preoccupied with other tasks. I looked into the bug and possible fixes a couple weeks ago after your messages. I didn't find an easy solution at that time, not without possible implications for always using the bucketSize option to override other

Re: [visualization-api] Histogram bucketSize option is ignored

2022-06-11 Thread Emmanuel Schanzer
Hi Daniel - just following up on this. Any chance of a fix for this bug? On Wednesday, May 18, 2022 at 3:46:17 PM UTC-4 Daniel LaLiberte wrote: > Hi Emmanuel, > > Thanks for posting about this problem. Glad to hear so many students are > using Google Charts. > > I believe what you are seeing

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] Re: Chart flickers when scrolling

2022-06-09 Thread 'Alvin Galit' via Google Visualization API
I figured out what was causing the chart to flicker or flash when scrolling changes direction. I had a "resize" event listener that redraws the chart for the reason of dynamically making my chart responsive when resizing the window. After I removed that, it didn't flicker anymore. On

[visualization-api] Google Area Chart Clickable to open external link

2022-06-09 Thread AMK
HI, I need to make my chart clickable, so a user can click anywhere on the chart, that will open a new tab/window of different page/website. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop

[visualization-api] Chart flickers when scrolling

2022-06-08 Thread 'Alvin Galit' via Google Visualization API
Has anyone run into this issue I'm running into now? I would scroll down and then back up and when it stops scrolling the my horizontal bar chart flashes once. And it keeps doing it everything I change direction in scrolling. I'd like to know if there's any solution to this. -- You received

Re: [visualization-api] Histogram bucketSize option is ignored

2022-05-26 Thread Emmanuel Schanzer
Hi Daniel - just following up on this with fingers crossed. Does it look like this bug is fixable? On Wednesday, May 18, 2022 at 6:28:13 PM UTC-4 Emmanuel Schanzer wrote: > Thanks, Daniel - we're all crossing our fingers that there's an easy fix > or a functional workaround that can be turned

[visualization-api] Can I change one of the bars into a line in a double Y chart?

2022-05-26 Thread Rodrigo Manriquez
Good afternoon, I have a chart with double Y and I need to change some of the bars for lines, my code is as follows: Could someone guide me if this is possible and if it is how to do it? function drawChartTodo() { var data =

Re: [visualization-api] Histogram bucketSize option is ignored

2022-05-18 Thread Emmanuel Schanzer
Thanks, Daniel - we're all crossing our fingers that there's an easy fix or a functional workaround that can be turned with minimal effort. Of course, we know it's never that easy, but a guy can dream, can't he? -- You received this message because you are subscribed to the Google Groups

Re: [visualization-api] Histogram bucketSize option is ignored

2022-05-18 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Emmanuel, Thanks for posting about this problem. Glad to hear so many students are using Google Charts. I believe what you are seeing is that the bucketSize option is not actually ignored. If you change your example to set the option to each of 1, 2, 3, 4, and 5, you will see the chart

[visualization-api] Histogram bucketSize option is ignored

2022-05-18 Thread Emmanuel Schanzer
First off - thanks for this awesome library! Depending on the bounds of the data, the bucketSize option is ignored. Here's a simple jsfiddle which reproduces the issue. We use this library in a national curriculum project that has tens of thousands of

[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

[visualization-api] Re: timeout error when accessing Query to Google sheets

2022-05-17 Thread Yves Puelings
Thanks for the help Ray. Solved my issues indeed. On Saturday, May 14, 2022 at 10:49:46 PM UTC+2 Ray Thomas wrote: > Hello Yves, > > You have a couple of problems with this. The first is that the corechart > package does not include the code to produce tables. You need to change > >

[visualization-api] timeout error when accessing Query to Google sheets

2022-05-13 Thread Yves Puelings
Hi all, I'm pretty new to the integration of Chart and have been struggling to get my chart use an existing, publicly available Google sheet, as datasource. I've followed the instruction on https://developers.google.com/chart/interactive/docs/spreadsheets and my code looks like this //

[visualization-api] How can I choose to hide lines in line chart?

2022-05-02 Thread Wenjie Zhang
Hi there, I am working on a project to show several lines in a chart but I think it is not very clear to show multiple lines. Is there a way to hide some of the lines chosen by the user? I have to support different line charts so it is not a good idea to remove some of the columns since column

[visualization-api] Importing and merging iframes from Thingspeak

2022-04-28 Thread Hasan
Hi, Is it possible to import existing charts (updating in real-time) from* ThingSpeak* and then merge multiple such line charts into one single chart with multiple series as a Google Chart? What I have is the *iframe data *of the charts separately, e.g.:

[visualization-api] Re: Google Geo Chart

2022-04-26 Thread Fabio Castelletti
If the maps were not designed by Google... they must be drawn by hand! Like on our web service: https://opendata.marche.camcom.it We did it for the so-called Italian "Regioni & Province" (in Europe called NUTS 2 & 3 Level):

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)); > >

<    1   2   3   4   5   6   7   8   9   10   >