Sha256: b798910846dabefe1709a5bd96a7721614648932b8f00579084756b5df3b5940
Contents?: true
Size: 413 Bytes
Versions: 6
Compression:
Stored size: 413 Bytes
Contents
<%= high_chart("my_id", @chart) %> <%= high_chart("my_id2", @chart2) %> <%= high_chart("my_id3", @chart3) do |c| %> <%= raw "options.tooltip.formatter = function() {return '<b> YUPI!! '+ this.point.name +'</b>: '+ this.y +' %';}" %> <%= raw "options.plotOptions.pie.dataLabels.formatter = function() { if (this.y > 5) return this.point.name; }" %> <% end %> <%= high_chart("my_id4", @chart4) %>
Version data entries
6 entries across 6 versions & 1 rubygems