All Projects → jamiebicknell → Sparkline

jamiebicknell / Sparkline

Licence: mit
PHP script (using GD) to generate sparklines

Labels

Projects that are alternatives of or similar to Sparkline

Caroline
A simple Cairo Chart Library for GTK and Vala
Stars: ✭ 41 (-32.79%)
Mutual labels:  chart
Vaadin Charts
Vaadin Charts is a feature-rich interactive graph library that answers the data visualization needs of modern web applications
Stars: ✭ 47 (-22.95%)
Mutual labels:  chart
Chart
Create the most popular types of charts by real or random data
Stars: ✭ 1,101 (+1704.92%)
Mutual labels:  chart
Barchart Master
自动伸缩的chart
Stars: ✭ 42 (-31.15%)
Mutual labels:  chart
Svg Radar Chart
Generate SVG radar charts.
Stars: ✭ 45 (-26.23%)
Mutual labels:  chart
Pure Vue Chart
Simple and lightweight vue chart component without using chart library dependencies
Stars: ✭ 50 (-18.03%)
Mutual labels:  chart
Scale
Angular plugin for creating charts
Stars: ✭ 39 (-36.07%)
Mutual labels:  chart
Asciichart
Nice-looking lightweight console ASCII line charts ╭┈╯ for NodeJS, browsers and terminal, no dependencies
Stars: ✭ 1,107 (+1714.75%)
Mutual labels:  chart
React Echarts V3
React.js(v16.x+) component wrap for ECharts.js(v3.x+)
Stars: ✭ 48 (-21.31%)
Mutual labels:  chart
Gitee
Gitee, OS X status bar application for Github
Stars: ✭ 1,095 (+1695.08%)
Mutual labels:  chart
Go Chartjs
golang library to make https://chartjs.org/ plots (this is vanilla #golang, not gopherjs)
Stars: ✭ 42 (-31.15%)
Mutual labels:  chart
Shaf Chart
Custom element that upgrades table to a chart
Stars: ✭ 45 (-26.23%)
Mutual labels:  chart
Rainbarf
it's like Rainmeter, but for CLI!
Stars: ✭ 1,087 (+1681.97%)
Mutual labels:  chart
React Vis
Data Visualization Components
Stars: ✭ 8,091 (+13163.93%)
Mutual labels:  chart
D3.js Network Topology
网络拓扑图
Stars: ✭ 60 (-1.64%)
Mutual labels:  chart
Echarts For Vue
📊📈 ECharts wrapper component for Vue 3 and 2
Stars: ✭ 42 (-31.15%)
Mutual labels:  chart
Travis Stats
Travis CI build charts
Stars: ✭ 48 (-21.31%)
Mutual labels:  chart
React Native F2chart
F2 charts for react-native
Stars: ✭ 61 (+0%)
Mutual labels:  chart
Teller Cli
🏦 Banking for your command line.
Stars: ✭ 60 (-1.64%)
Mutual labels:  chart
Unity Ugui Xcharts
A charting and data visualization library for Unity. 一款基于UGUI的数据可视化图表插件。
Stars: ✭ 1,086 (+1680.33%)
Mutual labels:  chart

Sparkline

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

Usage

<img src='sparkline.php?size=80x20&data=2,4,5,6,10,7,8,5,7,7,11,8,6,9,11,9,13,14,12,16&back=fff&line=5bb763&fill=d5f7d8' />

Examples

EG1
sparkline.php

EG2
sparkline.php?data=5

EG3
sparkline.php?data=2,4,5,6,10,7,8,5,7,7,11,8,6,9,11,9,13,14,12,16

EG4
sparkline.php?data=2,4,5,6,10,7,8,5,7,7,11,8,6,9,11,9,13,14,12,16&line=5bb763&fill=d5f7d8

EG5
sparkline.php?data=2,4,5,6,10,7,8,5,7,7,11,8,6,9,11,9,13,14,12,16&line=fd8626&fill=ffedde

EG6
sparkline.php?data=2,4,5,6,10,7,8,5,7,7,11,8,6,9,11,9,13,14,12,16&line=ed5565&fill=ffe2e2

EG7
sparkline.php?data=2,4,5,6,10,7,8,5,7,7,11,8,6,9,11,9,13,14,12,16&line=444&fill=eee

EG8
sparkline.php?data=2,4,5,6,10,7,8,5,7,7,11,8,6,9,11,9,13,14,12,16&line=31475c&fill=fff

EG9
sparkline.php?size=185x40&data=2,4,5,6,10,7,8,5,7,7,11,8,6,9,11,9,13,14,12,16

Query Parameters

Key Example Value Default Description
size 100x25, 100 80x20 Width must be between 50 and 80
Height must be between 20 and 800
data 10,20,50,20,30,40,50,120,90 Comma separated list of values to plot
back eeeeee, ddd ffffff Hexadecimal code for background colour
line 555555, 222 1388db Hexadecimal code for line colour
fill cccccc, bbb e6f2fa Hexadecimal code for fill colour

Size Parameter

Value Description
100 Creates a square image 100px in width and 100px in height
80x20 Creates an image 80px in width and 20px in height

License

Sparkline is licensed under the MIT license, see LICENSE.md for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].