Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pie-high

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pie-high

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Easy as Pie High Charts

This gem gives you an easy-as-pie Ruby interface to High Charts.

== Usage I really hate to say this, but at version 0.1.0, the documentation is the code comments. More to follow as I expand this gem.

=== In the controller require "high_chart" require "high_chart_series" @data_set = DataSet.find(:all) @series = HighChartSeries.multi_series("name", "data", @data_set) @my_chart = HighChart.new(@series, {:title => "The Best Chart Ever", :x_axis_labels => ["Like", "Dislike", "Indifferent"], :y_axis_title => "Comparison of Apples to Oranges"}))

=== In the view

<div id="high-chart-container" style="width: 100%; height: 400px"></div>

== Copyright

Copyright (c) 2010 Jeff Sutherland. See LICENSE for details.

FAQs

Package last updated on 01 Sep 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc