Skip to content

Instantly share code, notes, and snippets.

@hacksdump
hacksdump / chartjs_annotation_plugin_example.html
Last active December 16, 2021 11:06
Chart.js line graph with moving vertical line using annotations plugin.
<html>
<head>
<style>
* {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;