data on different text input and output methods inspired by @devonzuegel's microblog post
read the macroblog post at http://devonzuegel.com/post/comparison-of-text-editing-methods
the data presented here combines the data presented in the post with additional research by @micahstubbs
๐กthis table as a chart:
๐ in github repo form at https://github.com/micahstubbs/text-editing-methods
an iteration on Horizontal Bar Chart from @currankelleher
xxxxxxxxxx
<head>
<meta charset="utf-8">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.7.0/d3.min.js"></script>
<style>
.axis text {
fill: #333333;
}
.x.axis text {
font-size: 12px;
}
.y.axis text {
font-size: 28px;
}
.axis line {
fill: #333333;
}
.axis path {
fill: none;
stroke: #333333;
}
.tick line {
stroke: #333333;
}
โ
</style>
</head>
<body>
<script src='index.js'></script>
</body>
https://cdnjs.cloudflare.com/ajax/libs/d3/5.7.0/d3.min.js