JSChart Error on example code-4

Posted by user1465571 
JSChart Error on example code-4
November 24, 2012 06:58PM
Hello,

Since I keep on getting this error code "JSChart XML/JSON: File not loaded or malformed color/data/option set" for my own chart, I tested out the example-4 code using Json and I get the exact same error.
Could anyone please shed some light into this?

Thank you in advance.

In case you want to see my own code (All the files are located on the exact same folder):

<!DOCTYPE html>
<html>
<head>
<title>Goolap Fact Lifecycles Demo</title>
<script type="text/javascript" src="jscharts.js"></script>
</head>
<body>

<div id="chartcontainer">Loading graph...</div>

<script type="text/javascript">
var myChart = new JSChart('chartcontainer', 'line');
myChart.setDataXML("Itworks.xml"winking smiley;
myChart.draw();
</script>

</body>
</html>
Re: JSChart Error on example code-4
January 30, 2013 03:06PM
Can you please let us know what browser are you using? Also can you please open a ticket regarding this problem? Thank you.
[www.jumpeyecomponents.com]
Sorry, you do not have permission to post/reply in this forum.