Object doesn't support this property or method confused smiley

Posted by YANKUMI 
Object doesn't support this property or method confused smiley
May 15, 2009 03:54PM
hello !
i need your help.
i have problem with jschart when i proved
the first instance gives me : JSChart:NAME must be string and corespond to an existin id
and y click OK .
but after this error , gives me : Microsoft JScript runtime error: Object doesn't support this property or method
in this line : this.D.appendChild(dl)
my code is :
<script language="javascript" type="text/javascript">
var myData = new Array([10, 20], [15, 10], [20, 30], [25, 10], [30, 5]);
var myChart = new JSChart('chartcontainer', 'line');
myChart.setDataArray(myData);
myChart.setBackgroundColor('#efe');
myChart.setAxisNamehot smiley'Custom X Axis Name');
myChart.setAxisNameY('Y Axis');
myChart.setSize(500, 400);
myChart.setTitle('My Chart Title');
myChart.setTitleColor('#5555AA');
myChart.setTitleFontSize(10);
myChart.draw();
</script>

any ideas ??
thanks for your help



Edited 1 time(s). Last edit at 05/15/2009 03:56PM by YANKUMI.
Re: Object doesn't support this property or method confused smileysad smiley
May 25, 2009 11:39PM
help me sad smiley
pliss!! plisss !!
somebody ??
oh ! come on !!
Re: Object doesn't support this property or method confused smileysad smiley
May 26, 2009 06:00AM
The "JSChart:NAME must be string and corespond to an existin id" alert says you have not given JScharts an existing container ID. Is there a div or something with the "chartcontainer" id?

Sabin

--------------------
JS Charts - Created by Smartketer LLC
Re: Object doesn't support this property or method confused smileysad smiley
May 26, 2009 02:48PM
uppssssssss!!
I am ashamed,
You were right
thank you sabin grinning smiley
Sorry, you do not have permission to post/reply in this forum.