plotly / plotly.rs

Plotly for Rust
https://docs.rs/plotly
MIT License
1.11k stars 104 forks source link

Add Table trace #207

Closed naijim closed 3 months ago

naijim commented 3 months ago

this PR clears conflict of https://github.com/plotly/plotly.rs/pull/165

andrei-ng commented 3 months ago

@naijim could you also fix the examples: https://github.com/plotly/plotly.rs/actions/runs/9561890518/job/26357299369?pr=207

andrei-ng commented 3 months ago

@naijim could you also fix the examples: https://github.com/plotly/plotly.rs/actions/runs/9561890518/job/26357299369?pr=207

@naijim I fixed the Clippy warnings in this PR, so if you update / rebase on main and fix the examples, this PR would be ready for merging.

naijim commented 3 months ago

@andrei-ng The example has been fixed.