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 (chart js) for my generating radar and bar charts on pdf. It works great. However, I couldn't find the option for stacked bar chart. Are they included in the gem?
I'm looking for this chart:
Currently, this is the chart I have generated.
I tried to look for alternative such as chart-js-ror. It has the stacked bar chart option but rendering pdf causes a lot of issues, particularly label inconsistency and responsive problems. And also the pdf generated has some blurred lines. Just wonder if there's such option and sharper image for the chart in this gem. Thanks.
The text was updated successfully, but these errors were encountered:
Found the solution. The stacked bar chart is only available after v2.1 chart.js. Happens that your gem has the source code for the bar charts on v2.2 except there's only preset data for displaying the charts.
I've overridden the method with extra arguments for size and data, just like in chart.js v1. Would you review it once I submit a new request?
I am trying to use chart gem to render highcharts. But each time I do <%= hBar %> or any chart tye prefixed with a h I get the undefined method `hBar' for #<#Class:0x0000000ae206a8:0x000000072e9aa8> error. Same with the gBar
I am using this gem (chart js) for my generating radar and bar charts on pdf. It works great. However, I couldn't find the option for stacked bar chart. Are they included in the gem?
I'm looking for this chart:
Currently, this is the chart I have generated.
I tried to look for alternative such as chart-js-ror. It has the stacked bar chart option but rendering pdf causes a lot of issues, particularly label inconsistency and responsive problems. And also the pdf generated has some blurred lines. Just wonder if there's such option and sharper image for the chart in this gem. Thanks.
The text was updated successfully, but these errors were encountered: