# File lib/chart-candy/helpers.rb, line 6
  def d3_include_tag
    ('<![if ! lt IE 9]>' + javascript_include_tag("d3") + '<![endif]>').html_safe
  end