我正在使用带有googlecharts的chartkick gem。我需要在图表和图例文本之间添加空格。
<%= pie_chart [["Cash", @currentHoldings['priceChangePercent']], ["Equity", @currentHoldings['equityPercentage']], ["ManagedFunds", @currentHoldings['managedFundsPercentage']]], library: {pieSliceText:'percentage'},donut:true, legend: 'top',height: "200px", colors: ["#1e88e5","#8e24aa","#00acc1"] %>
如何为图例添加保证金?http://HOST_IP:8000/local_repo
答案 0 :(得分:0)
看起来你必须通过使用和修改chartkick.js而不是使用gem来实现。其他选择是压制图例并构建自己的