如何将Google趋势统计信息更改为过去5年

I'm using code from Github to show Google Trends on Wordpress page. I have a little issue where the statistics show the overtime data (from 2004 til today). All I want is just showing the past 5 years of data, but I have no idea which line I should modify.

The only clue I have is the code cid=TIMESERIES_GRAPH_0 is responsible for performing data from a specific period.

I hope you can guide me solve the issue step by step since I just started my PHP learning yesterday.