[visualization-api] Remove all text from graph?

2017-08-15 Thread Matthew Poletiek
Trying to basically create a sparkline(bar) in a dynamically created . I need to remove all text from the bar chart. Here is my code. for (i=0; i

Re: [visualization-api] DataView can't see all the columns in my DataTable ?

2016-10-26 Thread Matthew Poletiek
u say. > > I suggest you debug this by generating a Table display of the returned > DataTable before you generate a DataView from that. > > On Wed, Oct 26, 2016 at 4:19 PM, Matthew Poletiek <mpol...@gmail.com > > wrote: > >> sing Google Charts I'm creating a

[visualization-api] DataView can't see all the columns in my DataTable ?

2016-10-26 Thread Matthew Poletiek
sing Google Charts I'm creating a DataTable from JSON, adding some columns, populating the rows, then creating a datview that selects specific columns. When run the google charts API diplays: Invalid column index 6. Should be an integer in the range [0-4]. This is odd, because the DataTable

[visualization-api] Re: Pie Chart is blank

2016-10-12 Thread Matthew Poletiek
Removing the quotes around the numbers in the json output solved my issue. For some reason this wasn't an issue in most other charts. http://stackoverflow.com/questions/40003247/google-charts-api-pie-chart-not-displaying On Wednesday, October 12, 2016 at 8:53:24 AM UTC-7, Matthew Poletiek

[visualization-api] Pie Chart is blank

2016-10-12 Thread Matthew Poletiek
Hello, Trying to get visualizations.PieChart working, but its drawing a blank white box with a title even though there is data. Here is my code. google.charts.load('current', {'packages':['corechart','gauge','line','controls','geochart']}); google.charts.setOnLoadCallback(drawAllCharts);