summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/views/anime.blade.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/resources/views/anime.blade.php b/resources/views/anime.blade.php
index 5e1185d..c918f63 100644
--- a/resources/views/anime.blade.php
+++ b/resources/views/anime.blade.php
@@ -207,7 +207,7 @@ new Chart(document.getElementById('members_chart'), {
backgroundColor: 'white',
},
{
- label: 'Have Rated This',
+ label: 'Scored',
data: {{ json_encode($anime["scored_by"]) }},
file: 'false',
borderColor: 'rgb(75, 192, 192)',
@@ -233,7 +233,7 @@ new Chart(document.getElementById('score_distribution_chart'), {
labels: {!! json_encode($anime["chart_label"]) !!},
datasets: [
{
- label: 'Scored 10',
+ label: 'Score 10',
data: {!! json_encode($anime["score_10"]) !!},
file: 'false',
borderColor: 'green',
@@ -241,7 +241,7 @@ new Chart(document.getElementById('score_distribution_chart'), {
backgroundColor: 'white',
},
{
- label: 'Score_9',
+ label: 'Score 9',
data: {!! json_encode($anime["score_9"]) !!},
file: 'false',
borderColor: 'green',
@@ -249,7 +249,7 @@ new Chart(document.getElementById('score_distribution_chart'), {
backgroundColor: 'white',
},
{
- label: 'Score_8',
+ label: 'Score 8',
data: {!! json_encode($anime["score_8"]) !!},
file: 'false',
borderColor: 'green',
@@ -257,15 +257,15 @@ new Chart(document.getElementById('score_distribution_chart'), {
backgroundColor: 'white',
},
{
- label: 'Score_7',
+ label: 'Score 7',
data: {!! json_encode($anime["score_7"]) !!},
file: 'false',
- borderColor: 'orange',
+ borderColor: 'green',
lineTension: 0.01,
backgroundColor: 'white',
},
{
- label: 'Score_6',
+ label: 'Score 6',
data: {!! json_encode($anime["score_6"]) !!},
file: 'false',
borderColor: 'orange',
@@ -273,7 +273,7 @@ new Chart(document.getElementById('score_distribution_chart'), {
backgroundColor: 'white',
},
{
- label: 'Score_5',
+ label: 'Score 5',
data: {!! json_encode($anime["score_5"]) !!},
file: 'false',
borderColor: 'orange',
@@ -281,15 +281,15 @@ new Chart(document.getElementById('score_distribution_chart'), {
backgroundColor: 'white',
},
{
- label: 'Score_4',
+ label: 'Score 4',
data: {!! json_encode($anime["score_4"]) !!},
file: 'false',
- borderColor: 'orange',
+ borderColor: 'red',
lineTension: 0.01,
backgroundColor: 'white',
},
{
- label: 'Score_3',
+ label: 'Score 3',
data: {!! json_encode($anime["score_3"]) !!},
file: 'false',
borderColor: 'red',
@@ -297,7 +297,7 @@ new Chart(document.getElementById('score_distribution_chart'), {
backgroundColor: 'white',
},
{
- label: 'Score_2',
+ label: 'Score 2',
data: {!! json_encode($anime["score_2"]) !!},
file: 'false',
borderColor: 'red',
@@ -305,7 +305,7 @@ new Chart(document.getElementById('score_distribution_chart'), {
backgroundColor: 'white',
},
{
- label: 'Score_1',
+ label: 'Score 1',
data: {!! json_encode($anime["score_1"]) !!},
file: 'false',
borderColor: 'red',