[visualization-api] Google Line chart

2020-09-22 Thread ankit jangid
Hey Hello Everyone , any one can help me out from this situation , the situation is i want to create a Goolge line chart with json data and also a date time picker when user select a date then data should be change according to data inserted in json -- You received this message because you

[visualization-api] Google line chart haxis labels getting removed

2020-04-09 Thread User 072319
Hello there, I've a google line chart with three lines. I'm displaying months on haxis as labels. However as the chart is continuing drawing the lines, the labels are getting disappeared/removed. How to avoid this? You can find my code in this link: https://jsfiddle.net/9sfzyamj/ Can anyone

Re: [visualization-api] Google line chart h-Axis labels getting removed

2020-03-23 Thread User 072319
Hello Daniel, Thank you for the response. I'll try this out. 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, send an email to

Re: [visualization-api] Google line chart h-Axis labels getting removed

2020-03-23 Thread User 072319
Hello Daniel, Thank you for the response. I'll try this out. Thanks On Friday, 20 March 2020 20:51:49 UTC+5:30, Daniel LaLiberte wrote: > > When the chart can't squeeze your ticks in the available space, it just > gives up and shows none. So you have to give it more space. I added >

Re: [visualization-api] Google line chart h-Axis labels getting removed

2020-03-20 Thread 'Daniel LaLiberte' via Google Visualization API
When the chart can't squeeze your ticks in the available space, it just gives up and shows none. So you have to give it more space. I added slantedText: true and chartArea.bottom: 60 and it fits. See https://jsfiddle.net/fx3bpen6/ On Fri, Mar 20, 2020 at 4:56 AM User 072319 wrote: > Hi

[visualization-api] Google line chart h-Axis labels getting removed

2020-03-20 Thread User 072319
Hi there, I've a line chart with 3 lines where I'm displaying daily wise data. I'm displaying h-axis labels based on Month. Suppose I've data for 30-Nov-19 and 1-Dec-19. In this case when both labels are coming closer, the h-axis labels are getting removed/disappearing as the chart continues

[visualization-api] Google line chart - lines don´t show on ios devices

2019-09-09 Thread Marco812
Hi, i have a google line chart wich display fine in alle desktop browsers. On iOS mobile devices, the lines are missing. setInterval(drawChart, 1000); google.charts.load('current', {packages: ['corechart']})

[visualization-api] Google line chart CategoryFilter

2019-03-04 Thread Kumaranath Fernando
I'm attempting to display a control wrapper for a line chart. Here's the function that generates this linechart. function drawChart() { var data = google.visualization.arrayToDataTable([ [month, Hopong, Kalaw, Loilen], ["2018-09", 0, 0, 0],

[visualization-api] Google Line chart: Is there a way to deal intersection line and changes line changes it color ?

2018-09-11 Thread Black Mind
Hi Guys, I'm working on project where I'm using google line chart for data visualization. I need to know is there any builtin way that can help me to change the color of line after data line is crossing intersection line as shown in below example. 1-line intersection example

[visualization-api] Google Line chart: Is there a way to deal intersection line and changes line changes it color ?

2018-09-11 Thread Black Mind
Hi Guys, I'm working on project where I'm using google line chart for data visualization. I need to know is there any builtin way that can help me to change the color of line after data line is crossing intersection line as shown in below example. https://jsfiddle.net/ah6z72n4/35/

[visualization-api] Google-Line-Chart on hover tool-tip not showing value

2017-05-17 Thread AkashJain
I have used Google Line Charts in Angular2 in typescript version, When I draw the line chart, Chart is looking good but when I hover over the line chart to see what is exact value at that point, I can't see any value in tool-tip and I don't understand what can be the problem if the value has

[visualization-api] Google Line Chart : How to customize point data to show some custom data.

2017-04-30 Thread Nagendra Singh
Hello, I am showing here a graph between overs and runs scored by the Team in First Innings and Second Innings: I know the point is suppose to show the default data from x and y, but i need to customize this and show the wickets fallen through the inning on the line drawn in the chart. Can

[visualization-api] Google line Chart problem

2016-06-08 Thread Alexandre Vilarinho
Hello all, I'm trying to use goole line chart to plot some information that i've stored in a MYSQL data base, but it is not working. The chart is not plotted. If I copy the line chart code it works fine, so I don't think there is a problem with my browser. I"m using Chrome version 50, MAMP

Re: [visualization-api] Google Line Chart Stopped Working

2016-03-02 Thread Alex Plaza
It worked, thanks! On Wednesday, March 2, 2016 at 12:39:18 PM UTC-5, Sergey wrote: > > It sounds like you are experiencing the issues caused by caching and > propagation delays of our latest release. These issues should fix > themselves eventually (we suspect over the next few days). In the

Re: [visualization-api] Google Line Chart Stopped Working

2016-03-02 Thread 'Sergey Grabkovsky' via Google Visualization API
It sounds like you are experiencing the issues caused by caching and propagation delays of our latest release. These issues should fix themselves eventually (we suspect over the next few days). In the meantime, you can workaround it by explicitly specifying a version, such as '43' or '44' instead

[visualization-api] Google Line Chart Stopped Working

2016-03-02 Thread Alex Plaza
Google Line Chart randomly stopped working today (March 1, 2016). I checked the Google Line Chart site and it seems that the ones in display in the site stopped working as well. Any idea why? -- You received

Re: [visualization-api] Google Line Chart - Starting Area - Going forward and backwards

2016-02-02 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Arakus, You could do something like setting the viewWindow of your axis to only display the first 5 points. That would probably be the most straightforward way to get what you want, unless I'm misunderstanding the problem. On Tue, Feb 2, 2016 at 6:36 AM Arakus Hertl

[visualization-api] Google Line Chart - Starting Area - Going forward and backwards

2016-02-02 Thread Arakus Hertl
Hello Community, i got some Questions on google line chart. I hope you can help me! =) So here are my questions: I would like to have an area in my Line Chart which is shown when someone opens the site with my chart. The data comes from an google spreadsheet. And then it should be possible to

[visualization-api] Google Line Chart with multiple lines, using different X nodes and relative distances

2015-08-05 Thread Alex Arantes
I need to create a single Line Chart with multiple lines, but I have two problems: First, different lines in this chart use different X nodes. Consider this table of values: [1, null, 80.8, 41.8], [2, 30.9, null, 32.4], [7, 25.4, 57, null], [9, 11.7, 18.8, null], [10, 11.9,

[visualization-api] Google Line chart

2015-07-22 Thread Samuel Johnson
What I am trying to do is integrate the chart with Salesforce. I currently have the chart into salesforce, how ever it only shows the chart if all values are filled in. I would like to still be able to see the chart on my page if some of the fields are not filled in. In the highlighted

[visualization-api] Google Line chart not rendering data received in Ajax response

2015-05-28 Thread Pankaj Goud
Below is my code snippet. Please help html head script type=text/javascript src=//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js/script script type=text/javascript src=https://www.google.com/jsapi;/script script type=text/javascript google.load('visualization', '1.1',

Re: [visualization-api] Google Line chart not rendering data received in Ajax response

2015-05-28 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Pankaj, It's a little difficult to figure out what's wrong just from the code you posted, but it seems like the issue might be that your response is a string, instead of an array. If this is the case, you need to parse it. This could be done using eval(), but this is strongly recommended

[visualization-api] Google Line Chart Legend Click Events

2014-08-18 Thread Ananya Ojha
Please tell me how to open a popup on click of legend in google chart.. 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, send an email to

Re: [visualization-api] Google Line Chart Legend Click Events

2014-08-18 Thread 'Sergey Grabkovsky' via Google Visualization API
This question is a little bit difficult to answer for all cases all of the time, as series are interpreted differently for different charts. For a PieChart, a single series is a row, but for a LineChart, a series is a column. If you don't care which entry was clicked, or can figure out the series

Re: [visualization-api] Google Line Chart Legend Click Events

2014-08-18 Thread Ananya
CAn you tell me how to open bootstrap popup or any other popup on click of legend? On Mon, Aug 18, 2014 at 8:03 PM, 'Sergey Grabkovsky' via Google Visualization API google-visualization-api@googlegroups.com wrote: This question is a little bit difficult to answer for all cases all of the

Re: [visualization-api] Google Line Chart Legend Click Events

2014-08-18 Thread 'Sergey Grabkovsky' via Google Visualization API
I haven't really used bootstrap, and it's a bit outside of the scope of this mailing list. The example currently shows a browser alert on line 43, so you could change that line to do whatever is relevant to you. On Mon Aug 18 2014 at 1:04:35 PM Ananya ojhaananya.o...@gmail.com wrote: CAn you

[visualization-api] Google Line chart, remove extra lines

2014-01-31 Thread Umidjon Urunov
I am new in Google Graphs and I am attemting to generate this graph in the photo ( expected ) below but I am getting a little bit different graph. I have three different letters and each letter contains their own values (A1, A2, A3, B1, B2 ... e.g.). There the code which I am trying:

[visualization-api] google line chart not working in IE7 / IE8 giving Permission denied message but works fine with IE9/10 + FF + Chrome

2014-01-09 Thread Santosh Kamlapure
Hello, I am getting 'Permission denied' message in IE7 / IE8 . below is my code looks like: in a .js file below is the code at starting: google.setOnLoadCallback(drawChart); function drawChart() { } then in a function i draw chart: function drawEvaluationScoreLineGraph(dynData, divId) {

[visualization-api] Google Line Chart with unique HTML tooltip for each datum?

2013-07-25 Thread Vannevar Bush
Can I build a Google Line Chart, with a unique HTML tooltip for each datum? I can see how to build one with a tooltip for the category, but not for a unique tooltip for each datapoint. I can find HTML tooltip code examples for barcharts and pie charts but none for pie charts. What I need to

[visualization-api] google line chart about annotation color

2013-05-17 Thread alice moon
Hi, Is there any way to change the annotation color ? not the annotation text. I want to add some event to change the annotation color. -- 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] Google Line Chart with data from MYSQL

2013-03-04 Thread Vojtěch Piska
Hi friends, I have problem i want to display some data from my mysql DB in line chart, but still doesnt work. I am tired... because i dont know why, and I read many, many forums.. my MySQL table: https://lh4.googleusercontent.com/-zNtE_GTwImI/UTUEqT1N5qI/AmE/DFaiXsPWc-8/s1600/tab.JPG

[visualization-api] Google line chart tooltip

2012-04-26 Thread Pari
I want to create custom tool tip for google line chart, the background color and text styles and want add some extra html control inside the tool tip. Want to edit the data point using the tool tip. Wnat to add button inside the tooltip. Is it possible? It's very urgent. Thanks, Pariventhan

Re: [visualization-api] Google Line Chart Controls

2011-09-22 Thread ChartMan
Hi You can use a google.visualization.DataViewhttp://code.google.com/apis/chart/interactive/docs/reference.html#DataViewover your DataTable and for that column pass in a function with the 'calc' option that returns toString() of the row value. var dataView1 = new

[visualization-api] Google Line Chart Controls

2011-09-21 Thread kkatusic
I created google line chart with linear control. First column that I defined was year ( data.addColumn('string', 'Year'); ) and column represents x-axis of chart, example is on link: http://tt.inspiration4web.com/EA_test_chart.php I want to set up year instead Sales in control linear scroll bar.

Re: [visualization-api] Google Line Chart

2011-05-22 Thread Viz Kid
Hi This is currently not supported but we also believe this is useful and will consider adding it. Best, Viz Kid On Thu, May 19, 2011 at 6:35 PM, Rienheuver rienheu...@gmail.com wrote: Hey everyone, I have a question about the Line Chart API, namely: Is it possible to make annotations in