MCPcopy Index your code
hub / github.com/bernii/gauge.js

github.com/bernii/gauge.js @v1.3.9

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.3.9 ↗ · + Follow
104 symbols 276 edges 4 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

gauge.js

100% native and cool looking animated JavaScript/CoffeScript gauge.

  • No images, no external CSS - pure canvas
  • No dependencies
  • Highly configurable
  • Resolution independent
  • Animated gauge value changes
  • Works in all major browsers
  • MIT License

Usage

var opts = {
  angle: 0.15, /// The span of the gauge arc
  lineWidth: 0.44, // The line thickness
  pointer: {
    length: 0.9, // Relative to gauge radius
    strokeWidth: 0.035 // The thickness
  },
  colorStart: '#6FADCF',   // Colors
  colorStop: '#8FC0DA',    // just experiment with them
  strokeColor: '#E0E0E0'   // to see which ones work best for you
};
var target = document.getElementById('foo'); // your canvas element
var gauge = new Gauge(target).setOptions(opts); // create sexy gauge!
gauge.maxValue = 3000; // set max gauge value
gauge.setMinValue(0);  // set min value
gauge.set(1250); // set actual value

For an interactive demo and a list of all supported options please refer to the project's homepage.

Wrappers

gauge.js can be wrapped to a number of frameworks. Here are some examples:

Build instructions

Build is a two-step process. First, the CoffeeScript source gauge.coffee is converted to gauge.js. Next, terser produces the minified distribution file gauge.min.js.

# Install development dependencies
npm install
# Run the build
npm run build

Core symbols most depended-on inside this repo

removeEvent
called by 22
assets/fd-slider/fd-slider.js
addEvent
called by 21
assets/fd-slider/fd-slider.js
k
called by 15
assets/prettify.js
getAttribute
called by 13
assets/fd-slider/fd-slider.js
callback
called by 13
assets/fd-slider/fd-slider.js
removeClass
called by 12
assets/fd-slider/fd-slider.js
u
called by 11
assets/prettify.js
addClass
called by 9
assets/fd-slider/fd-slider.js

Shape

Function 104

Languages

TypeScript100%

Modules by API surface

assets/fd-slider/fd-slider.js59 symbols
assets/jscolor.js16 symbols
assets/excanvas.compiled.js15 symbols
assets/prettify.js14 symbols

For agents

$ claude mcp add gauge.js \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact