import dash_core_components as dcc ... dcc.Graph(id='graph-with-slider'), dcc.Slider( id='year-slider', min=df['year'].min(), max=df['year'].max(),
確定! 回上一頁