docs: update screenshot

This commit is contained in:
vicanso 2022-01-02 10:18:45 +08:00
parent dfdcbd9534
commit a577d30eb8
2 changed files with 3 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 296 KiB

Before After
Before After

View file

@ -15,6 +15,9 @@ var html = `<!DOCTYPE html>
<link type="text/css" rel="styleSheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" /> <link type="text/css" rel="styleSheet" href="https://unpkg.com/normalize.css@8.0.1/normalize.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style> <style>
body {
background-color: #e0e0e0;
}
.charts { .charts {
width: 830px; width: 830px;
margin: 10px auto; margin: 10px auto;