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
- Host: GitHub
- URL: https://github.com/feliciousx/simple-vanilla-pictograph-editor
- Owner: FeliciousX
- Created: 2014-12-18T10:54:14.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-01-15T13:04:16.000Z (over 10 years ago)
- Last Synced: 2025-02-04T21:15:56.584Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://feliciousx.github.io/simple-vanilla-pictograph-editor
- Size: 150 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?