Document the different parts of cartesian and radial scales with examples (#8636)

This commit is contained in:
Evert Timberg
2021-03-14 01:22:28 -05:00
committed by GitHub
parent 1a2cc27f3a
commit c4cf7b2e08
4 changed files with 213 additions and 8 deletions

View File

@@ -27,3 +27,13 @@
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
.chartjs-small-chart {
width: 400px;
}
.chartjs-center {
display: flex;
flex-direction: row;
justify-content: center;
}