We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfaf42 commit 914bec9Copy full SHA for 914bec9
1 file changed
build/testable-projects-fcc/data/music-industry-revenue.json
@@ -0,0 +1,28 @@
1
+{
2
+ "data": [
3
+ ["2000-01-01", 23.1],
4
+ ["2001-01-01", 21.5],
5
+ ["2002-01-01", 19.8],
6
+ ["2003-01-01", 18.2],
7
+ ["2004-01-01", 17.9],
8
+ ["2005-01-01", 16.7],
9
+ ["2006-01-01", 15.5],
10
+ ["2007-01-01", 14.3],
11
+ ["2008-01-01", 13.1],
12
+ ["2009-01-01", 12.4],
13
+ ["2010-01-01", 13.0],
14
+ ["2011-01-01", 14.2],
15
+ ["2012-01-01", 15.1],
16
+ ["2013-01-01", 16.4],
17
+ ["2014-01-01", 17.3],
18
+ ["2015-01-01", 18.9],
19
+ ["2016-01-01", 20.1],
20
+ ["2017-01-01", 21.6],
21
+ ["2018-01-01", 22.8],
22
+ ["2019-01-01", 24.1],
23
+ ["2020-01-01", 23.9],
24
+ ["2021-01-01", 25.9],
25
+ ["2022-01-01", 26.8],
26
+ ["2023-01-01", 28.6]
27
+ ]
28
+}
0 commit comments