Building Dashboard with Reusable Charts

less than 1 minute read

React is now the popular way to build web components, but if you are working on existing projects and you have limited time, changing tech stack might not be the fastest way to get things done, but still, you want to make reusable charts to make life easier(on the condition that the requirements for charts is customized and you are not using any other open source library based on d3). With a little help of closure, you can build a dashboard with customized yet reusable chart components like this.


dashboard