0
私はgooglechartsでchartkick gemを使用しています。グラフと凡例のテキストの間にスペースを入れる必要があります。グラフと凡例との間のスペースを増やす方法は? (googlecharts)
<%= pie_chart [["Cash", @currentHoldings['priceChangePercent']], ["Equity", @currentHoldings['equityPercentage']], ["ManagedFunds", @currentHoldings['managedFundsPercentage']]], library: {pieSliceText:'percentage'},donut:true, legend: 'top',height: "200px", colors: ["#1e88e5","#8e24aa","#00acc1"] %>
おかげさまで、ありがとうございます。私は自分自身でカスタム伝説を追加します – Aravi
慎重な行動のコース。誰か他の人が同じ問題を抱えている場合は、その答えを受け入れてください。 –