[visualization-api] Re: embed google chart into ESRI story map using URL

2018-02-12 Thread Paweł Ciechański
Hi, I have this same problem. Do you have any sollution? BR Paweł -- 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] DIsplay short number currency format on hAxis

2018-02-12 Thread Reshma
My original value is $40,000,000, I want to display short number currency format like $40MM on hAxis Bar chart I have already used format: 'short' which is displaying value like 40M, Please help -- You received this message because you are subscribed to the Google Groups "Google Visualization

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] timeofday does not start at 0

2018-02-12 Thread Domh4445
Hello IWith the following script, I would expect the hAxis starting at "0" but it starts at "1" ( see the picture attached).. Any idea what's wrong ? Thanks in advance https://www.gstatic.com/charts/loader.js";> google.charts.load('current', {'packages':['line']});

[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

Re: [visualization-api] timeofday does not start at 0

2018-02-12 Thread 'Daniel LaLiberte' via Google Visualization API
Could you try the 'upcoming' version rather than 'current'? There are lots of changes regarding the display of axis ticks that might help in this case. On Mon, Feb 12, 2018 at 11:56 AM, Domh4445 wrote: > Hello > > IWith the following script, I would expect the hAxis

[visualization-api] Re: Does Google Charts no longer have Venn Diagrams?

2018-02-12 Thread Brian Nguyen
Found this thread in hopes that I could somehow "vote" on this chart type being added to the current Google Chart tools. I also added a comment to this issue . Somewhat disappointing that no one prioritized forward-porting it

[visualization-api] Error when add column date type using in google bar chat..

2018-02-12 Thread anup sharma
This is my code: var data = new google.visualization.DataTable(); data.addColumn('date', 'Value'); data.addColumn('number', 'Value'); var jsonData = [ { "added_date" : "new Date(2018,0,31)", "count" : "42" },

[visualization-api] Re: Line Chart - $ Sign in X & Y Axis

2018-02-12 Thread Reshma
Is there a way to add $ prefix with format : 'short' on X? On Saturday, 24 September 2011 11:11:40 UTC+5:30, Swapnil Patil wrote: > > How to show "$" Sign on X and Y Axis before values...??? -- You received this message because you are subscribed to the Google Groups "Google Visualization API"

[visualization-api] Re: timeofday does not start at 0

2018-02-12 Thread Domh4445
Hello I get the same result with 'upcoming' The only change I did is on that line:google.charts.load('*upcoming*', {'packages':['line']}); Thanks Le lundi 12 février 2018 17:56:16 UTC+1, Domh4445 a écrit : > > Hello > > With the following script, I would expect the hAxis starting at