Veröffentlicht in Living Pixel
Autor Casey Ydenberg

A very common topic of questions on data visualization forums concerns responsive charts. In this post I will use an example of responsive chart design to illustrate the key issues when confronting this problem, outline the framework of a general solution, and show a bit of general-purpose code. The principles should be applicable to any frontend framework (React, Vue, Svelte). I'll use d3 throughout, but no prior d3 expertise is necessary.