- git clone https://github.com/samzchou/knowledgeGraph.git
- /example/index.html;Place this file accessible on the server
- analog data
- Remote reading of data
async function initChart() {
// load data
$.getJSON('http://server/jsonData.json').then(response => {
// do something
})
}
