Home Forums StockChart Support Problem with getJSON on my server

Problem with getJSON on my server

Viewing 2 posts - 1 through 2 (of 2 total)
  • #30485

    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) {

    When I replace it with:
    $.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!

    #30496

    @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?


    Shashi Ranjan
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.