Skip to content

Instantly share code, notes, and snippets.

View njoyard's full-sized avatar

Nicolas Joyard njoyard

View GitHub Profile
@njoyard
njoyard / bug.html
Created November 9, 2020 23:14
Chart.js 3.0.0-beta.6 bug
<!DOCTYPE html>
<html>
<head>
<title>Stacked Bar Chart</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/luxon/1.25.0/luxon.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@3.0.0-beta.5/dist/chart.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-adapter-luxon@0.2.2/dist/chartjs-adapter-luxon.min.js"></script>
<style>
canvas {
-moz-user-select: none;