[visualization-api] Help needed for Google Stacked Bar Chart

2017-09-25 Thread Arghya chakroborty
I have two questions regarding Stacked bar charts - *1. How to insert a subtitle OR add a tooltip to non-Material bar charts (the one haiving initialized using new google.visualization.BarChart()) ?* I have an existing bar chart where non-material bar chart is getting used. I found that for mate

Re: [visualization-api] Removing lines at the edge of Column / Bar Charts

2017-04-04 Thread Arghya chakroborty
r how the charts will align. > > On Tue, Apr 4, 2017 at 11:03 AM, Arghya chakroborty > wrote: > >> Hi, >> >> I am trying to put a line chart and a column chart atop each other. Their >> x-axis is same and they are related as well. >> >> Problem is,

[visualization-api] Re: Annotations along X-Axis

2017-04-04 Thread Arghya chakroborty
Hi, What are you after exactly ? Are you trying to provide option to user for further drill-down ? On Saturday, 25 March 2017 21:14:43 UTC-5, Dennis Chen wrote: > > Is there a way to have annotations along the X-axis of a timeseries chart? > > This is similar to what I'm after: > > >

[visualization-api] Re: pie charprolem

2017-04-04 Thread Arghya chakroborty
To me, it seems like a problem with Chart Area. Could you please add chartArea in your options - var options = { 'title': 'Data Analysis', 'width': 600, 'height': 500, *'chartArea':{left:00,top:0,width:'100%',height:'75%'}*

[visualization-api] Removing lines at the edge of Column / Bar Charts

2017-04-04 Thread Arghya chakroborty
Hi, I am trying to put a line chart and a column chart atop each other. Their x-axis is same and they are related as well. Problem is, they are not "exactly" aligned with each other. While the line chart doesn't have any leading and trailing lines outside chart area , the Column chart has thos

Re: [visualization-api] Problem in coloring each bar in a Horizontal Bar chart

2017-03-01 Thread Arghya chakroborty
fference is that it doesn't support separate colors > for each data row. If you want a horizontal bar chart that works like the > ColumnChart, use google.visualization.BarChart(); > > On Wed, Mar 1, 2017 at 4:05 PM, Arghya chakroborty > wrote: > >> Hi, >> >>

[visualization-api] Re: Is it possible to export google chart data to image format in angularjs?

2017-03-01 Thread Arghya chakroborty
I guess you very well could. But for this, you need to assign the chart object URI to a $scope variable. Something like this - var chart = new google.visualization.ColumnChart(document.getElementById('canvas_dahs')); chart.draw(data); // Store this variable $scope.chartURI = chart.getImageURI

[visualization-api] Google "Annotation Chart" is not responsive

2016-12-07 Thread Arghya chakroborty
Hi, I am trying to create an Annotation Chart for Time Series data. So far, the code snippet given in "Google Charts" page has helped (THANKS A LOT) & the chart gets properly displayed But when I try to access the chart (projected in a web page) in my mobile, the chart doesn't get resized