+ {#if d}
+
+ {d.user.userName}
+
+
+ {return {x: Date.parse(it.date), y: it.rating}}),
+ fill: false,
+ borderColor: 'rgb(75, 192, 192)',
+ tension: 0.1
+ }
+ ]
+ }} options={{
+ scales: {
+ xAxis: {
+ type: 'time'
+ }
+ }}} />
+
+
+
+ {return {date: it.date, value: it.plays}})}
+ startDate={moment().subtract(1, 'year').toDate()}
+ endDate={moment().toDate()}
+ fontColor="#b3c6ff"
+ emptyColor="#2d333b"
+ colors={['#0e4429', '#006d32', '#26a641', '#39d353']}
+ />
+
+ {:else}
+ Loading...
+ {/if}
+
\ No newline at end of file