Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brad-darksbian/commodities-dashboard
/ endpoints
Endpoints
12 in github.com/brad-darksbian/commodities-dashboard
⨍
Functions
28
◇
Types & classes
0
↳
Endpoints
12
Route
all_positions_da
app.callback( dash.dependencies.Output("da_sent", "figure"), [dash.dependencies.Input("future", "value
main.py:None
Route
da_3d_position_all
app.callback( dash.dependencies.Output("da_3d_all", "figure"), [ dash.dependencies.Input("futu
main.py:None
Route
da_3d_position_net
app.callback( dash.dependencies.Output("da_3d_net", "figure"), [ dash.dependencies.Input("futu
main.py:None
Route
dashboard_summary_numbers
app.callback( dash.dependencies.Output("summary", "children"), [dash.dependencies.Input("future", "val
main.py:None
Route
deacot_sentiment
app.callback( dash.dependencies.Output("deacot_sent", "figure"), [dash.dependencies.Input("future", "v
main.py:None
Route
diff_position_actual_barchart_da
app.callback( dash.dependencies.Output("da_diff_all", "figure"), [dash.dependencies.Input("future", "v
main.py:None
Route
diff_position_pct_barchart_da
app.callback( dash.dependencies.Output("da_diff_pct", "figure"), [dash.dependencies.Input("future", "v
main.py:None
Route
display_page
app.callback(Output("page-content", "children"), Input("url", "pathname"))
main.py:None
Route
net_positions_actual_da
app.callback( dash.dependencies.Output("da_pos_all", "figure"), [dash.dependencies.Input("future", "va
main.py:None
Route
net_positions_pct_da
app.callback( dash.dependencies.Output("da_pos_pct", "figure"), [dash.dependencies.Input("future", "va
main.py:None
Route
toggle_modal
app.callback( Output("deacot_card_modal", "is_open"), [ Input("deacot_card_open", "n_clicks"),
main.py:None
Route
total_position_barchart_da
app.callback( dash.dependencies.Output("da_bar", "figure"), [dash.dependencies.Input("future", "value"
main.py:None