[visualization-api] Stacked multi series bar chart

2016-03-10 Thread Vishal Madhvani
Hey all, I need a stacked multi series bar chart for a project i'm working on and I can't seem to figure out if its possible using Google Charts. The project use Material Design styling and Google Charts is awesome, so this would be ideal over a custom solution. Here's a JSFiddle of the

Re: [visualization-api] Problem displaying chart in safari

2016-03-10 Thread vitluhayquen
thanks ! Vào 19:47:06 UTC+7 Thứ Ba, ngày 13 tháng 10 năm 2015, Daniel LaLiberte đã viết: > > Your code works fine for me on Safari (version 8.0.8 on Mac), which I made > a jsfiddle example from: http://jsfiddle.net/dlaliberte/u2qzg56j/ > There might have been some strange whitespace chars

Re: [visualization-api] Order by name in Sankey

2016-03-10 Thread 'HighlyKiwi' via Google Visualization API
Hi Khrys I was working through this same problem. I've found that if you set the number of iterations to 0 then the chart draws based on your input the data. It took me awhile to find this, but it seems like the chart is drawn with a default of 32 iterations to figure out the best layout (its

[visualization-api] Re: Bubble Chart values not displaying commas

2016-03-10 Thread asingular
Thanks Dan. Updating to the latest version did the trick. Appreciate the help. On Tuesday, March 8, 2016 at 7:24:36 PM UTC-5, asingular wrote: > > Hi all, > > I am using the first example on this page: > https://developers.google.com/chart/interactive/docs/gallery/bubblechart. > It is working

[visualization-api] Re: Bubble Chart Zoom Issue

2016-03-10 Thread asingular
You are THE MAN! Thanks so much, that works perfectly. On Tuesday, March 8, 2016 at 7:33:30 PM UTC-5, asingular wrote: > > Hello all, > > I am using the first example on this page: > https://developers.google.com/chart/interactive/docs/gallery/bubblechart#overview > > and it looks good. But I

Re: [visualization-api] Missing bars from chart

2016-03-10 Thread Troy Forsyth
I removed all options from the form. The pie chart on the view works fine. It's just the bar chart. I have a popover trigger event launching the drawChart. Also, it works fine and dandy in chrome, but edge gets the results you see. On Thursday, March 10, 2016 at 2:36:21 PM UTC-5, Daniel

Re: [visualization-api] Missing bars from chart

2016-03-10 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Troy, The other thing that can affect your charts is your options. Could you share those as well? It's also possible that some CSS on your page is affecting the SVG, but less likely. On Thu, Mar 10, 2016 at 1:57 PM, Troy Forsyth wrote: > I've got my data coming in,

[visualization-api] Missing bars from chart

2016-03-10 Thread Troy Forsyth
I've got my data coming in, formatted properly, and am showing the x & y axis. for some reason though, the actual bars are not rendering. When I use the google example: var data = google.visualization.arrayToDataTable([ ['Element', 'Density', { role: 'style' }, {

Re: [visualization-api] annotation chart date range out of whack with chart range

2016-03-10 Thread 'Daniel LaLiberte' via Google Visualization API
You can specify 'range' options to modify the ChartRangeFilter. There are a couple of undocumented options regarding the zoom buttons, if you want to customize them: https://groups.google.com/d/msg/google-visualization-api/pzZoRUn5oLA/RQs6RSeJXr4J On Thu, Mar 10, 2016 at 12:46 PM, Nick Dunbar

Re: [visualization-api] annotation chart date range out of whack with chart range

2016-03-10 Thread Nick Dunbar
Ok, thank you for clarifying. Is there any way I can set a minimum zoom size, such as 1 day? Chart range filter in dashboards lets you do that, but I don't know if that works here. Thanks, NIck On Thu, Mar 10, 2016 at 4:55 PM, 'Daniel LaLiberte' via Google Visualization API

Re: [visualization-api] annotation chart date range out of whack with chart range

2016-03-10 Thread 'Daniel LaLiberte' via Google Visualization API
The AnnotationChart legend at the top of the main chart is done with HTML, so you could modify it with CSS, at least for now. Not all the normal corechart options are available for the AnnotationChart itself, though many are for the 'chart' suboption. Check the options documented here:

Re: [visualization-api] annotation chart date range out of whack with chart range

2016-03-10 Thread Nick Dunbar
Hi Dan, That fixed it - obvious when you think about it. A big thank you. A couple of things possibly related - options: {legend:'left', 'title': label+' index', Don't seem to work - the legend is on the right and there is no title. How do I fix that? And do you know how I can change the font

Re: [visualization-api] annotation chart date range out of whack with chart range

2016-03-10 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Nick, Your chart.width option is causing the main chart to be the size you specified. If you want the overall AnnotationChart to have a particular width and height, make sure you specify those options at the top level of the options, not inside the 'chart' suboptions. On Thu, Mar 10, 2016 at

[visualization-api] Which chart should I use for this?

2016-03-10 Thread Matt MatthewsVolvoSite
It isn't obvious to me which type of chart to use. 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

[visualization-api] annotation chart date range out of whack with chart range

2016-03-10 Thread dunbar . nick
Hi, I have created an annotation chart but the chart range filter display at the bottom is way bigger than the chart x axis itself (see screenshot). Is there a simple way to fix this so that the two are aligned? Below are the annotation chart options I am using: var chart = new

Re: [visualization-api] Re: Как сделать выделение сразу по всем линиям графика

2016-03-10 Thread 'Sergey Grabkovsky' via Google Visualization API
Sorry, this is not currently possible. On Thu, Mar 10, 2016 at 10:22 AM Артемий Гаврюшин wrote: > А можно ли "crosshair" задачи ширину полоски? > > четверг, 3 марта 2016 г., 15:32:33 UTC+3 пользователь Артемий Гаврюшин > написал: > >> http://c3js.org/samples/chart_area.html

[visualization-api] Re: Как сделать выделение сразу по всем линиям графика

2016-03-10 Thread Артемий Гаврюшин
А можно ли "crosshair" задачи ширину полоски? четверг, 3 марта 2016 г., 15:32:33 UTC+3 пользователь Артемий Гаврюшин написал: > > http://c3js.org/samples/chart_area.html > http://prntscr.com/aan7yh > > Как сделать, чтобы появлялись данные по срезу, сразу по всем линиям. > > В google chart я

[visualization-api] Re: Problems with Internet Explorer for big data in organizational chart

2016-03-10 Thread Jovs JB
I also forgot to mention that there is no error or some warnings in console, chart is just not showing up. I am using IE 11 but checked on IE 9 also same issue. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from

Re: [visualization-api] How to grow stacked bar?

2016-03-10 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Kok, We don't have support for the explorer mode in the Timeline chart. To get something similar, you might look into wrapping the chart with a scrollable div. Check out the 'style' role to specify a color for each item. Not sure it will work, but worth a try.

[visualization-api] Problems with Internet Explorer for big data in organizational chart

2016-03-10 Thread Jovs JB
Hello, I am trying to adjust google organizational chart on Sharepoint page for our big company. In Google Chrome everithing is working ok, but in internet explorer organizational chart is only showing charts with small amount of data but not the one that have many nodes (i made filter so i

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

2016-03-10 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Nadja, It is not exactly clear what you are asking for, but if you prepare your data appropriately, I believe you can get the effect you want. Look into using the 'role' column: https://developers.google.com/chart/interactive/docs/roles#what-are-roles and perhaps use a DataView with a

Re: [visualization-api] different between new google.charts.Bar & google.visualization.ComboChart

2016-03-10 Thread natarajan govindavel
Working fine. you are rocks sergey Thanks Natarajan Govindavel On Thursday, March 10, 2016 at 8:13:18 PM UTC+5:30, Sergey wrote: > > Natarajan, > > As I've said in an earlier email, you should only include /jsapi if you > use a GeoChart, and it doesn't appear that you do, so you should not >

Re: [visualization-api] Re: Bubble Chart Zoom Issue

2016-03-10 Thread 'Daniel LaLiberte' via Google Visualization API
OK, this seems to work: https://jsfiddle.net/dlaliberte/99qd9pn2/ On Wed, Mar 9, 2016 at 6:42 PM, asingular wrote: > Hi Daniel, > > Thanks, but I am a little unsure of how to go about doing that. Could you > perhaps give me an example? > > all the best, > Joe > > On

Re: [visualization-api] different between new google.charts.Bar & google.visualization.ComboChart

2016-03-10 Thread 'Sergey Grabkovsky' via Google Visualization API
Natarajan, As I've said in an earlier email, you should only include /jsapi if you use a GeoChart, and it doesn't appear that you do, so you should not include it at all. Remember, that with the new loader, you need to do: google.*charts*.load and google.*charts*.setOnLoadCallback. On Thu, Mar

Re: [visualization-api] different between new google.charts.Bar & google.visualization.ComboChart

2016-03-10 Thread natarajan govindavel
> > Hi Sergey, > > I tried your solution which is working fine in Firefox and Chrome but Not > in IE (checked with IE10,IE9,IE8,IE7). > It produce same issue . SCRIPT5007: Unable to get property > 'arrayToDataTable' of undefined or null reference. > I am using both classical and material

Re: [visualization-api] different between new google.charts.Bar & google.visualization.ComboChart

2016-03-10 Thread natarajan govindavel
> > Hi Sergey, > > I tried your solution which is working fine in Firefox and Chrome but Not > in IE (checked with IE10,IE9,IE8,IE7). > It produce same issue . SCRIPT5007: Unable to get property > 'arrayToDataTable' of undefined or null reference. > I am using both classical and material

Re: [visualization-api] different between new google.charts.Bar & google.visualization.ComboChart

2016-03-10 Thread natarajan govindavel
Hi Sergey, I tried your solution which is working fine in Firefox and Chrome but Not in IE (checked with IE10,IE9,IE8,IE7). It produce same issue . SCRIPT5007: Unable to get property 'arrayToDataTable' of undefined or null reference. Thanks Natarajan On Tuesday, March 8, 2016 at

[visualization-api] Timeline/Line Chart

2016-03-10 Thread Craig P
Hi I'm trying to create a chart that displays auction bidding information. The chart would need to show a reserve price line with no markers, in other words if you hover over the reserve line, no tooltips would appear. The other line would display the timestamp the bid price was received.

Re: [visualization-api] How to grow stacked bar?

2016-03-10 Thread Kok How Teh
Hi; I think I made some mistakes. The (1) seems to work. Now I have the following questions / wish-list: (1) Explorable (2) Customizable colors for the bars. I am aware of the "colors" configuration option. However, the question is how to map this array of strings to predefined list of