You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this gem for generating the excel charts on ruby on rails. My requirement is to generate a stacked bar chart but it is generating in a staircase format refer the image here. To generate the chart I have used the following code,
@menporulporiayalan - I tried that too, it is not working. Moreover, I have defined the grouping as stacked in add_chart as well (as mentioned in the sample code too), both generated the same result 😢.
I am using this gem for generating the excel charts on ruby on rails. My requirement is to generate a stacked bar chart but it is generating in a staircase format refer the image here. To generate the chart I have used the following code,
When I manually edit the generated chart in Microsoft Excel and set
Series Overlap
to 100%, I'm getting the desired output refer the image here.The text was updated successfully, but these errors were encountered: