Zocoi Vietnamese /ʒoʊ kɔɪ/: (informal) Let's watch/read together

Towards Reusable Charts

What does it mean to create reusable charts? A reusable chart is:

  • repeatable - can be instantiated multiple times for different data on the same page
  • configurable - can be customized during runtime through a consistent API
  • extensible - new charts can be defined on top of the existing chart
  • composable - charts can be combined to form new chart types

https://speakerdeck.com/iros/architecting-code-with-d3