You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/App.vue
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@
6
6
In the last decade, most block buster hits have happened around or during the summer and winter holidays.
7
7
<strong>Brush</strong> the histograms to filter the movies by metascore and/or box office figures, and <strong>hover</strong> the movies to see more details.
8
8
</p>
9
+
<!-- AREA CHART -->
10
+
<divclass='area-container'>
11
+
<divclass='area-title'>
12
+
<strong>$ over/under median box office</strong>
13
+
</div>
14
+
<AreaChartv-bind='{movies, filtered}' />
15
+
</div>
9
16
<!-- HISTOGRAM -->
10
17
<Histogramv-for='({id, label, format}) in histograms'
11
18
v-bind='{movies, filtered, id, label, format}' />
@@ -15,15 +22,15 @@ In the last decade, most block buster hits have happened around or during the su
0 commit comments