docs: update documents
This commit is contained in:
parent
eb421892fe
commit
c5d95eae0a
3 changed files with 6 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ var html = `<!DOCTYPE html>
|
|||
background-color: #e0e0e0;
|
||||
}
|
||||
.charts {
|
||||
width: 830px;
|
||||
width: 810px;
|
||||
margin: 10px auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
@ -27,6 +27,9 @@ var html = `<!DOCTYPE html>
|
|||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.grid:nth-child(even) {
|
||||
margin-right: 0px;
|
||||
}
|
||||
.grid svg {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue