Displaying 1 to 20 from 23 results

spark - A simple Android sparkline chart view.

  •    Java

Sparkline: a very small line chart, typically drawn without axes or coordinates. It presents the general shape of the variation (typically over time) in some measurement, such as temperature or stock market price, in a simple and highly condensed way. Spark is a simple Android library that takes a series of x,y points at any scale and draws them as a sparkline chart.

clui - Command Line UI toolkit for Node.js

  •    Javascript

October 8, 2014 - Adding Line.contents() for fetching the contents of a line as a string. June 2, 2014 - Fixed a crash caused by inability to locate the required trim helper in the latest version of cli-color. (And locked down the version of the cli-color dependency to stop this from ever happening again.) Also removed lodash as a dependency in favor of vanilla JS, to keep installs faster and smaller than ever.

reaviz - πŸ“Š Data visualization library for React based on D3

  •    TypeScript

REAVIZ is a modular chart component library that leverages React natively for rendering the components while using D3js under the hood for calculations. The library provides an easy way to get started creating charts without sacrificing customization ability.

Luckysheet - Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source

  •    Javascript

πŸš€Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source. Detailed changes for each release are documented in the CHANGELOG.md.




creep - a pretty sweet 4px wide pixel font.

  •    VimL

I never found the pixel font that was perfect for me, so I decided to roll my own with creep. It is a pretty compact (only 4px wide!) font that's great for smaller screens (like my 11" laptop). I'm constantly adding in new characters (diacritics, box-drawing characters, etc.), so I figured I'd put it up on github for poeple to reap benefits of this.

void - terminal-based personal organizer

  •    Rust

WARNING: this is alpha, and the default keybinds are still weird because I use colemak on top of tmux. You may want to change them, by setting the KEYFILE env var to the path to a key remap file. In the future, I may add optional modal editing to bring it more in-line with vim. Right now I'm not sure it's worth the extra keystrokes. This is an attempt to address several cognitive defects.

reaviz - πŸ“Š Data visualization library for React based on D3

  •    TypeScript

REAVIZ is a modular chart component library that leverages React natively for rendering the components while using D3js under the hood for calculations. The library provides an easy way to get started creating charts without sacrificing customization ability. If you are looking for node-based graphs, checkout reaflow.


sparkline - Generate SVG sparklines with JavaScript without any external dependency.

  •    Javascript

Generate SVG sparklines with JavaScript without any external dependency. You'll have to call sparkline.sparkline(svg, values, options) directly if you're loading the script without compiling your script (e.g. webpack). Otherwise you can simply import sparkline from "@fnando/sparkline";.

sparkline

  •    Javascript

Sparklines are tiny line graphs draws inline in the document. They are designed to present the overal trend in data without giving detailed information about a dataset. Sparkline can be used as a commonJS module, AMD module or as a normal script file. It makes the Sparkline constructor available, which takes one or two parameters, an inline element and an options object. The contents of the element is replaced with the sparkline.

react-sparkline - React component for rendering simple sparklines

  •    CoffeeScript

React component for rendering simple sparklines. Companion to react-micro-bar-chart.

Sparkline - PHP script (using GD) to generate sparklines

  •    PHP

PHP script to generate sparklines, with browser cachine with ETag.

d3-react-sparkline - A simple component to render a sparkline with D3

  •    Javascript

A simple component to render a sparkline with D3 using react-faux-dom. If you're working on this repository you can use make to set everything up.

shark - Sparkline generator for fish, inspired by @holman's Spark

  •    Shell

Shark is a sparkline generator for fish. Input is read up to NULL and processed as a single record by default. To process each line as a separate record, use the --line flag.

Sparkliner - Sparkliner — easy way to make sparkline graph [Sketch plugin]

  •    Javascript

A sparkline is a very small line chart, typically drawn without axes or coordinates. It presents the general shape of the variation (typically over time) in some measurement, such as temperature or stock market price, in a simple and highly condensed way. Open the file in your favorite editor and change the values of the names how you need (e.g. "strokeColor" is a name. "#00AAFF" is its a value. Together they are a pair). Or create new one.

SparklinerJS - Easy way to make a sparkline graph in web

  •    Javascript

A sparkline is a very small line chart, typically drawn without axes or coordinates. It presents the general shape of the variation (typically over time) in some measurement, such as temperature or stock market price, in a simple and highly condensed way. ##How to add sparkliner.js to my page You should just paste a sparkliner.js link above </body>. It's really important. Don't forget it.

sparkline - Sparklines graphs for Elm

  •    Elm

A package for drawing inline graphs, i.e. sparklines. For an introduction see Edward Tufte's forum.