Dashboard/index.py [160:167]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ]),
        dbc.Row([  # start of third row
            dbc.Col([  # first column on third row
                html.H5('Number of logs by Time', className='text-center'),
                dcc.Graph(id='chrt-portfolio-secondary',
                      figure=fig_line,
                    
                      style={'height':380}),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Dashboard/pages/home.py [170:177]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ]),
        dbc.Row([  # start of third row
            dbc.Col([  # first column on third row
                html.H5('Number of logs by Time', className='text-center'),
                dcc.Graph(id='chrt-portfolio-secondary',
                      figure=fig_line,
                    
                      style={'height':380}),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



