https://github.com/processout/picasso
https://github.com/processout/picasso
frontend library ui
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/processout/picasso
- Owner: processout
- License: mit
- Created: 2017-03-23T16:22:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T13:23:14.000Z (about 4 years ago)
- Last Synced: 2025-09-26T08:20:44.273Z (9 months ago)
- Topics: frontend, library, ui
- Language: TypeScript
- Size: 532 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# picasso
Picasso handles all the front-end charts rendering shown on the ProcessOut dashboard (https://dashboard.processout.com). It heavily uses D3.
#### Overview
Although already heavily used in production, no public documentation has been written yet. Please feel free to create issues for usage directions.
#### Features
Supported charts currently are:
- Line charts (with multi lines support)
- Bar charts (with multi bars support)
- Split bars
- Line & Bar charts
- Map charts
Axises are automatically scaled depending on the data provided when drawing the chart. The styling of the charts can be fully
customized using CSS.
Some flexibility is also provided to customize tooltips, which currently work using callback functions.
Bar charts support click events.