Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Bump to echart-v5.3 #52

@zbjdonald

Description

@zbjdonald

Hi, Is there a plan to update echarts to version 5.3? I want to use the value_formatter to display return rates. Sample code worked in pyecharts:

line.add_xaxis(x_list).add_yaxis(column_name, column_data.tolist(),
                                 label_opts=opts.LabelOpts(is_show=False),
                                 yaxis_index=0 if column_name in left_y_labels else 1,
                                 tooltip_opts={'valueFormatter': JsCode(
                                     "(value) => value === null ? '-' : (value * 100).toFixed(2) + '%'")},
                                 is_symbol_show=False)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions