1. Partial fix for NIHVIVO-2150, now the temporal vis only shows line graph only for the last complete 10 years.
This commit is contained in:
parent
a98b77762c
commit
3aa9d2879f
3 changed files with 9 additions and 4 deletions
|
@ -230,8 +230,8 @@ function init(graphContainer) {
|
|||
|
||||
var defaultFlotOptions = {
|
||||
xaxis : {
|
||||
min : globalDateObject.getFullYear() - 9,
|
||||
max : globalDateObject.getFullYear(),
|
||||
min : globalDateObject.getFullYear() - 10,
|
||||
max : globalDateObject.getFullYear() - 1,
|
||||
tickDecimals : 0,
|
||||
tickSize : 2
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue