Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Chartkick では、ユーザーは x/y 軸にラベルを付けることができますか?
Sample Code: <%= line_chart Product.group("purchased").maximum(:price) %>
はい。Google チャートでは、次を使用します。
<%= line_chart Product.group("purchased").maximum(:price), {library: {hAxis: {title: "X"}, vAxis: {title: "Y"}}} %>