0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
svelte/documentation/examples/12-svg/03-area-chart/data.js
Puru Vijay 993b40201c
feat(site-2): New Markdown renderer, FAQ, Blog, Tutorial, Docs, (#8603)
* New FAQ, new renderer

* Push blog stuff

* Fix blog posts

* Add tutorial to be rendered

* Update documentation/content/blog/2023-03-09-zero-config-type-safety.md

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

* Update documentation/content/blog/2023-03-09-zero-config-type-safety.md

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

* Revamp a lot of renderer, make it (soft) compatible with sveltekit

* Remove markdown types

* Clean up faq +page

* Document stuff

* Make the options more explicity

* chore(site-2): Restructure docs pt 2 (#8604)

* Push

* Update readme

* Push

* inor accessibility fix

* minr stuff

* Add prepare

* Run prettier

* Remove test script

* pnpm update

* Update sites/svelte.dev/src/routes/examples/[slug]/+page.svelte

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

* Update sites/svelte.dev/package.json

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

---------

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

---------

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2023-05-25 18:19:38 +05:30

46 lines
1003 B
JavaScript

export default [
{ x: 1979, y: 7.19 },
{ x: 1980, y: 7.83 },
{ x: 1981, y: 7.24 },
{ x: 1982, y: 7.44 },
{ x: 1983, y: 7.51 },
{ x: 1984, y: 7.1 },
{ x: 1985, y: 6.91 },
{ x: 1986, y: 7.53 },
{ x: 1987, y: 7.47 },
{ x: 1988, y: 7.48 },
{ x: 1989, y: 7.03 },
{ x: 1990, y: 6.23 },
{ x: 1991, y: 6.54 },
{ x: 1992, y: 7.54 },
{ x: 1993, y: 6.5 },
{ x: 1994, y: 7.18 },
{ x: 1995, y: 6.12 },
{ x: 1996, y: 7.87 },
{ x: 1997, y: 6.73 },
{ x: 1998, y: 6.55 },
{ x: 1999, y: 6.23 },
{ x: 2000, y: 6.31 },
{ x: 2001, y: 6.74 },
{ x: 2002, y: 5.95 },
{ x: 2003, y: 6.13 },
{ x: 2004, y: 6.04 },
{ x: 2005, y: 5.56 },
{ x: 2006, y: 5.91 },
{ x: 2007, y: 4.29 },
{ x: 2008, y: 4.72 },
{ x: 2009, y: 5.38 },
{ x: 2010, y: 4.92 },
{ x: 2011, y: 4.61 },
{ x: 2012, y: 3.62 },
{ x: 2013, y: 5.35 },
{ x: 2014, y: 5.28 },
{ x: 2015, y: 4.63 },
{ 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 }
];