我正在使用ChartKick Ruby gem,并试图在垂直(我无法管理)项目的顶部(我管理)显示图例。
图例不断水平显示,这是移动设备的问题。
我的代码:
<script>
var Chartkick = {"language": "pt"};
</script>
<%= javascript_include_tag "//www.google.com/jsapi", "chartkick" %>
<%= bar_chart metric, library: {colors: colors, backgroundColor: "#ffffff", hAxis:{title:hAxisTitle, format: '##########'}, vAxis:{title:vAxisTitle}, isStacked: true, legend: {layout: "vertical", position: "top"}, }, height: '200px' %>
布局:垂直选项似乎不起作用: - (
答案 0 :(得分:0)
请在顶部
垂直使用此选项<%= pie_chart @job_acceptance , library: {legend: {position: "top"}}%>