[visualization-api] Line chart is cut off when lineWidth is greater than 1

2022-12-21 Thread Phúc Nguyễn
Hi all, I have an issue with Google Line Chart. When I try to configure the lineWidth property of the line chart, I notice that a part of the line is cut off. This issue does not occur when lineWidth = 1. Is there any way to make the line fully displayed without changing the max and the min prop

[visualization-api] Line chart / trend line - Uncaught TypeError: d.points[c] is undefined

2022-01-15 Thread Philipp Förmer
Hi, I use a line chart with a linear trend line. Example code: https://jsfiddle.net/philipp_foermer/q2c4ajr1/3/ If the mouse is hovered over the trend line, then randomly after some time the following java script error appears and the chart view is stuck (no hover tooltip anymore for a data po

[visualization-api] Line chart - Data point overlapping - not displaying overlaid data point tooltip (Custom html tooltip)

2020-11-19 Thread Mudassir Ali Khaja
Hi, I am using google line chart. Having some issue in triggering the tooltip (custom tooltip) of a data points which is overlaid by another data point. Application only rendering tooltip of the first data point. Is there any way I can render all the tooltips of an overlaid data points.. I tr

[visualization-api] line chart show with multiple year

2020-10-09 Thread rock Gautam
when i have use google line chart then chart show line for same year not two year , i have need one line on chart for current year and second line on chart for previous year, if i have number od data is more than show date with different few day on line chart. I have need like given image below

[visualization-api] Line Chart with data from two different DB-tables

2020-09-19 Thread RBTCGP
I have a line chart, that gets data from a DB by the use of a PHP-Script. Now I would like to display a second line in the same chart getting data from the same DB but from another table. Do I have to add code in the google graph HTML-page or just in the PHP-Script? :","",""); mysql_select_db(

[visualization-api] Line chart with multiple lines and multiple data

2020-05-25 Thread dev80
Hello, I did'nt found a solution for my issue, but i'm quite sure it's possible :) As you can see in the attachment, i use a line chart to render my data. There are 2 lines, representing 2 levels for an exercise, and each plot is a score obtained during a session. My actual datatable is : [

Re: [visualization-api] Line chart doesn't render full line

2020-03-13 Thread 'Daniel LaLiberte' via Google Visualization API
The github issues forum is for the public. Since you posted in the public group (visualization-api) your example is safe there. We can create a google-internal bug for tracking. On Fri, Mar 13, 2020 at 4:37 PM 'Yi Ren' via Google Visualization API < google-visualization-api@googlegroups.com> wro

Re: [visualization-api] Line chart doesn't render full line

2020-03-13 Thread 'Yi Ren' via Google Visualization API
Sure, I can post it. Before doing it just to confirm, is this github forum public or only for internal discussion? On Friday, March 13, 2020 at 12:40:22 PM UTC-7 Daniel LaLiberte wrote: > No bug posted about this yet. If you could post your example to > https://github.com/google/google-visuali

Re: [visualization-api] Line chart doesn't render full line

2020-03-13 Thread 'Daniel LaLiberte' via Google Visualization API
No bug posted about this yet. If you could post your example to https://github.com/google/google-visualization-issues/issues that would be great. Thanks. On Fri, Mar 13, 2020 at 1:51 PM 'Yi Ren' via Google Visualization API < google-visualization-api@googlegroups.com> wrote: > Hi Daniel, > > T

Re: [visualization-api] Line chart doesn't render full line

2020-03-13 Thread 'Yi Ren' via Google Visualization API
Hi Daniel, Thank you for your answer! I'll specify a lower bound as a workaround. Meanwhile is there a bug number tracking this? On Friday, March 13, 2020 at 8:08:31 AM UTC-7 Daniel LaLiberte wrote: > Hi Yi, > > It looks like you have found a bug. The lower bound on the y axis is > cutting of

Re: [visualization-api] Line chart doesn't render full line

2020-03-13 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Yi, It looks like you have found a bug. The lower bound on the y axis is cutting off some values that are in your data, which should not happen by default. But you should be able to override the default behavior by specifying a vAxis.minValue or vAxis.viewWindow.min of 0.001. On Thu, Mar 12,

[visualization-api] Line chart doesn't render full line

2020-03-12 Thread 'Yi Ren' via Google Visualization API
Hi, I've got a question with Google Chart Api. I'm working with a line chart and the chart I got is like in https://screenshot.googleplex.com/fEXNxccxPDL. The source code is pasted below. I was wondering why one line (latency90) was not fully rendered and cropped at the axes, while I didn't lim

Re: [visualization-api] (Line Chart) different colors for single line if above or below 50 on scale on 0/100?

2019-03-16 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Richie, We don't have support for styling the line based on whether it is above or below some value. To do that properly, we would have to find the intersection point of the line with your threshold, which is certainly doable and perhaps some day we will get around to it. On Sat, Mar 16, 2019

[visualization-api] (Line Chart) different colors for single line if above or below 50 on scale on 0/100?

2019-03-16 Thread Richie Brereton
Hi there, I was wondering if anyone would know how to do the following: A standard line chart with a scale of 0 to 100, can I make the single line change color to red if below 50 and green for above 50? I am pretty new to the Google Visual API. cheers! Rich -- You received this

[visualization-api] Visualization API LIne Chart and jQuery Tabs

2019-03-05 Thread Shannon Whitty
I have built some visualization tables and charts on a page and I have found an issue that I can't resolve. I have separated tables & charts into categories using jQuery Tabs() On one tab (Tab 4) I have a Pie Chart and a Line Chart When the page loads and draws all the tables/charts and Tab 4

[visualization-api] Line Chart not displaying x-axis labels or Legend

2019-02-14 Thread Shannon Whitty
I have a chart which is on a page with lots of Google Visualizations. There are: - 8 Visualization Tables - 1 Pie Chart - 1 Line Chart On initial page load, the line chart is loaded BUT it does not show the column labels OR the chart Legend (see below) [image: LIneChart.PNG] After I apply a f

[visualization-api] Line chart options not being applied

2018-11-09 Thread Joshua Smith
Hi, I'm having a problem with a line chart where some of the options are not being applied. Here is a jsfiddle - http://jsfiddle.net/joshuajsmith/3yakgucq/ Also for reference, the code is below. I wonder if it has to do with the actual name of the property - they all have a dot in the middle.

[visualization-api] Line Chart Legends are switch

2018-10-23 Thread Jeffrey Heredia
I'm having issues with my legends while using the Line Chart Visualization tool. I'm able to successfully create the chart and legends however, the labels on the legends are reversed. I checked the documentation page and didn't see options on how to change the labels of a legend. I may just be

[visualization-api] line chart with dates in php and mysql

2018-10-04 Thread Joao castro pereira
im developing a chart that show the price evolution over time. When i was developing in my local server i could use a php while inside de script.. but after deployment for online server it no longer works. the code i have now is: https://www.gstatic.com/charts/loader.js";>

[visualization-api] line chart populating the data but not showing vertical axis numbers

2018-09-11 Thread Rajat Jain
1. for the below data line chart is getting populated but vertical axis is not showing up this data i am feeding to, also I am getting no error in console. var data = google.visualization.arrayToDataTable(processedData); var chart = new google.visualization.LineChart(document

[visualization-api] line chart to only display the last "X" number of lines

2018-07-15 Thread Dave-in-NJ
I automatically insert a line in Google Sheets, then my data on that line. this keeps pushing the last line of the chart. after a month, the line chart is so compressed as to not be very easy to pick out the latest data. I am totally raw, the veriest tyro to Sheets and Charts, so this may be b

[visualization-api] Line chart coloring the horizontal lines

2018-06-26 Thread emmanuel angel
Sorry devs, i stack somewhere... I want to strip different colors in each at each value in y-axis in my google line 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

[visualization-api] Line Chart - Update the data for only few labels

2018-06-25 Thread Shubham Jha
Dear Members, I am facing problem with auto update functionality in line charts. *Question* - Is it possible to update only few labels on line chart and rest of the labels will remain same? *Scenario* - Suppose there is a line chart with 20 labels and these labels are getting updated in every

[visualization-api] Line Chart from Public Google Spreadsheet

2018-04-17 Thread Glenn Tremblett
Hi Folks, I am new to Google Charts, and wondering if someone can help me get started with creating a chart using data from a public Google Spreadsheet. I have no problem creating a line chart using manually entered values (as described here: https://developers.google.com/chart/interactive/doc

[visualization-api] Line Chart is not appearing

2018-01-02 Thread Thayanandan Samiappan Kandiar
Good Morning, I am working on google charts to create a visualization chart using information in the database. But I have tried the possible ways i can think to solve this issue as well as I am new for PHP and Mysql. Can someone help me with the code. connect_error) { die('Could not connect:

Re: [visualization-api] Line chart error on year rollover.

2018-01-02 Thread 'Daniel LaLiberte' via Google Visualization API
In JavaScript, and most other languages, the Date constructor with number arguments uses months that are indexed starting at 0. So month 1 is actually February, and 12 is January of the next year. That would appear to be the source of the problem you are seeing. On Tue, Jan 2, 2018 at 11:25 AM,

[visualization-api] Line chart error on year rollover.

2018-01-02 Thread Matthew Hait
Using Google Line Chart to display parts per hour. On a year rollover, the chart sifts the data to start at the beginning of the latest year. Data is inserted using PHP. Using this data for testing causes the same issue. The picture shows data being dated in January 2018. Last date in data is [n

[visualization-api] Line Chart, How do I select two points and grab dates

2017-12-12 Thread tez
I am charting historical Stock Exchange Data and I want to know how to select two points, so I can store them in form inputs as a Start Date and End Date to use in my code for another API. I have function drawChart(chartData, data) { google.charts.load('current', { 'packages': ['line'] }); goo

[visualization-api] Line chart redraw animation type

2017-10-17 Thread Samuel Kelemen
It is possible to tell graph to redraw lines with "drift" animation when i pass new DataTable to chart? Sometimes it redraws lines with drift but sometimes it only raise points up/down. I am trying to implement slide action with ajax data load and when chart radraws without drift animation user

Re: [visualization-api] Line Chart - multiline Title?

2017-09-15 Thread 'John Wood' via Google Visualization API
Is there any way to do this now? I can't find anything in the documentation, and \n and br still don't work... On Sunday, 8 January 2012 09:23:55 UTC, MC Get Vizzy wrote: > > Sorry, this is not currently supported. > > On Sat, Jan 7, 2012 at 5:08 AM, jkrohn > > wrote: > >> Is there any way to

Re: [visualization-api] Line Chart with Compare to Past data

2017-08-14 Thread James Yao
Hi Daniel, Thanks for reply. In GA, if you choose different date range, it will like below: [image: Inline image 1] But in my code for Google Chart, I must fill the all rest data for different range. Otherwise I'll get an column differ error. [image: Inline image 2] Do you have solution for th

Re: [visualization-api] Line Chart with Compare to Past data

2017-08-14 Thread 'Daniel LaLiberte' via Google Visualization API
Can you show us some code that tries to do what you want? On Mon, Aug 14, 2017 at 6:40 AM, James Yao wrote: > Hi Daniel, > > I saw your post.. even 3 years after. It helps for me, thank you. > > I have a question, how can I put two lines into one graph but this two > lines have different date ra

Re: [visualization-api] Line Chart with Compare to Past data

2017-08-14 Thread James Yao
Hi Daniel, I saw your post.. even 3 years after. It helps for me, thank you. I have a question, how can I put two lines into one graph but this two lines have different date range, I mean, for example, one line has 7 days but another only have 2 days. I tried it in your way, but got error mes

Re: [visualization-api] Line chart visualization returning blank page

2017-06-28 Thread 'Daniel LaLiberte' via Google Visualization API
I can't tell quite what you are doing, since I don't know php, but I hope you realize your datatable needs to have more than one value per row. The first value needs to be a string, a label for the pie slice, and the second value must be a number, unquoted. Maybe you should use a small sample of

[visualization-api] Line chart visualization returning blank page

2017-06-27 Thread Vivek Bhat
Hello everyone, I am trying to connect to Postgre to retrieve content of the database following which I am converting the data into JSON format. I have tried to convert it into a data table format to visualize it in terms of Line chart. Unfortunately, I am getting a blank page upon loading goog

[visualization-api] Line Chart addRows reports error of different number of columns

2017-06-18 Thread Jayme Jeffman
Hello, I am not familiar with JASON nor JQuery, so I am using XML data and basic JavaScript. I am trying to add data to a LineChart using addRows, but I am getting error saying the number of values are different from number of columns: I have configured the LineChart : algLineData = new goog

[visualization-api] Line chart both axes logarightmic scale, zoom and gridlines count

2017-05-24 Thread Pavel
Hi! On my line chart I need to both axes logarightmic scale. Seems it's quite easy - set scaleType: 'log' But when i do this zoom dont work and i can't set gridlines count. You can see it here http://test2.ekfgroup.com/programs/selectivity-calc/ -- You received this message because you are subs

Re: [visualization-api] Line Chart - timeofday on x axis not working

2016-11-04 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Timmy, I was able to insert chart in a copy of the spreadsheet you posted ( https://docs.google.com/spreadsheets/d/1dxwcC0pGOr5wWiVxezK5xJkg-MvFGliCEd2Zw7GBHe0/edit#gid=0 ) but I can't share it publicly. Attached is an image. All i did was Insert Chart, select the line chart, plot nulls, and

[visualization-api] Line Chart - timeofday on x axis not working

2016-11-03 Thread Timmy-Habesha
So, I'm trying to create a LineChart wtih time of day as x axis, not related to any given day but represents a 24hr period. The image attached shows graph created by Excel. Any way to create this line chart using google charts? I tried for over a week but failed. The data is at: https://docs

Re: [visualization-api] Line Chart: hAxis settings not working?

2016-11-03 Thread 'Daniel LaLiberte' via Google Visualization API
The material charts don't support log scale yet, and many other options. There is a theme: 'material' option which will change the default colors and fonts. On Wed, Nov 2, 2016 at 7:13 PM, GC Proxy wrote: > Well in any case I'll move to classic for now. I've got it working on > classic, but it'

Re: [visualization-api] Line Chart: hAxis settings not working?

2016-11-02 Thread GC Proxy
Well in any case I'll move to classic for now. I've got it working on classic, but it's a shame I can't get the material version to work. Thanks for the help. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this

Re: [visualization-api] Line Chart: hAxis settings not working?

2016-11-02 Thread GC Proxy
It does seem to have picked the setting for title color to Red. However it's still not showing in log scale. -- 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 e

Re: [visualization-api] Line Chart: hAxis settings not working?

2016-11-02 Thread GC Proxy
I changed the draw call to this: chart.draw($scope.graphData, google.charts.Line.convertOptions(options)); using the options from before, however there was no change. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe fr

Re: [visualization-api] Line Chart: hAxis settings not working?

2016-11-02 Thread GC Proxy
Then how do I make a Material Line Graph into a log graph? I'm not seeing on the doc page that the configuration would be different here so this is very confusing. On Wednesday, November 2, 2016 at 2:06:02 PM UTC-7, Daniel LaLiberte wrote: > > Be careful not to mix up the material charts with th

Re: [visualization-api] Line Chart: hAxis settings not working?

2016-11-02 Thread 'Daniel LaLiberte' via Google Visualization API
Be careful not to mix up the material charts with the non-material charts. They have different options. google.charts.Line is a material chart. google.visualization.LineChart is the non-material chart. You would also have to use convertOptions() with the material chart options. https://develope

[visualization-api] Line Chart: hAxis settings not working?

2016-11-02 Thread GC Proxy
I'm specifically trying to make a bode plot with a log xAxis, however no matter what settings I set for 'hAxis', nothing seems to take effect. I can't set title, log scale... nothing. I also noted that in the documentation here

Re: [visualization-api] Line chart- calculating difference between two point

2016-10-24 Thread Parthib Mitra
HI Daniel, Could help me with a piece of example code. Thanks! Regards, Parthib Mitra Front End Developer Web: *www.parthibm.com * Cell: 316-302-5394 On Mon, Oct 24, 2016 at 10:59 AM, 'Daniel LaLiberte' via Google Visualization API wrote: > You can

Re: [visualization-api] Line chart- calculating difference between two point

2016-10-24 Thread Parthib Mitra
HI Daniel, Could help me with a piece of example code. Thanks! On Monday, October 24, 2016 at 10:59:21 AM UTC-5, Daniel LaLiberte wrote: > > You can add a fill-color style for the area, specifying 'none' or > 'transparent' for the areas outside the blue area, or vice versa, make

Re: [visualization-api] Line chart- calculating difference between two point

2016-10-24 Thread 'Daniel LaLiberte' via Google Visualization API
You can add a fill-color style for the area, specifying 'none' or 'transparent' for the areas outside the blue area, or vice versa, make everything no color by default, and blue under the selected area. See https://developers.google.com/chart/interactive/docs/roles#stylerole On Fri, Oct 21, 201

[visualization-api] Line chart- calculating difference between two point

2016-10-21 Thread Parthib Mitra
Hi, Recently I am researching on google charts. I did few charts successfully. But, now I want to make a chart similar to the chart I have attached. Please help me to get over it. Thanks! -- You received this message because you are subscribed to the Google Groups "Google Visualizat

Re: [visualization-api] line chart

2016-09-27 Thread 'Daniel LaLiberte' via Google Visualization API
Marco, It appears you are specifying the 'series' options correctly, using the targetAxisIndex option. One other concern is whether you are using corecharts or one of the new material charts. If the latter, note that they don't support the same options as the corecharts. It would be best if you

Re: [visualization-api] line chart

2016-09-27 Thread Marco Gennaro
Hi Daniel, I wish I could fix some series on (Y) 0 axis and other series axis on (Y) 1 axis, Can I set some columns of google.visualization.DataTable in the 0 series and other in the 1 series? in the following example I would like to fix "myData.addColumn('number', 'Temperatura Parete'); " a

Re: [visualization-api] line chart

2016-09-22 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Marco, If I understand your question, you should probably use the viewWindow min and max options for both the left and right axes to constrain the range of each axis to the same values and use the same scale. On Thu, Sep 22, 2016 at 6:59 AM, Marco Gennaro wrote: > > Hello, I'm working on a p

[visualization-api] Line chart with area from line 1 to line 2 but only if value 1 > value 2

2016-09-22 Thread Matteo Pelucco
Hello everybody, I have been asked to produce a chart like this for an energetic domain: The idea is to have 2 energetic values: BLUE (upper va

[visualization-api] line chart

2016-09-22 Thread Marco Gennaro
Hello, I'm working on a project to draw a line chart whose values ​​are taken from a php / mysql database ; In the x -axis are represented the dates in format 2016-09-22 12:40:00; the Y -axis represent measurements with different C such as temperature , wind speed , irradiation , and many othe

[visualization-api] Line chart y-axis scale issue and chart jerking issue

2016-08-25 Thread udayaravin
Hi All, I am using google line chart in one of my project. I am facing the following issues: 1. On mobile view, the chart seems to redraw itself on just scrolling through the page. It vanishes and appears every time the user tries to move through the page. 2. On y-axis, even though setting th

Re: [visualization-api] Line Chart started braking with no reason today. It was working fine until 2 days back

2016-08-02 Thread 'Daniel LaLiberte' via Google Visualization API
There was an update last Thursday of the gstatic v45 that is kind of broken. That sounds unrelated to the problem you mention. Can you provide more details? On Tue, Aug 2, 2016 at 12:13 PM, Sanjay Tiwari wrote: > Hello, > > Google line chart started braking when we are moving from one day to >

[visualization-api] Line Chart started braking with no reason today. It was working fine until 2 days back

2016-08-02 Thread Sanjay Tiwari
Hello, Google line chart started braking when we are moving from one day to another. Is there some thing changed for the same and we are unaware ? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and

Re: [visualization-api] Line chart for Datetime objects on x axis and without comparison of the multiple columns

2016-07-25 Thread Raj Patel
Hey Daniel, It seems interpolateNulls option does not work with material charts. Fiddle - https://jsfiddle.net/Lar11852/ Please help. -- Raj On Monday, 18 July 2016 23:18:27 UTC+5:30, Raj Patel wrote: > > Thanks a lot Daniel! >> >> -- You received this message because you are subscribed to the

Re: [visualization-api] Line chart for Datetime objects on x axis and without comparison of the multiple columns

2016-07-18 Thread Raj Patel
Thanks a lot Daniel! > > -- 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 to this group

Re: [visualization-api] Line chart for Datetime objects on x axis and without comparison of the multiple columns

2016-07-18 Thread 'Daniel LaLiberte' via Google Visualization API
First, use actual Dates, either with the JS Date constructor, or with the string notation "Date(, mm, dd)" In order to mix two or more series where not all series have the same domain values, you should just use null values where there is no series value, and then set the option interpolateNul

[visualization-api] Line chart for Datetime objects on x axis and without comparison of the multiple columns

2016-07-17 Thread Raj Patel
Hello all, I want to create a single line graph for multiple columns (lines) whose x axis should be datetime object and the y axis is some integer number for every column. Example: So say I have two lines (can be more) - Line 1, Line 2 And the data being --> Line 1 -> [['2014-01-13 00:05:51',

Re: [visualization-api] Line chart that shows time duration/passed.

2016-06-26 Thread 'Daniel LaLiberte' via Google Visualization API
You'll have to convert the data in that format yourself. You could use the timeofday type of value to represent durations. See https://developers.google.com/chart/interactive/docs/datesandtimes#working-with-timeofday You currently can't combine the Bubble chart with LineChart, but you can create

[visualization-api] Line chart that shows time duration/passed.

2016-06-25 Thread Josh Farquhar
I am trying to display a chart, both line and bubble. The data I am using is oddly formatted and I am having trouble finding something that is helpful. The datat file looks like: 000:00:00:00 SATM 25 001:12:00:00 SATM 50 The time-stamp is of the format days:hours:minutes:seconds. Any ideas on

[visualization-api] Line chart did not parse February correctly for dd/mm/yyyy dates

2016-05-29 Thread Rufeng
Link chart draws funny kinks when plotting February data points in dd/mm/ format. e.g. see my first two charts: http://coe.sgcharts.com/ The dates were 03/02/2016 - drawn incorrectly as March 17/02/2016 - drawn incorrectly as March 09/03/2016 - OK 23/03/2016 - OK and affected all Feb data p

Re: [visualization-api] Line chart "Customizing individual points" does not work with google.visualization.data.join?

2016-05-02 Thread hightechguy
Many thanks! On Mon, May 2, 2016 at 7:32 PM, 'Daniel LaLiberte' via Google Visualization API wrote: > Your join needs to include your style role column, or you could add it in > a new DataView. > > On Mon, May 2, 2016 at 12:20 PM, Jacob Brekhman > wrote: > >> Hi, >> >> Here is what I'm trying t

Re: [visualization-api] Line chart "Customizing individual points" does not work with google.visualization.data.join?

2016-05-02 Thread 'Daniel LaLiberte' via Google Visualization API
Your join needs to include your style role column, or you could add it in a new DataView. On Mon, May 2, 2016 at 12:20 PM, Jacob Brekhman wrote: > Hi, > > Here is what I'm trying to achieve: line chart with point at Y=0 : > https://jsfiddle.net/yuLmn0Lr/1/ with small fix: different graph colors

[visualization-api] Line chart "Customizing individual points" does not work with google.visualization.data.join?

2016-05-02 Thread Jacob Brekhman
Hi, Here is what I'm trying to achieve: line chart with point at Y=0 : https://jsfiddle.net/yuLmn0Lr/1/ with small fix: different graph colors above and below Y=0 point. I was trying to draw two charts with google.visualization.data.join using different colors : https://jsfiddle.net/yuLmn0Lr/2/

Re: [visualization-api] line chart unit should be in english not in german

2016-03-07 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Nadja, Could you please post some sample code where you see this issue? On Mon, Mar 7, 2016 at 12:33 PM Nadja wrote: > Hello, > > I have a line chart. > If the numbers are very big, it is shown like this "24Tsd.". but "Tsd." is > german, isn't it? How can I change it to english? > Thank you

[visualization-api] Line chart - Display data-sets depending on other column (if/then)

2016-03-07 Thread Nadja
Hello, I have a line chart with data from a database. In the database I have a column called "error", where numbers or characters reflect the error code (e.g. 0=no error, A=Error in size, B=Error in). If the error is not equal to "0" the data-set for this entry shall not be displayed in the

[visualization-api] line chart unit should be in english not in german

2016-03-07 Thread Nadja
Hello, I have a line chart. If the numbers are very big, it is shown like this "24Tsd.". but "Tsd." is german, isn't it? How can I change it to english? Thank you very much Nadja -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To u

Re: [visualization-api] Line chart lines shadows

2015-10-14 Thread 'Sergey Grabkovsky' via Google Visualization API
Sure, you could probably figure out a way to find the line SVG elements, and add an SVG filter to them, but you'd have to be careful to not grab any of the other path elements. I imagine there's a way to hack this together, but it's not so easy that I'd want to make an example. On Wed, Oct 14, 201

Re: [visualization-api] Line chart lines shadows

2015-10-13 Thread Михаил Войтенко
Maybe there is a way to do this manually? вторник, 13 октября 2015 г., 18:46:06 UTC+3 пользователь Sergey написал: > > Sadly, there is currently no way to do this. We are working to better > separate visual effects and the actions that cause them, but sadly we're > nowhere near where we want to

Re: [visualization-api] Line chart lines shadows

2015-10-13 Thread 'Sergey Grabkovsky' via Google Visualization API
Sadly, there is currently no way to do this. We are working to better separate visual effects and the actions that cause them, but sadly we're nowhere near where we want to be. If this feature is important to you, please file a feature request here

[visualization-api] Line chart lines shadows

2015-10-13 Thread Михаил Войтенко
Is there any way always show shadows under chart lines ? See how dogs highlighted with shadow in second chart? It appears when I place my mouse over "Dogs" label. It would be great if there's a way to do this with JavaScript. -- You received this message be

Re: [visualization-api] Line chart animation

2015-10-05 Thread Angelo Spaziani
Thank you for the prompt response Daniel. -- 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

[visualization-api] Line Chart not displaying all data

2015-10-05 Thread Rajiv Goswami
Good Afternoon I have created a test Line Chart from 12AM to 11:50PM (24 hrs.) to maintain my drivers' log book. However, every-time I add times Chart is not showing the entire graph from 12AM to 11:59PM. Please see link below: https://docs.google.com/spreadsheets/d/1WAETI8oUKKbL-5Vh3ZHMA3sfBb0

Re: [visualization-api] Line chart animation

2015-10-05 Thread 'Daniel LaLiberte' via Google Visualization API
Angelo, Sorry, we don't have options for controlling the animation in the way you suggest, though we have thought about it and would like to support it in the future. On Sun, Oct 4, 2015 at 9:58 PM, Angelo Spaziani wrote: > Can anyone point me to information on how to change the animation type

[visualization-api] Line chart animation

2015-10-04 Thread Angelo Spaziani
Can anyone point me to information on how to change the animation type of a line chart. If possible, i would like to have the lines draw out from left to right when the chart is rendered rather than just rise up from the bottom of the chart. Thanks. -- You received this message because you ar

[visualization-api] Line Chart taking long to load with 8900 points along with Chart Range Filter.

2015-09-09 Thread Vinod Balasubramanian
I have a line Chart in which I am loading around 9000 points along with Chart Range Filter and Tool tip. The screen takes very long to get constructed. Can we have some performance improvement done by any configuration. I am using Tomcat as the Application Server. Vinod -- You received this

Re: [visualization-api] Line Chart; Rotating Chart 90 degrees to the right

2015-07-29 Thread reedpaulr
Thank you so much for your quick reply On Tuesday, July 28, 2015 at 2:51:15 PM UTC-5, Daniel LaLiberte wrote: > > Hi Paul, > > Sounds like you want to use the 'orientation' option, which is documented > on each of the chart pages: > https://google-developers.appspot.com/chart/interactive/docs/g

Re: [visualization-api] Line Chart; Rotating Chart 90 degrees to the right

2015-07-28 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Paul, Sounds like you want to use the 'orientation' option, which is documented on each of the chart pages: https://google-developers.appspot.com/chart/interactive/docs/gallery/linechart Once you add orientation: 'vertical' to your chart options, if you are also using vAxis or hAxis options, y

[visualization-api] Line Chart; Rotating Chart 90 degrees to the right

2015-07-28 Thread reedpaulr
Greetings, Our application metaphor (oil field log data display) is to show the chart lines plotting top to bottom. So, I need the whole chart rotated 90 degrees to the right. The X-Axis (Depth or Time) would run top to bottom and the Y-Axis (Pressure, Torque, etc..) would be left to right base

Re: [visualization-api] Line chart: x axis data column type is date but i want the x axis to be discrete

2015-06-05 Thread 'Daniel LaLiberte' via Google Visualization API
Regarding setting the 'type' of the hAxis, I had missed Sergey's suggestion (at https://github.com/google/google-visualization-issues/issues/1986) to set that to type: 'category', which does treat the individual date values as discrete values. The fact that trendlines feature doesn't work with dis

Re: [visualization-api] Line chart: x axis data column type is date but i want the x axis to be discrete

2015-06-05 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Amarjit, The trendline feature currently requires that the domain axis data be continuous. Typically discrete values are not ordered meaningfully, so trendlines based on discrete values would not be meaningful. Is there a reason you want to use discrete values instead of dates? You can also

[visualization-api] Line chart: x axis data column type is date but i want the x axis to be discrete

2015-06-05 Thread Amarjit Prasad
I am using a google chart where x axis data column type is date. But i want the x axis to be discrete. Is there any way to accomplish this. When I changed the 'type' option of the axis to be 'category' then i am unable to see trendlines here is my code google.load('visualization', '1.1', {packa

Re: [visualization-api] Line Chart load blank, user selects data

2015-05-12 Thread 'Daniel LaLiberte' via Google Visualization API
If you use a DataView, and set its columns to an empty array, and then draw the chart with that data view, you will get an empty chart. But what happens depends on what type of chart you are drawing; some charts might complain about not having enough columns. That would be a bug, which you should

[visualization-api] Line Chart load blank, user selects data

2015-05-11 Thread Keith Wahl
Hello! I'm seeking assistance in creating a chart that loads blank so that the user can select the data lines they want to see. The application is a sales chart for 60+ reps. We don't want everything loading by default. I have found online a similar functioning chart, although it works in reve

Re: [visualization-api] Line Chart Colors

2015-03-24 Thread 'Daniel LaLiberte' via Google Visualization API
Here is a post with the 32 default colors: https://groups.google.com/forum/#!searchin/google-visualization-api/default$20colors/google-visualization-api/fmZzdKnmQC0/KOXkYdQnBcoJ They repeat after 32. On Tue, Mar 24, 2015 at 12:24 PM, Schabagh wrote: > Hello, > > thanks, and for this reason I nee

Re: [visualization-api] Line Chart Colors

2015-03-24 Thread Schabagh
Hello, thanks, and for this reason I need the first 35 default colors. 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 google-visualiza

Re: [visualization-api] Line Chart Colors

2015-03-24 Thread 'Daniel LaLiberte' via Google Visualization API
We don't have a way to get the colors programmatically. But providing a way to do this is a good idea that we plan to implement at some point. Until then, you will have to rely on predicting the colors, or you can explicitly set the colors that with the 'colors' option. On Tue, Mar 24, 2015 at 12

Re: [visualization-api] Line Chart Colors

2015-03-24 Thread Schabagh
Hello Daniel, thanks for your reply, I have a line chart with over 30 curves. How can I get the curves shown colors at run time? Thanks -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop re

Re: [visualization-api] Line Chart Colors

2015-03-24 Thread 'Daniel LaLiberte' via Google Visualization API
Not sure what you are asking. All the color codes or names defined by web colors are available for your use. For a list, see http://en.wikipedia.org/wiki/Web_colors If you want the colors used by default in the corecharts, someone has posted a web page with the first 20 of these colors: http://t

[visualization-api] Line Chart Colors

2015-03-24 Thread Schabagh
Hi, I need all kinds of color codes, which are used by a line chart. Where can I find it? 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 g

Re: [visualization-api] Line Chart Y-Axis is Not Displaying Properly

2015-02-27 Thread 'Daniel LaLiberte' via Google Visualization API
Alex, The problem is that the default format is not sufficient for this case. You can override the default by specifying the axes.y.all.format.pattern, something like this: options = { ... axes: { y: { all: { format: { pattern: '#.#' } } } } } On Fri, Feb 27, 2015 at 2:56 AM, alex

[visualization-api] Line Chart Y-Axis is Not Displaying Properly

2015-02-26 Thread alex scf
Hi all, im trying to plot a line graph using Google Line Chart. The graph is being plotted correctly. Picture below is the outcome. however the Y-axis displaying the number twice. Please advice how to solve this problem so that it only display the number once.

Re: [visualization-api] Line chart with special points

2014-12-03 Thread Rafael Cabral
Thank you very much. That works for me. 2014-12-01 16:28 GMT+00:00 'Sergey Grabkovsky' via Google Visualization API : > Hi, you should be able to accomplish this using the style role. You can > find the documentatino for it here: > https://developers.google.com/chart/interactive/docs/roles#styler

Re: [visualization-api] Line chart with special points

2014-12-01 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi, you should be able to accomplish this using the style role. You can find the documentatino for it here: https://developers.google.com/chart/interactive/docs/roles#stylerole On Fri Nov 28 2014 at 10:50:27 AM procabral wrote: > Hi. I am trying to have a line graph, with some "Normal" points an

[visualization-api] Line chart with special points

2014-11-28 Thread procabral
Hi. I am trying to have a line graph, with some "Normal" points and some "Special" points. I would like that the "Special" poins are marked, and easilly differentiated from "Normal" points. I have attached a Simple example. Any help/hint will be appreciated. Regards. procabral

Re: [visualization-api] Line Chart --returning json data only...no chart...

2014-11-18 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi, it appears that your problem is actually very simple. For dates, we expect the string format to look like the JavaScript Date constructor, so for example, instead of "2014-10-20", you would have "Date(2014, 10, 20)". Here's a jsfiddle that uses the correct date format: http://jsfiddle.net/gfnwy

  1   2   3   >