How about making the year parameter optional, if no year is defined, you can render the last twelve month (like it is shown on github) ``` years: [{ range: { start: '2018-02-12', end: '2019-02-12' } }] ``` Or is there already such an option I am missing?
How about making the year parameter optional, if no year is defined, you can render the last twelve month (like it is shown on github)
Or is there already such an option I am missing?