|
|
|
|
|
by _coveredInBees
2931 days ago
|
|
Yeah, but then you just end up making another charting library which is less flexible and limited by the constraints forced by your abstractions. There is a fundamental reason why D3 has remained relevant for so long in an ever-changing JS/Web landscape. If you want reusability, build your abstractions or use a charting library, but recognize that this will in-turn limit the flexibility of your reusable code. You can't have your cake and eat it too. It's the very reason why D3 is still so relevant today. |
|