PHPackages                             donatj/ticker-graph - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. donatj/ticker-graph

AbandonedQuorum-js[Utility &amp; Helpers](/categories/utility)

donatj/ticker-graph
===================

Simple JavaScript Ticker Graph using the Quorum JS Installer

v0.3.0(5y ago)362.5k2[4 PRs](https://github.com/donatj/TickerGraph/pulls)MITTypeScriptCI failing

Since Feb 19Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/donatj/TickerGraph)[ Packagist](https://packagist.org/packages/donatj/ticker-graph)[ Fund](https://www.paypal.me/donatj/15)[ GitHub Sponsors](https://github.com/donatj)[ RSS](/packages/donatj-ticker-graph/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (10)Used By (0)

TickerGraph
===========

[](#tickergraph)

[![npm version](https://camo.githubusercontent.com/f30fa06f3ba0d295f9e96113699e376e3e59c409f14630eeb18e0076acaa5f4d/68747470733a2f2f62616467652e667572792e696f2f6a732f7469636b65722d67726170682e737667)](https://badge.fury.io/js/ticker-graph)

[![](https://raw.githubusercontent.com/donatj/TickerGraph/readme-images/Ticker.gif)](https://raw.githubusercontent.com/donatj/TickerGraph/readme-images/Ticker.gif)

Simple JavaScript Real Time "Ticker Graph"

Requires **no external libraries**. It is **require-able** with RequireJS but RequireJS is by no means *required*.

Dead simple, should work in any browser that supports the `` tag.

Here are [some more examples](https://raw.githack.com/donatj/TickerGraph/master/example.html).

Features
--------

[](#features)

- Auto Scales to **min** and **max** values.
- Color set-able per column via callback.

Dead Simple Example
-------------------

[](#dead-simple-example)

To output a simple sine wave like so: [![Small Ticker Sine Wave Example](https://raw.githubusercontent.com/donatj/TickerGraph/readme-images/SmallSineWave.gif)](https://raw.githubusercontent.com/donatj/TickerGraph/readme-images/SmallSineWave.gif)

```

	var t = new TickerGraph( document.getElementById("cv") );
	var i = 0;
	setInterval(function(){
		t.push( Math.sin(i++ / 10) );
	}, 20);

```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance56

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~383 days

Recently: every ~283 days

Total

6

Last Release

2187d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a57a02ba022451a54d4b65e227ce3d032cadc638a644c2d4b56f0313632ee656?d=identicon)[donatj](/maintainers/donatj)

---

Top Contributors

[![donatj](https://avatars.githubusercontent.com/u/133747?v=4)](https://github.com/donatj "donatj (69 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (34 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (5 commits)")

### Embed Badge

![Health badge](/badges/donatj-ticker-graph/health.svg)

```
[![Health](https://phpackages.com/badges/donatj-ticker-graph/health.svg)](https://phpackages.com/packages/donatj-ticker-graph)
```

###  Alternatives

[askedio/laravel-ratchet

A Ratchet Server built for Laravel

18728.2k2](/packages/askedio-laravel-ratchet)[wdev-rs/laravel-datagrid

Laravel integration for Grid.js server side processing

548.4k](/packages/wdev-rs-laravel-datagrid)[elfsundae/laravel-gravatar

The easiest way to generate Gravatar avatar URL.

388.7k](/packages/elfsundae-laravel-gravatar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
