All Projects → filhodanuvem → pizzeria

filhodanuvem / pizzeria

Licence: MIT License
🍕Chart generator as a service

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to pizzeria

aks-terraform-helm
Showcase for Azure, AKS, Terraform, Helm and Let's Encrypt
Stars: ✭ 23 (-73.86%)
Mutual labels:  chart
rc-org-chart
基于 react 的组织架构组件,支持缩放、拖拽。可自定义拖拽规则,扩展性强。
Stars: ✭ 19 (-78.41%)
Mutual labels:  chart
webtrees-pedigree-chart
SVG based pedigree chart module for webtrees genealogy application.
Stars: ✭ 24 (-72.73%)
Mutual labels:  chart
g2plot-react
G2Plot for React
Stars: ✭ 67 (-23.86%)
Mutual labels:  chart
towards5gs-helm
Open-source project providing Helm charts for deploying Free5GC and UERANSIM on a Kubernetes cluster
Stars: ✭ 53 (-39.77%)
Mutual labels:  chart
github-trending-plus
✨ Experimental Github trending UI
Stars: ✭ 61 (-30.68%)
Mutual labels:  chart
DepthChart
深度图
Stars: ✭ 28 (-68.18%)
Mutual labels:  chart
ascii chart
Nice-looking lightweight console ASCII line charts ╭┈╯. Port of kroitor/asciichart.
Stars: ✭ 24 (-72.73%)
Mutual labels:  chart
parallel-disk-usage
Highly parallelized, blazing fast directory tree analyzer
Stars: ✭ 145 (+64.77%)
Mutual labels:  chart
multi-verse
lit-element components for fast and modular multivariate analysis
Stars: ✭ 34 (-61.36%)
Mutual labels:  chart
VisualFamilyTree
With this app you can create a family tree with extensive information and pictures about the individual family members.
Stars: ✭ 44 (-50%)
Mutual labels:  chart
helm-charts
docs.renovatebot.com/helm-charts
Stars: ✭ 51 (-42.05%)
Mutual labels:  chart
ionic-chart-example
Shown here the usage of common java script charting libraries with ionic 1.
Stars: ✭ 18 (-79.55%)
Mutual labels:  chart
d3-dotmatrix
Open Source Javascript library to render Dot Matrix Charts
Stars: ✭ 14 (-84.09%)
Mutual labels:  chart
okeevis-render
a fast lightweight 2d graphic library
Stars: ✭ 22 (-75%)
Mutual labels:  chart
rc-charts
一个基于BizCharts的图表库
Stars: ✭ 22 (-75%)
Mutual labels:  chart
charts
My helm charts
Stars: ✭ 15 (-82.95%)
Mutual labels:  chart
jelly-chart
Jelly-Chart is a chart library based on D3v4 and SVG.
Stars: ✭ 34 (-61.36%)
Mutual labels:  chart
awesome-canvas
Canvas资源库大全中文版。An awesome Canvas packages and resources.
Stars: ✭ 288 (+227.27%)
Mutual labels:  chart
MSChartExtension
Windows Forms MSChart Extensions Method
Stars: ✭ 23 (-73.86%)
Mutual labels:  chart

Pizzeria Build Status

Pizzeria is a chart generator as a service

What is it?

The main inspiration of Pizzeria was Google deprecated chart api. We believe that sometimes developers need to have a simple way to generate image charts. A http api could be a good tool to solve this problem.

Requirements

Golang 1.6

How to install and run it ?

Prefer always a stable release found here

# Install Go compiler on https://golang.org/dl
# Download the project on some $path
cd $path
go get 
go run main.go

Examples

Pie chart

http://localhost:8080/pie?h=200&w=200&dt=1,2,3&lb=cash,credit,debit

Bar chart

http://localhost:8080/bar?h=200&w=200&dt=1,2,3&lb=cash,credit,debit

Line chart

http://localhost:8080/line?h=200&w=200&dtx=1,2,3&dty=2,4,6

Documentation

Read more about the possibilities on Doc page

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].