Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Initial support for a plot area with multiple different charts on it #341

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pnomolos
Copy link

  • Added basic BarChart (the non-3D version)
  • Added initial multi-chart support. It's a bit of a hack right now.

This is going to need a lot more work to properly support, but I'd like to get your thoughts on the feasibility of moving forward with something along these lines. I have need of such support for a project, so will be working on this stuff for awhile.

Unfortunately, I think that over the long-term the concept of a "chart" and "plot" will need to be separated - right now they're somewhat grouped together but I feel that's going to cause more issues than not in the long term. Especially due to the mega meta-hack I had to do in https://github.com/pnomolos/axlsx/blob/fc994dbd4519d7263d221a6021c397973216bfe5/lib/axlsx/drawing/multi_chart.rb#L45-L62

- Added basic BarChart (the non-3D version)
- Added initial multi-chart support.  It's a bit of a hack right now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant