jmcnamara / rust_xlsxwriter

A Rust library for creating Excel XLSX files.
https://crates.io/crates/rust_xlsxwriter
Apache License 2.0
247 stars 23 forks source link

feature request: Bubble chart #98

Open Nexokk opened 1 week ago

Nexokk commented 1 week ago

Feature Request

Hi,

First off, thanks for all your hard work on Rust xlsxwriter. It's been super helpful for my projects!

I wanted to ask if you could add support for bubble charts. These are the charts where you can show data points with x, y coordinates and a size factor, all in one go. They're great for visualizing three dimensions of data in a clear and concise way.

Why Bubble Charts?

I'm working on a project where each data point is defined by three parameters. Bubble charts are perfect for this kind of data, but right now, Rust xlsxwriter doesn't support them. It would be amazing if it did!

Benefits:

I really think adding bubble chart support would be a great addition to the library. Thanks for considering this request and for all the awesome work you do!

Cheers, Nexokk

jmcnamara commented 6 days ago

I'll have a look at it to see what is involved.