yuankunzhang / charming

A visualization library for Rust
Apache License 2.0
1.85k stars 73 forks source link

Add value formatter to tooltip #71

Closed cooljingle closed 1 month ago

cooljingle commented 2 months ago

Allows use of value_formatter in tooltips, a feature added to echarts in v5.3.0 ( link )

I also amended an example to show it in action: image

v3xro commented 2 months ago

I've covered this in #67 too - if this PR is merged before mine then I'll update mine.

LukaOber commented 1 month ago

Can you rebase this PR on main? Then I will probably merge this tomorrow.