Hi Denial,

Please find the URL http://pinnacleinfotech.in/vivera/chart.html  its 
working fine. Please help me to resolve this.

On Monday, March 7, 2016 at 7:08:15 PM UTC+5:30, Daniel LaLiberte wrote:
>
> Hi Krishna,
>
> Your URL is the same as before, and results in an error.
>
> On Mon, Mar 7, 2016 at 5:06 AM, Krishna Prasad <[email protected] 
> <javascript:>> wrote:
>
>
> Now the URL changed as http://pinnacleinfotech.in/vivera/chart.html 
> <http://onnetsourcing.com/vivera/chart.html>
>
> On Tuesday, March 1, 2016 at 12:54:16 PM UTC+5:30, krishna prasad wrote:
>
> Hi,
>
> My chart should exactly looks like this 
> http://onnetsourcing.com/vivera/chart.html . Here I have entered the data 
> in manual format. Please help me the script which istaking the data from DB 
> and display in the chart.html page. You can see the codes as below:
>
> <script type="text/javascript" src="https://www.google.com/jsapi";>
> </script>
> <script type="text/javascript">
> google.load("visualization", "1", {packages:["corechart"]});
>
> var dataSet = [
> ['Date','1st Floor', '2nd Floor', '3rd Floor', '4th Floor', '5th Floor', 
> '6th Floor', '7th Floor', 'Tarrace Floor'],
> ['A Block', 1, 1, 1, 0, 0, 0, 0, 0],
> ['B Block', 1, 1, 1, 1, 1, 1, 1, 1],
> ['C Block', 1, 1, 1, 1, 1, 1, 1, 1],
> ['D Block', 1, 1, 1, 1, 1, 1, 1, 1],
> ['E Block', 1, 1, 0, 0, 0, 0, 0, 0],
> ['F Block', 1, 1, 0, 0, 0, 0, 0, 0],
> ];
>
> // The first chart
>
> google.setOnLoadCallback(drawChart1);
> function drawChart1() {
> var data = google.visualization.arrayToDataTable( dataSet );
>
> var options = {
> title: 'Project Progress Report\nTotals',
> vAxis: {title: 'Completed Floors', maxValue: 8}, // sets the maximum value
> backgroundColor: {strokeWidth: 2 }, // to draw a nice box all around the 
> chart
> isStacked: 'true' // = rowstacked in gnuplot
> };
>
> va
>
> ...

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/75e526db-b236-454f-a558-db60f6064825%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to