We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db02ee commit 3036058Copy full SHA for 3036058
_pages/wc.md
@@ -32,7 +32,7 @@ description: Word cloud visualization of blog posts by year.
32
</select>
33
</div>
34
35
-<canvas id="wordcloud" width="100%" height="100%"></canvas>
+<canvas id="wordcloud" width="800" height="600"></canvas>
36
37
<script>
38
const canvas = document.getElementById('wordcloud');
0 commit comments