Skip to content

Instantly share code, notes, and snippets.

@vvikramjhu
Created December 14, 2015 02:46
Show Gist options
  • Save vvikramjhu/81d5a74b0636ef6dc308 to your computer and use it in GitHub Desktop.
Save vvikramjhu/81d5a74b0636ef6dc308 to your computer and use it in GitHub Desktop.
<html>
<div class="padding-10">
<div id="statsChart" class="chart-large has-legend-unique"></div>
</div>
</html>
<script>
var flot_statsChart;
var pagefunction = function (){
$(function(){
flot_statsChart = $("#statsChart").data("");
})
}
pagefunction();
$(document).ready(function(){
console.log(flot_statsChart);
})
// I get undefined on line 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment