git ssb

2+

mixmix / ticktack



Commit 00c93e22ffba28ec94a7aca067a20eec8ad3a0bd

reduce graph height (change ratio)

mix irving committed on 4/19/2018, 9:27:46 PM
Parent: 99cb8e2543b997e4f1db57956811f7789da47388

Files changed

app/page/statsShow.jschanged
app/page/statsShow.jsView
@@ -79,9 +79,9 @@
7979 // pull.log(() => console.log('DONE'))
8080 // )
8181 /// ///// test code /////
8282 })
83- const canvas = h('canvas')
83+ const canvas = h('canvas', { height: 200, width: 600, style: { height: '200px', width: '600px' } })
8484
8585 const page = h('Page -statsShow', [
8686 h('div.content', [
8787 h('h1', 'Stats'),

Built with git-ssb-web