Skip to content

Instantly share code, notes, and snippets.

View Gabriel10Velloso's full-sized avatar

Gabriel Velloso Gabriel10Velloso

View GitHub Profile
@mesuutt
mesuutt / chart.html
Last active March 23, 2021 02:08
Chart.js - Doughnut chart with custom legend http://codepen.io/mesuutt/pen/LbyPvr
<div class="canvas-con">
<div class="canvas-con-inner">
<canvas id="mychart" height="250px"></canvas>
</div>
<div id="my-legend-con" class="legend-con"></div>
</div>