As you have already seen, D3 is the standard for creating charts, so if you are serious about creating and customizing charts, you can’t escape learning about D3. React is made to integrate with other libraries such as D3; however, adding TypeScript to the mix does require special attention.
In the previous chapters, I showed you how to create popular and basic types of charts with React, TS, and D3. Additionally, if you took my React + d3 interactive course (https://elielrom.com/BuildSiteCourse) you seen other ways you ...