Hallelijah!!! Thanks a million man. IT works now. Couldn't do it without
you. Thanks again!

m

2013/2/25 asgallant <[email protected]>

> *facepalm* when I copied the javascript over, I left the "mm" typo in
> place, use this instead:
>
> <script type='text/javascript' src="http://www.google.com/jsapi";></script>
> <script type="text/javascript">
> function drawChart() {
> var data1 = new google.visualization.DataTable()
> data1.addColumn('datetime', 'Datum');
> data1.addColumn('number', 'Savum');
> data1.addColumn('number', 'RPWS1');
> data1.addRows([@Html.Raw(rows)]);
>
> var chart = new
> google.visualization.LineChart(document.getElementById('chart_div'));
> chart.draw(data1, {
> height: 350,
> width: 900,
> title: 'Absolutna kota vode v tesnilni zavesi',
> vAxis: {
> maxValue: 165.5,
> minValue: 159,
> title: 'absolutna kota'
> }
> });
> }
> google.load('visualization', '1', {packages: ['corechart']});
> google.setOnLoadCallback(drawChart);
> </script>
>
> On Monday, February 25, 2013 11:45:10 AM UTC-5, Matevz Uros Pavlic wrote:
>>
>> Hi,
>>
>> it don't know what is wrong, but still it doesn't show graph. changed all
>> like you said, yet still nothing...no error or anything just blank screen.
>> The render looks ok...but nothing shows up.
>> Is there a ways I could send you some data or anything that you could
>> test?
>>
>> Attached are complete CSHTML file and HTML render....
>>
>> Thanks again,  m
>>
>>  --
> 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
> http://groups.google.com/group/google-visualization-api?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to