File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ function buildHourByAuthorChart(hourOfDayData) {
333333 } ) ;
334334}
335335
336- function buildHourByAuthorChart ( chartName , dataValue ) {
336+ function buildHourByAuthorChartForAccordion ( chartName , dataValue ) {
337337 const HOUR_LABELS = Array . from ( { length : 24 } , ( _ , i ) => String ( i ) ) ;
338338
339339 renderChart ( chartName , {
@@ -717,15 +717,15 @@ function renderAccordionAuthors(stats) {
717717 </div>
718718 </div>
719719 </div>
720- </div>
720+ </div>
721721 ` ;
722722
723723 accordion . appendChild ( item ) ;
724724
725725 setTimeout ( ( ) => {
726726 SubRenderExtensionsHorizontalBar ( chartExtensionsId , stats . language_statistics . files_extensions_by_author [ author ] ) ;
727727 subRenderCommitsByAuthor ( chartCommitTypesId , chartCommitTypesLabels , chartCommitTypesValues ) ;
728- buildHourByAuthorChart ( chartDayId , chartDayValues ) ;
728+ buildHourByAuthorChartForAccordion ( chartDayId , chartDayValues ) ;
729729 } , 0 ) ;
730730 } ) ;
731731}
You can’t perform that action at this time.
0 commit comments