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

Allow numerical axis value for AxDataSource #350

Open
amalagaura opened this issue Sep 12, 2014 · 0 comments
Open

Allow numerical axis value for AxDataSource #350

amalagaura opened this issue Sep 12, 2014 · 0 comments

Comments

@amalagaura
Copy link
Contributor

In the code for AxDataSource: https://github.com/randym/axlsx/blob/master/lib/axlsx/drawing/ax_data_source.rb#L4 it says
# @note only string data types are supported - mainly because we have not implemented a chart type that requires a numerical axis value

The BubbleChart does require a numerical axis value because the axis value specifies the x,y position of the bubble. As strings we are unable to specify the proper X position for the bubble with current code.

Or maybe the xData can be a different data type as the yData is ?

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

No branches or pull requests

1 participant