JSON to text file not supported
JSON to text file not supported
Hi,
I am trying to read my data in the text file ,, but it is giving..
Can some body please look into the code below and letme know the corrective action..
I am using a local webserver to open this html file. i have also put the text file in the same folder.
I have tried using jsonp instead of json
nothing worked out...
<!DOCTYPE html>
//<![CDATA[
function drawChart() {
$.ajax({
url:'C:\\Users\\jastik\\Desktop\\DataArray.txt',
type:'json',
success: function(json){
var data = google.visualization.arrayToDataTable(json);
Thanks in advance
I am trying to read my data in the text file ,, but it is giving..
Can some body please look into the code below and letme know the corrective action..
I am using a local webserver to open this html file. i have also put the text file in the same folder.
I have tried using jsonp instead of json
nothing worked out...
<!DOCTYPE html>
//<![CDATA[
function drawChart() {
$.ajax({
url:'C:\\Users\\jastik\\Desktop\\DataArray.txt',
type:'json',
success: function(json){
var data = google.visualization.arrayToDataTable(json);
Thanks in advance
This discussion has been closed.