D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
micahstubbs
Full window
Github gist
horizontal boxplot
<DOCTYPE !html> <html> <head> <title>horizontal boxplot</title> <meta charset="utf-8" /> <style> /* svg { border: 1px solid gray; }*/ line { shape-rendering: crispEdges; stroke: #000000; } line.minor { stroke: #777777; stroke-dasharray: 2,2; } path.domain { fill: none; stroke: black; } </style> </head> <body> <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.7.0/d3.min.js" type="text/JavaScript"></script> <script src='./index.js'></script> </body> </html>
https://cdnjs.cloudflare.com/ajax/libs/d3/5.7.0/d3.min.js