Baiju Zhang

Results 2 issues of Baiju Zhang

The current implementation of the `columns_auto_size_mode=ColumnsAutoSizeMode.FIT_CONTENTS` feature may not be working as expected. It seems that only some columns are properly sized and that you need to click the "Autosize...

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: ```python line.add_xaxis(x_list).add_yaxis(column_name, column_data.tolist(), label_opts=opts.LabelOpts(is_show=False),...