You must be logged in to post your query.
Home › Forums › Chart Support › Problem with getJSON on my server
I have a file on my server, one of the CanvasJS example files: http://www.kukaxoco.org/TRADING/tech-toggle.html
In the original file, there is one line: $.getJSON("https://canvasjs.com/data/docs/ethusd2018.json", function(data) {
$.getJSON("https://canvasjs.com/data/docs/ethusd2018.json", function(data) {
When I replace it with: $.getJSON("http://www.kukaxoco.org/TRADING1/ethusd2018.json", function(data) {
$.getJSON("http://www.kukaxoco.org/TRADING1/ethusd2018.json", function(data) {
It doesn’t work, even though I have copied “ethusd2018.json” intact into the server directory.
Anyone know what I am doing wrong?
Thanks!
@greg-aharonian,
It looks like the sample page & the JSON seems to be not working.
Can you kindly create a sample project reproducing the issue and share it with us over Google-Drive or Onedrive along with the sample data so that we can run the code locally, understand the scenario better and help you out?
Considering this thread as a duplicate of Problem with getJSON on my server and hence closing the same.
— Shashi Ranjan Team CanvasJS
You must be logged in to reply to this topic. Login/Register