Re: line graph

2017-02-08 Thread 'Daniel LaLiberte' via Google Chart API
o Braun" <braun0...@gmail.com> > wrote: > >> Because in the code the line graph when there is no data the line goes >> down to zero, instead of following the trend of the previous values? >> https://www.gstatic.com/c</a> >> harts/loader.js"> >> >>

Re: line graph

2017-02-07 Thread Elijah Gregory
Interpolate the points you want and include them in your data passed to the API. ~EG On Feb 7, 2017 4:22 PM, "Wilson Rogério Braun" <braun0...@gmail.com> wrote: > Because in the code the line graph when there is no data the line goes > down to zero, instead

line graph

2017-02-07 Thread Wilson Rogério Braun
Because in the code the line graph when there is no data the line goes down to zero, instead of following the trend of the previous values? https://www.gstatic.com/charts/loader.js&quot</a>;>

How to load huge jsin Google Chart Line graph with chartRangeFilter

2014-12-15 Thread neo . webmasters
Hello all, I have come here after all most 7 days of research and after no returns in what i need from Google Chart, 1. I am trying to create Line graph using huge json dataset of currency for last 10 years(approx) this is the json file I am using - https://www.quandl.com/api/v1/datasets

Re: How to load huge jsin Google Chart Line graph with chartRangeFilter

2014-12-15 Thread 'Daniel LaLiberte' via Google Chart API
and after no returns in what i need from Google Chart, 1. I am trying to create Line graph using huge json dataset of currency for last 10 years(approx) this is the json file I am using - https://www.quandl.com/api/v1/datasets/BNP/USDNOK.json The first issue I faced was loading the json data

Show the data values in the line graph

2011-07-31 Thread EbyZ
Hi, How can show the data values at each point in the below graph. Some one could help me? http://chart.googleapis.com/chart?cht=lcchts=a81e20,15chtt=Yearly+Performance+Progresschco=a81e20chs=350x200chxt=x,ychg=25,5chm=B,76A4FB,0,0,0,0chxr=1,0,6chds=0,6chl=2008-09|2009-10|2010-11chd=t:2,4,3

api name/value pair for vAxis.logScale property for a line graph

2011-07-31 Thread Bharat
I am trying to figure out the name/value for vAxis.logScale line chart. Please see the following URL: http://code.google.com/apis/chart/image/docs/gallery/line_charts.html... In here, you will see that it specifies the param 'cht' for Chart Type and its value is 'lc' for a Line Chart.

Re: Show the data values in the line graph

2011-07-31 Thread KeithB
Via a Text and Data Value Markerhttp://code.google.com/apis/chart/image/docs/gallery/bar_charts.html#gcharts_data_point_labels like chm=N,FF,0,-1,14 Cheers -- You received this message because you are subscribed to the Google Groups Google Chart API group. To view this discussion on the

Re: calling information from sql and using data to chart a line graph

2010-05-08 Thread KeithB
Hi, Read this entire section of the API documentation http://code.google.com/apis/chart/docs/data_formats.html#scaled_values ... and then take a look at your chart parameters: - CHD: your data ranges from 25-27, - CHDS: you're telling Google that your data ranges between 20 and 30 - CHXL: you're

Customizing Date Formats for Line Graph

2010-04-29 Thread HPHovercraft
I am fairly new to the Google Chart API, and I LOVE it. I have been mostly using it in SharePoint (WSS) to chart out data on my intranet. I am running into one problem that I can't seem to figure out. I have one chart that plots a data point every day. It charts out various interest rates for

Question about line graph axis labels

2010-01-17 Thread dyerware
Hi, I was wondering if anyone could shed some light on this. I have two lines with 5 points each. I have a label for each point I want to show along the bottom axis. It appears that the labels are not associated with their respective values in the chart. Is this a bug or have I done something

Re: Question about line graph axis labels

2010-01-17 Thread dyerware
You sir are awesome. That was it! Thanks -d On Jan 17, 9:48 pm, KeithB kbornho...@gmail.com wrote: Hey there, The labels do not match because you're specifying five data points (extended encoding) and six labels (chxl=1:|first|second|third|fourth| fifth|sixth). Your last pipe character

Filled Line Graph

2010-01-04 Thread Evan Stern
I'm sure that this has been touched upon before but I didn't see any posts about it so I'll ask: I'm trying to generate a line graph with multiple data sets and I would like to have different colors fill the gaps between the data sets. So, if my first data set creates (for simplicity's sake

Re: Filled Line Graph

2010-01-04 Thread KeithB
Check out the Fill Area section within Getting Creative - Colors @ http://code.google.com/apis/chart/colors.html#fill_area_marker Have fun, K -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to

XY Line Graph Troubles

2009-10-29 Thread Adam Malcontenti-Wilson
Hi. I'm trying to plot a time-based graph with the Google Chart APIs but it seems that by default the xy line graph assumes data is out of a hundred, where a hundred is the maximum. How can i change that behaviour so it automatically scales to the largest values I have on my graph. For example

Re: XY Line Graph Troubles

2009-10-29 Thread Greg Scharlemann
Chart APIs but it seems that by default the xy line graph assumes data is out of a hundred, where a hundred is the maximum. How can i change that behaviour so it automatically scales to the largest values I have on my graph. For example so far I have:http://chart.apis.google.com/chart?chs

Dual Axis Line Graph

2009-10-15 Thread mjyoungman
G'day Google Chart, I can't seem to find any reference or examples of dual axis line graphs...is this possible. I need this has I have to series I'd like to plot, but the scales are vastly different, so I can't have on the same axis. If you can tell me if this is possible, and if there are any

Re: Advanced line graph / google charts question

2009-07-21 Thread KeithB
You'll need to use two datasets to create the desired effect. Here's a quick example: http://chart.apis.google.com/chart?cht=lc; chs=200x125 chd=t:40,60,60,45,47,-1,-1,-1|-1,-1,-1,-1,47,75,70,72 chls=1,1,0|3,6,3 Good luck, K --~--~-~--~~~---~--~~ You received

Re: Advanced line graph / google charts question

2009-07-21 Thread ryanbed
awesome. thank you. On Jul 21, 9:52 am, KeithB kbornho...@gmail.com wrote: You'll need to use two datasets to create the desired effect. Here's a quick example: http://chart.apis.google.com/chart?cht=lc; chs=200x125 chd=t:40,60,60,45,47,-1,-1,-1|-1,-1,-1,-1,47,75,70,72 chls=1,1,0|3,6,3

Re: Advanced line graph / google charts question

2009-07-21 Thread Prome
sorry but I dont need to use two datasets to create the desired effect :( I need to save one google chart in my web-server using ASP or PHP... Do you understand me? Thank you. You'll need to use two datasets to create the desired effect. Here's a quick example:

Advanced line graph / google charts question

2009-07-20 Thread ryanbed
I've been playing around with the Google Charts API for the past week or so and I've found it to be extremely useful, but I'm unable to make some of the design tweaks to it that I want. Is there any way to extend a line graph with a dotted line like the photoshopped image I have a link to below

Re: Multiple data series (bar and line graph) with proper colored legend?

2009-01-08 Thread kms
You were close with using chco=color 1|color 2, but you need to use ',' instead of '|'. Using ',' in chco sets the color for the entire data series whereas '|' sets the color for each bar within a data series. See http://code.google.com/apis/chart/colors.html#chart_colors for more info about