def update_graph(ohlc, date): graph = build_graph(ohlc, date) return graph
def update_graph(city): graph = build_graph(city) return graph
def update_graph(value): graph = build_graph(value) return graph