-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Milestone
Description
I think that a modern chart library should work in the following way:
import PieChart from 'chart/pie';
new PieChart(/necessary stuff/);
Prós:
- The page only requests js for a specific chart.
- Better use of single responsibility pattern.
- Better IntelliSense??
- ...
What you think guys?
Thanks.
willgm, NickThomson1977, stolinski, ctumolosus, aldo-roman and 28 more