Make the legend using HTML rather than painting on the canvas
This lets us make pieces of it clickable much easier, and gives us lots
more layout tools. This is in preparation for showing/hiding lines.
Change-Id: I19f17297bf1a47879729e5df4bfaf25aa949d16c
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/frc971/analysis/cpp_plot/index.html b/frc971/analysis/cpp_plot/index.html
index 776c103..fbb5199 100644
--- a/frc971/analysis/cpp_plot/index.html
+++ b/frc971/analysis/cpp_plot/index.html
@@ -1,6 +1,7 @@
<html>
<head>
<script src="cpp_plot_bundle.min.js" defer></script>
+ <link rel="stylesheet" href="styles.css">
</head>
<body>
</body>