# Spacing
Spacing refers to the space between the data items and between the datasets.
# Add Data Spacing
When using a single datasets table, sometimes we want to add space between the items. Use the .data-spacing-*
class to add spacing to the data.
<table class="charts-css column data-spacing-5">
...
</table>
1
2
3
2
3
Note that it adds paddings to <tr>
elements.
Open in:
# Add Dataset Spacing
When using a multiple datasets, we can use the .datasets-spacing-*
class to add spacing between datasets.
<table class="charts-css column multiple data-spacing-20 datasets-spacing-4">
...
</table>
1
2
3
2
3
Note that it adds margins to <td>
elements.
Open in:
← Axes Reverse Order →