Hello Fellow TiddlyWikiers. Good Day to you all.
I created a rudimentary horizontal bar-chart to show off my elementary TiddlyWikiing skills:
title: WhateverPleasesYou
tags: AnythingGoes NoTagsIsFine $:/tags/FoodForThought/WhoNeedsTagsAnyway
rect: <svg width=20 height=20><rect width=20 height=20 fill=RoyalBlue></rect></svg>
text: <table>
<tr>
<th>
Region </th>
<th>
Number Of Stuffed-Dice Rear-View-Mirror Novelty Ornaments Sold
</th>
</tr>
<tr>
<td>
Asia
</td>
<td>
{{!!rect}} {{!!rect}} {{!!rect}} {{!!rect}} {{!!rect}}
{{!!rect}} {{!!rect}} {{!!rect}} {{!!rect}} {{!!rect}}
{{!!rect}} {{!!rect}} {{!!rect}} {{!!rect}} {{!!rect}}
{{!!rect}} {{!!rect}} {{!!rect}} {{!!rect}} {{!!rect}}
{{!!rect}} {{!!rect}} {{!!rect}} {{!!rect}} {{!!rect}} 250
</td>
</tr>
<tr>
<td>
Pacific Islands
</td>
<td>
{{!!rect}} {{!!rect}} {{!!rect}} {{!!rect}} {{!!rect}} 50
</td>
</tr>
</table>
Congratulations, team!! Let's aim for even more next year.
type: text/vnd.tiddlywiki
“rect2” etc. if you need alternate colours, shapes. Spaces aren’t necessary. Remove all but one rectangle if you have a specific length.
Save text as snippet if you like. If you need a bar chart and you’re iin a bind, wont you try this out and see if it works for you?