This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<canvas id="myChart" width="400" height="100"></canvas> | |
<script src="/js/Chart.min.js"></script> | |
<script> | |
$(function () { | |
var ctx = document.getElementById("myChart").getContext("2d"); | |
// examine example_data.json for expected response data | |
var json_url = "example_data.json"; | |
// draw empty chart |