I saw there is a function (another PR) to setNumberMonthsDisplayed and its nice but my customer need more than 12 months for the first 2 months of the current year. So if i update line 265 in options object. I could easy update to 14 and the output is perfect!
Hi,
I saw there is a function (another PR) to setNumberMonthsDisplayed and its nice but my customer need more than 12 months for the first 2 months of the current year. So if i update line 265 in options object. I could easy update to 14 and the output is perfect!
Here my recommandation, thanks
numberMonthsDisplayed: !isNaN(parseInt(opt.numberMonthsDisplayed)) && opt.numberMonthsDisplayed > 0 ? parseInt(opt.numberMonthsDisplayed) : 12,