Ejemplo n.º 1
0
def update_graph(ohlc, date):
    graph = build_graph(ohlc, date)
    return graph
Ejemplo n.º 2
0
def update_graph(city):
    graph = build_graph(city)
    return graph
Ejemplo n.º 3
0
def update_graph(value):

    graph = build_graph(value)

    return graph