Commit 00c93e22ffba28ec94a7aca067a20eec8ad3a0bd
reduce graph height (change ratio)
mix irving committed on 4/19/2018, 9:27:46 PMParent: 99cb8e2543b997e4f1db57956811f7789da47388
Files changed
app/page/statsShow.js | changed |
app/page/statsShow.js | ||
---|---|---|
@@ -79,9 +79,9 @@ | ||
79 | 79 | // pull.log(() => console.log('DONE')) |
80 | 80 | // ) |
81 | 81 | /// ///// test code ///// |
82 | 82 | }) |
83 | - const canvas = h('canvas') | |
83 | + const canvas = h('canvas', { height: 200, width: 600, style: { height: '200px', width: '600px' } }) | |
84 | 84 | |
85 | 85 | const page = h('Page -statsShow', [ |
86 | 86 | h('div.content', [ |
87 | 87 | h('h1', 'Stats'), |
Built with git-ssb-web