Configure box selection in pyechart

Configure box selection in pyechart


Insert picture description here


.set_global_opts(title_opts=opts.TitleOpts(title="商家销售汇总",subtitle="分类汇总"),
                     toolbox_opts=opts.ToolboxOpts(is_show=True,
                                                   feature=opts.ToolBoxFeatureOpts(
                                                       save_as_image=opts.ToolBoxFeatureSaveAsImageOpts(type_="jpeg",is_show=True),
                                                       data_zoom=opts.ToolBoxFeatureDataZoomOpts(is_show=True))),
                     visualmap_opts=opts.VisualMapOpts(is_show=True),
                     brush_opts=opts.BrushOpts(brush_link='all'),

Guess you like

Origin blog.csdn.net/XRTONY/article/details/114841601