Skip to content

A full-stack app using a React frontend and a Node.js backend. Features an endpoint that accepts a base64-encoded URL parameter containing a chart description and generates a PNG image of the chart in response.

Notifications You must be signed in to change notification settings

kevinnayar/full-circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔴 full circle

Get nice chart png's via a REST API

Examples:

type: 'pie'

[{"name":"foo","value":25},{"name":"bar","value":35},{"name":"baz","value":27},{"name":"bat","value":13}]

type: 'bar' | 'area' | 'line'

[{"name":"Jan","revenue":4000,"profit":2400},{"name":"Feb","revenue":3000,"profit":1398},{"name":"Mar","revenue":4600,"profit":3800},{"name":"Apr","revenue":2780,"profit":1908},{"name":"Jun","revenue":1890,"profit":1800},{"name":"Jul","revenue":2390,"profit":1800}]

About

A full-stack app using a React frontend and a Node.js backend. Features an endpoint that accepts a base64-encoded URL parameter containing a chart description and generates a PNG image of the chart in response.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published