MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / update_x_timeseries

Function update_x_timeseries

sagemaker-dash/tutorials/app15.py:179–182  ·  view source on GitHub ↗
(hoverData, yaxis_column_name, axis_type)

Source from the content-addressed store, hash-verified

177 dash.dependencies.Input('crossfilter-yaxis-type', 'value')
178])
179def update_x_timeseries(hoverData, yaxis_column_name, axis_type):
180 dff = df[df['Country Name'] == hoverData['points'][0]['customdata']]
181 dff = dff[dff['Indicator Name'] == yaxis_column_name]
182 return create_time_series(dff, axis_type, yaxis_column_name)
183
184
185if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

create_time_seriesFunction · 0.85

Tested by

no test coverage detected