mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-14 04:06:49 +01:00
Document the different parts of cartesian and radial scales with examples (#8636)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user