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

@fintechstudios/billboard-ng

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fintechstudios/billboard-ng

AngularJS wrapper for billboard.js

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

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

billboard-ng

A (very light) AngularJS wrapper for billboard.js

Dependencies

billboard.js is a charting library built on top of D3. Both are required for this library.

As well, AngularJS >=1.5 is required.

Installation

$ npm install --save @fintechstudios/billboard-ng

Setup

For most setups, just require the module:

require('@fintechstudios/billboard-ng');

Or, if you're using ESM:

import bbNg from '@fintechstudios/billboard-ng'

You will also need to include the billboard.js CSS files.

Depending on your build stack, you may also need to manually include billboard.js, d3, and angular.

Usage

Include the billboard-ng module in your angular module definition:

angular.module('my-awesome-module', ['billboard-ng']);

Then use the billboard component in your templates

<billboard options="$ctrl.chartConfig"></billboard>

billboard-ng accepts all options that the billboard.js API accepts. bindto will be automatically passed the <billboard> element from your template.

Keywords

FAQs

Package last updated on 13 Nov 2017

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