Skip to content

Commit 27504ef

Browse files
committed
Fix graphic
1 parent 0e1d188 commit 27504ef

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

backend/src/main/resources/templates/graphic.html

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1+
12
<!-- ====== Contenido de pagina ======-->
23
<section class="full-width">
34
<div class="container">
45
<div class="row">
5-
<center>
6-
<div id="container" style="width: 700px; height: 400px "></div>
7-
</center>
6+
<center><div id="container" style="width: 700px; height: 400px "></div></center>
87
</div>
98
</div>
109
</section>
@@ -91,27 +90,16 @@
9190
name: 'Brands',
9291
colorByPoint: true,
9392
data: [
94-
{{#Categories}
95-
}
93+
{{#Categories}}
9694
{
9795
name: '{{TITLE}}',
98-
y: {{size}
99-
},
100-
sliced
101-
:
102-
true,
103-
selected
104-
:
105-
true
96+
y: {{size}},
97+
sliced: true,
98+
selected: true
10699
},
107-
{
108-
{
109-
/Categories}}
110-
]
111-
}
100+
{{/Categories}}
112101
]
113-
}
114-
)
115-
;
102+
}]
103+
});
116104
</script>
117105

0 commit comments

Comments
 (0)