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

@slashdotdash/node-googlecharts

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

@slashdotdash/node-googlecharts

Node based Google Charts rendering

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

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

Google Chart for Node using jsdom

Build Status

Requirements

  • Node.js > 4.0
  • ICU4C

ICU4C dependency

Google Chart needs full internationalization support whereas it's not built in by default on nodejs. You can either:

  • Use full-icu npm package which requires running node with a specific environment variable.
  • Or, build Node.js with an embedded icu. more info

Run binary

node bin/node-googlecharts <ChartWrapperOptions>

ChartWrapperOptions is the serialized JSON options to give to ChartWrapper.

FAQ

Who uses it?

lambda-googlechart uses it to generate charts images on AWS Lambda.

Why jsdom?

Google Charts needs a browser-like environment to run in. Jsdom is a light DOM implementation, much faster than PhantomJS.

Why Node.js > 4.0?

This is a requirement of jsdom itself.

Why does it need ICU4C?

Google Chart needs full internationalization support whereas it's not built in by default on nodejs.

FAQs

Package last updated on 17 Dec 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