Skip to content

Instantly share code, notes, and snippets.

@markcaron
markcaron / figure-donut-chart-with-key.html
Last active April 6, 2018 01:13
Final Donut Chart as Figure w/ Key
<style>
@import url(https://fonts.googleapis.com/css?family=Montserrat:400);
body {
font: 16px/1.4em "Montserrat", Arial, sans-serif;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;