Re: [visualization-api] Bar Chart: how to get percentage in the hAxis

2014-12-02 Thread saKw
, I'm surprised that tooltip.text: 'percentage' works for you. On Fri Nov 21 2014 at 2:08:11 PM saKw kabi...@gmail.com javascript: wrote: Hi there, I am working with Bar chart. My chart coming good. but I am not able to get percentage in then hAxis, in stead i am getting 5

[visualization-api] Re: How to setup range on the vAxis?

2014-11-22 Thread saKw
This is a old post, but i have similar problem, hoping to get some help. My chart has hAxis in 0, 1,000,000, 2,000,000...format. I want to change it to 0, 10, 20 ,...100. when i use above code i do get hAxis as 0, 10, 10 but the chart doesnt display correctly, I have attached both before

[visualization-api] Bar Chart: how to get percentage in the hAxis

2014-11-21 Thread saKw
Hi there, I am working with Bar chart. My chart coming good. but I am not able to get percentage in then hAxis, in stead i am getting 5, 7... I want to see the HAxis starts with 0.0% to 100%. My output looks like my first image but i want it to look like second. This is what i am

[visualization-api] google Visualization API: Animation from JSON data

2014-11-09 Thread saKw
I found lots of example using animation but mostly static data. They dont cover how to animate using data coming from JSON. I want to create animation like this example *http://jsfiddle.net/h7mSQ/163/* http://jsfiddle.net/h7mSQ/163/ I am creating chart using zero values and then setting the

[visualization-api] Drawing separate chart for subcategories using google visualization

2014-11-01 Thread saKw
Hi, I am trying to draw a chart using google visualization. I have 11 categories, out of those eleven categories 4 of them have subcategories. The Subcategories are different for different categories. For example: - a) Video - i. Subcategories: Netflix, YouTube, Vimeo, Vine,

[visualization-api] Re: Google visualization dashboard Pie display

2014-08-06 Thread saKw
Hi Andrew, Thank you so much. I changed my code and it worked perfectly. But still I am seeing another problem. I have code to calculate total kbUsage for perticular MDN. That was working before. But now it just gives total no of rows returned from the DB, instead of total of all kbUsage.

[visualization-api] Re: Google visualization dashboard Pie display

2014-08-05 Thread saKw
the PieChart from the Dashboard.bind call: var chart = new google.visualization.Dashboard(document.getElementById('dashboard')). bind([categoryPicker], [table]); On Friday, August 1, 2014 2:00:19 PM UTC-4, saKw wrote: https://lh3.googleusercontent.com/-zXeubBSjnX8/U9vVm9YA9TI/IgU

[visualization-api] Re: Google visualization dashboard Pie display

2014-08-05 Thread saKw
:15 PM UTC-4, saKw wrote: Hi Andrew, When I remove the PieChart from the Dashboard.bind call, i dont see pie chart image in my page. and also i get an error that says Invalid column index 2. Should be an integer in the range [0-1]. Thanks On Friday, August 1, 2014 8:38:08 PM UTC-4