An open API service indexing awesome lists of open source software.

https://github.com/feliciousx/simple-vanilla-pictograph-editor

Vanilla Pictograph Editor
https://github.com/feliciousx/simple-vanilla-pictograph-editor

Last synced: over 1 year ago
JSON representation

Vanilla Pictograph Editor

Awesome Lists containing this project

README

          

# Simple Vanilla Pictograph Editor

## Basic requirements:-

- [x] Build a chart with custom icons
- [x] Build an editor to accommodate the chart
- [x] The chart can be moved around freely in the editor
- [x] The chart can be resized freely in the editor
- [x] User can insert data to the chart as desired
- [x] User can edit data of the chart after initial creation
- [x] User can change colors of the icons of the chart
- [x] User can change the icons for the chart (e.g. men, women, etc.)

### Example: ###

Man Utd 7, Chelsea 3 -> 7 icons colored in a certain color, 3 icons colored in a different color
Also known as a pictogram http://en.wikipedia.org/wiki/Pictogram

## NOTE: ##
- Take care not to have any memory leaks
- Performance must not be laggy
- Bug free
- Cross browser compatibility (except IE9 and below)
- Strictly no libraries or framework can be used (e.g. no JQuery, Bootstrap, D3.js etc)
- Exception of API is allowed for social network publishing only (e.g. Pinterest API)
- Please explain your workflow for your code as well
- If, by any chance, you are not able to complete a particular task, do explain why and what are the challenges you face?