Interactive SVG Charts

The app is a JavaScript app for showing simple charts data based on provided input data. The app was developed as part of Telegram coding contest without usage of 3rd party libraries.

Contest challenge

Note: you may not use specialized charting libraries. All the code you submit must be written by you from scratch.

The criteria we’ll be using to define the winner are speed, efficiency and the size of the app.

The app should show 4 charts on one screen, based on the input data we will provide.

Tech Stack

View online

Src code in GitLab

TypeScript | SVG | Webpack