A tool to assist creating a PNG image from an SVG with custom legend colors and labels. View Demo
The was built with the Vue CLI tool and follows the basic structure provided.
Up to 6 colors and labels can be specified. This is because the <text>
annd <rect>
components are hardcoded into the SVG image.
Developed and Tested on a Desktop running Chrome.
npm install
npm run serve
npm run build
npm run test
npm run lint