Yves S. answered 01/05/20
Statistics made easy for undergrad, grad and MBA students
Nish,
I am not sure a statistical inference test is appropriate for a time series data set. These tests are meant to determine whether a sample is comparable to an underlying population (one that does not evolve over time) or to compare samples between each other.
A Chi Square test is used to determine the relationship (or independence) between two or more categorical variables (are people who buy an SUV more likely to buy a black SUV?). This does not seem to be the case here.
Typical business KPIs are YoY, QoQ, or MoM growth, so you would compare December 2019 with December 2018, or Q4 2019 with Q4 2018.
The closest you can get with statistical inference is a regression (which you should not use to extrapolate data, only to interpolate it); if you are looking at one month beyond a 12 month series, a regression may be appropriate (but remember babies do not grow 9 feet tall, nor do trees grow to the sky!).
I would recommend testing different forecast models against your historical data (trend & seasonality, exponential smoothing, or other) and determine which would be a best fit, and check for any deviation from the forecast.

Yves S.
01/05/20