$( document ).ready(function() { var doughnutData = [ { value: 35, color:"#00A0D4", highlight: "#008cba", label: "Eventos Terminados" }, { value: 60, color: "#00BD9C", highlight: "#00a384", label: "Eventos Activos" } ]; var doughtChartContext = new Chart(document.getElementById("js-doughnut-chart").getContext("2d")).Doughnut(doughnutData, { percentageInnerCutout: 60 }); var pieData = [ { value: 300, color:"#FF7733", highlight: "#FF7733", label: "Roger" }, { value: 50, color: "#00A0D4", highlight: "#00A0D4", label: "Mariana" }, { value: 100, color: "#33495F", highlight: "#33495F", label: "Carlos" }, { value: 100, color: "#00A385", highlight: "#00A385", label: "Organico" } ] var pieContext = new Chart(document.getElementById("js-pie-chart").getContext("2d")).Pie(pieData, { legendTemplate : "