forked from shibao/cannery
Make bar graph ignore gaps
This commit is contained in:
parent
557a2cac3d
commit
96b05e8332
@ -1,3 +1,6 @@
|
||||
# v0.9.8
|
||||
- Make bar graph ignore empty days
|
||||
|
||||
# v0.9.7
|
||||
- Fix margin on bottom of page
|
||||
- Use bar graph instead of line graph
|
||||
|
@ -58,6 +58,9 @@ export default {
|
||||
type: 'time',
|
||||
time: {
|
||||
unit: 'day'
|
||||
},
|
||||
ticks: {
|
||||
source: 'data'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user