[visualization-api] Re: Chart Rendering Taking an Extremely Long Time

2020-11-15 Thread AM
Hi, Did you ever figure this out? Did you lean anything you can share? I have a site that’s loads rapidly on desktop and takes forever on mobile. Cheers On Thursday, February 26, 2015 at 8:23:15 AM UTC-8 mdor...@gmail.com wrote: > I'm making a page that has multiple charts and is adapt

[visualization-api] Long Load times on Mobile

2020-11-13 Thread AM
Very strange a page that takes 2-3 seconds to fully load charts on Desktop is taking 1.5 minutes on my ipad (over wifi?) Example page: https://www.towncharts.com/Florida/Demographics/Broward-County-FL-Demographics-data.html Any ideas? -- You received this message because you are subscribed

Re: [visualization-api] Is GeoChart Not working?

2016-04-08 Thread AM
It just went back to working again. This chart data doesn't change. That's the wired thing. Nothing changes but the chart sometimes throws the error. Still seemed like if it takes too long to load it's a problem. -- You received this message because you are subscribed to the Google Groups

[visualization-api] Is GeoChart Not working?

2016-04-05 Thread AM
I updated code to make this work and that seemed to fix it until today. Any ideas here? http://www.towncharts.com/United-States-Demographics-data.html#Figure49 Here is my code: google.charts.setOnLoadCallback(drawTable49);function drawTable49() { var data49 =

[visualization-api] GeoChart intermittent Problem

2016-02-22 Thread AM
I continue to have an intermittent problem with GeoCharts. Sometimes the chart works and sometimes it does not. This is the case with this chart even though nothing changes with the code or data. It will literally sometimes work on load and sometimes it does not. Is there some type of timeout

[visualization-api] Intermittent Issue with Geomap?

2015-08-27 Thread AM
Is anyone noticing problems with the geomap? For the last week sometimes this seems to load and sometimes is doesn't. When it doesn't I get requested map does not exist. This is odd because sometimes it loads just fine but there are no changes to it?

[visualization-api] Two Donut Charts setup the same yet behave differently?

2015-07-26 Thread AM
I have one chart that shows the proper % when you mouse over each slice: http://www.towncharts.com/Alabama/Education/Windham-Springs-CCD-AL-Education-data.html#Figure3 Then on the very next chart which is setup the exact same way but does not show the proper % when you mouseover:

[visualization-api] Table Charts have changed and now look garbled when drawn

2015-02-25 Thread AM
Has anyone noticed that table charts are garbled for them? These all used to work fine and now they don't draw the same way. Did something change? Example: http://www.towncharts.com/California/Economy/San-Francisco-city-CA-Economy-data.html -- You received this message because you are

[visualization-api] Geocharts intermittent errors

2014-12-17 Thread AM
Every once in a while I load a page with a geochart and get the error Map not found. Then I reload the page and it works fine. Does anyone else see problems like this: Here is the page where it worked last time I checked:

[visualization-api] Blurry Charts?

2014-10-23 Thread AM
I am seeing a strange issue in charts that are sitting next to each other. In the following example it looks like the chart on the left is clear and the same type of chart on the right looks blurry: http://www.towncharts.com/California/Education/Palo-Alto-city-CA-Education-data.html#Figure10

[visualization-api] Table with BarFormat in dashboard doesn't render?

2014-09-27 Thread AM
I have a table chart with the BarFormat which works very nicely: http://www.towncharts.com/Economy-Income-Median-Earnings-per-Worker.html Then I try to put in into a dashboard with a slider control. And the html does not render. Is this some limitation of the BarFormat and a dashboard

[visualization-api] Re: Garbled Chart Legends When Hiding / Showing Charts in Div

2014-08-24 Thread AM
are first opened. On Wednesday, August 20, 2014 8:59:28 PM UTC-4, AM wrote: I've been creating pages with a lot of Google Charts. To make the pages more manageable I put groups of charts together into Div tags. Then I have a menu that shows or hides the various groups of charts (i.e. Div tags

[visualization-api] Garbled Chart Legends When Hiding / Showing Charts in Div

2014-08-20 Thread AM
I've been creating pages with a lot of Google Charts. To make the pages more manageable I put groups of charts together into Div tags. Then I have a menu that shows or hides the various groups of charts (i.e. Div tags). When I show charts that were hidden they show up with their legends

[visualization-api] getFilteredRows as First Chart of Dashboard

2014-08-15 Thread AM
Trying to filter out a couple of data points for the first chart in a dashboard of many charts. Filtering data works fine for all the other charts except the first one. I think because its the first one I have to do something different. Here is the relevant code for what I'm doing now: var

[visualization-api] Re: getFilteredRows as First Chart of Dashboard

2014-08-15 Thread AM
of the Table on the page performance down: var dummyTable = new google.visualization.ChartWrapper({ chartType: 'Table', containerId: 'dummy_table_div', view: { rows: [0] } }); On Friday, August 15, 2014 12:48:14 PM UTC-4, AM wrote: Trying to filter out a couple of data

[visualization-api] Re: Both Sort and Filter View

2014-07-12 Thread AM
this procedure of creating new views based on the first table. I would need to filter it first before that dashboard draw? Would I just do a temp variable like var view1? Thanks for any feedback. On Friday, July 4, 2014 2:21:02 PM UTC-7, AM wrote: Is there a way to both sort and filter the data

[visualization-api] Re: Both Sort and Filter View

2014-07-08 Thread AM
(3)); On Friday, July 4, 2014 5:21:02 PM UTC-4, AM wrote: Is there a way to both sort and filter the data in a view? var view18 = new google.visualization.DataView(dt); view18.setRows(dt.getFilteredRows([{'column': 2, 'value': 'Male'}])); view18.setRows(dt.getSortedRows(3

[visualization-api] Both Sort and Filter View

2014-07-04 Thread AM
Is there a way to both sort and filter the data in a view? var view18 = new google.visualization.DataView(dt); view18.setRows(dt.getFilteredRows([{'column': 2, 'value': 'Male'}])); view18.setRows(dt.getSortedRows(3)); Chart18.setDataTable(view18); Chart18.draw(); I'm finding

[visualization-api] Something funky with tables right now...an update maybe?

2014-06-12 Thread AM
Getting error Pv is not defined http://www.towncharts.com/New-York/Demographics/New-York-city-NY-Demographics-data.html -- 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,

[visualization-api] Google Charts Down

2014-06-10 Thread AM
Hi, I'm now using what I think is the correct version of the charts package: google.load('visualization', '1.0', {packages: ['controls']}); But I'm getting errors for charts. This all worked earlier. Is this my issue or is something down? Errors:

Re: [visualization-api] Google Charts Down

2014-06-10 Thread AM
, and your charts load fine. If there's a problem, it's on your end... Jon On Tue, Jun 10, 2014 at 6:21 PM, AM apmi...@gmail.com javascript: wrote: Hi, I'm now using what I think is the correct version of the charts package: google.load('visualization', '1.0', {packages: ['controls

Re: [visualization-api] Google Charts Down

2014-06-10 Thread AM
, 2014 at 6:34 PM, AM apmi...@gmail.com wrote: Really strange. I just get errors on my side for every page with charts on them. I'm getting b.I is not a function One or more participants failed to draw() On Tuesday, June 10, 2014 3:25:14 PM UTC-7, orw...@google.com wrote: Google Charts

[visualization-api] Sorting Each Chart Differently in a dashboard

2014-05-23 Thread AM
I have a data table and make 10 charts off that data table. Its all part of dashboard binded to a categoryPicker control. Is there a way to have each chart sorted differently? It seems like I would have to create a different data view for each chart maybe? If I do that though, do I also have