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

Gauge

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Gauge

Some gauge.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Gauge

Demo

http://andreykeske.com/projects/gauge/cover.png http://andreykeske.com/projects/gauge/index.html

Usage

Install package

$ cd project
$ npm install Gauge

Include

Styles:

<link rel="stylesheet" href="node_modules/Gauge/dist/styles/gauge.min.css">

Script:

<script src="node_modules/Gauge/dist/scripts/gauge.min.js"></script>

Element:

<div class="gauge"
    gauge-value="13" 
    gauge-min="0" 
    gauge-max="100" 
    gauge-step="10" 
    gauge-radius="175" 
    gauge-lineWidth="2"
    >
    <div class="sector" sector-width="1.3"></div>
    <div class="sector" sector-width="2.1"></div>
    <div class="sector" sector-width="2.3"></div>
  </div>

Development

Server

$ gulp server

Build

$ gulp

Tested on

OS X: Chrome 41.0.2272.104 (64-bit), Opera 27.0.1689.76, FireFox 36.0.4, Safari 8.0.4

Keywords

FAQs

Package last updated on 11 Jul 2015

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