diff --git a/site/content/examples/12-svg/03-area-chart/data.js b/site/content/examples/12-svg/03-area-chart/data.js index 72cb04f0d8..5cb65b397e 100644 --- a/site/content/examples/12-svg/03-area-chart/data.js +++ b/site/content/examples/12-svg/03-area-chart/data.js @@ -36,5 +36,10 @@ export default [ { x: 2013, y: 5.35 }, { x: 2014, y: 5.28 }, { x: 2015, y: 4.63 }, - { x: 2016, y: 4.72 } -]; \ No newline at end of file + { x: 2016, y: 4.72 }, + { x: 2017, y: 4.82 }, + { x: 2018, y: 4.79 }, + { x: 2019, y: 4.36 }, + { x: 2020, y: 4 }, + { x: 2021, y: 4.92 } +];