d3.js get JSON from url

后端 未结 4 2174
庸人自扰
庸人自扰 2020-12-21 02:01

The situation is that i am trying to get d3 to read a JSON file which is stored in Windows Azure Blob storage. If i paste the url into a browser then the file is downloaded

4条回答
  •  遥遥无期
    2020-12-21 02:45

    you'll have to set the Content-Type http header to "application/json" on your blob.

    It can be done programmatically or using the rest API, or using a free utility like cloudberry explorer for azure blob storage.

提交回复
热议问题