Skip to content

Commit

Permalink
Merge pull request #3 from cmpowell/master
Browse files Browse the repository at this point in the history
Allow html tooltips and other options in Rails 3
  • Loading branch information
abbottry committed Jul 12, 2011
2 parents 32dea87 + 1030e07 commit dd4355a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,8 @@ Highcharts-rails accepts a combination of hashes and arrays that formatted in a

This plugin is packaged with [Highcharts 1.1.3](http://highcharts.com/download), and [jQuery 1.3.2](http://docs.jquery.com/Release:jQuery_1.3.2).

This is a fork of https://github.com/loudpixel/highcharts-rails intended to fix a bug formatting tooltips in Rails 3.

## Installation

Get the plugin:
Expand Down
2 changes: 1 addition & 1 deletion lib/highchart.rb
Expand Up @@ -187,7 +187,7 @@ def jquery

"var chart = new Highcharts.Chart({
#{query_params.join(",\n")}
});"
});".html_safe
end

private
Expand Down

0 comments on commit dd4355a

Please sign in to comment.