示例#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