You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
svg {
|
|
overflow: visible;
|
|
margin-left: 20px; /* add this line */
|
|
}
|
|
rect {
|
|
stroke: white;
|
|
stroke-width:1px;
|
|
}
|
|
#bottom-axis text {
|
|
transform:rotate(45deg);
|
|
text-anchor: start;
|
|
}
|