@@ -391,51 +391,51 @@ <h1 id="my-heading" style="margin-bottom: -10px">
391
391
392
392
< div class ="chart-container " style ="margin-bottom: 250px ">
393
393
< div class ="chart-box ">
394
- < h2 class ="chart-title "> Number of Movies Released Each Year</ h2 >
394
+ < h2 class ="chart-title " id =" chart-title1 " style =" cursor: pointer " > Number of Movies Released Each Year</ h2 >
395
395
< canvas id ="chart1 "> </ canvas >
396
396
</ div >
397
397
< div class ="chart-box ">
398
- < h2 class ="chart-title "> Popularity of Genres</ h2 >
398
+ < h2 class ="chart-title " id =" chart-title2 " style =" cursor: pointer " > Popularity of Genres</ h2 >
399
399
< canvas id ="chart2 "> </ canvas >
400
400
</ div >
401
401
< div class ="chart-box ">
402
- < h2 class ="chart-title "> Movies Distribution by Certification</ h2 >
402
+ < h2 class ="chart-title " id =" chart-title3 " style =" cursor: pointer " > Movies Distribution by Certification</ h2 >
403
403
< canvas id ="chart3 "> </ canvas >
404
404
</ div >
405
405
< div class ="chart-box ">
406
- < h2 class ="chart-title "> Average Movie Popularity Over Time</ h2 >
406
+ < h2 class ="chart-title " id =" chart-title4 " style =" cursor: pointer " > Average Movie Popularity Over Time</ h2 >
407
407
< canvas id ="chart4 "> </ canvas >
408
408
</ div >
409
409
< div class ="chart-box ">
410
- < h2 class ="chart-title "> Movies Count by Original Language</ h2 >
410
+ < h2 class ="chart-title " id =" chart-title5 " style =" cursor: pointer " > Movies Count by Original Language</ h2 >
411
411
< canvas id ="chart5 "> </ canvas >
412
412
</ div >
413
413
< div class ="chart-box ">
414
- < h2 class ="chart-title "> Average Vote Count by Genre</ h2 >
414
+ < h2 class ="chart-title " id =" chart-title6 " style =" cursor: pointer " > Average Vote Count by Genre</ h2 >
415
415
< canvas id ="chart6 "> </ canvas >
416
416
</ div >
417
417
< div class ="chart-box ">
418
- < h2 class ="chart-title "> Movie Releases by Month</ h2 >
418
+ < h2 class ="chart-title " id =" chart-title7 " style =" cursor: pointer " > Movie Releases by Month</ h2 >
419
419
< canvas id ="chart7 "> </ canvas >
420
420
</ div >
421
421
< div class ="chart-box ">
422
- < h2 class ="chart-title "> Movie Releases by Decades</ h2 >
422
+ < h2 class ="chart-title " id =" chart-title8 " style =" cursor: pointer " > Movie Releases by Decades</ h2 >
423
423
< canvas id ="chart8 "> </ canvas >
424
424
</ div >
425
425
< div class ="chart-box ">
426
- < h2 class ="chart-title "> Movie Releases by Countries</ h2 >
426
+ < h2 class ="chart-title " id =" chart-title9 " style =" cursor: pointer " > Movie Releases by Countries</ h2 >
427
427
< canvas id ="chart9 "> </ canvas >
428
428
</ div >
429
- < div class ="chart-box ">
430
- < h2 class ="chart-title "> Top Rated Movies per Year</ h2 >
429
+ < div class ="chart-box " id =" chart-title1 " >
430
+ < h2 class ="chart-title " id =" chart-title10 " style =" cursor: pointer " > Top Rated Movies per Year</ h2 >
431
431
< canvas id ="chart11 "> </ canvas >
432
432
</ div >
433
433
< div class ="chart-box ">
434
- < h2 class ="chart-title "> Total Movie Votes Over Years</ h2 >
434
+ < h2 class ="chart-title " id =" chart-title11 " style =" cursor: pointer " > Total Movie Votes Over Years</ h2 >
435
435
< canvas id ="chartVotesOverYears "> </ canvas >
436
436
</ div >
437
437
< div class ="chart-box ">
438
- < h2 class ="chart-title "> Highly Rated Movies Over Years</ h2 >
438
+ < h2 class ="chart-title " id =" chart-title12 " style =" cursor: pointer " > Highly Rated Movies Over Years</ h2 >
439
439
< canvas id ="chartHighlyRatedMovies "> </ canvas >
440
440
</ div >
441
441
</ div >
0 commit comments