예제 #1
0
def update_graph(ohlc, date):
    graph = build_graph(ohlc, date)
    return graph
예제 #2
0
def update_graph(city):
    graph = build_graph(city)
    return graph
예제 #3
0
def update_graph(value):

    graph = build_graph(value)

    return graph