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

@movable/ember-bar-chart

Package Overview
Dependencies
Maintainers
14
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@movable/ember-bar-chart

A simple, declarative Ember component for rendering SVG bar charts

  • 1.0.0-beta.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
14
Weekly downloads
 
Created
Source

@movable/ember-bar-chart

A simple, declarative Ember component for rendering SVG bar charts.

Compatibility

  • Ember.js v3.12 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Installation

ember install @movable/ember-bar-chart

Usage

This addon provides a BarChart component for rendering a horizontal bar chart.

<BarChart as |chart|>
  <chart.Bar @value={{100}} />
  <chart.Bar @value={{50}} />
  <chart.Bar @value={{70}} />
</BarChart>

The longest bar will fill the entire width of the chart. All others are given a width based on their @value relative to the longest bar.

For more complex use-cases, see the documentation site.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Keywords

FAQs

Package last updated on 14 May 2020

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