私はD3jsを初めて使用し、parsetsの再利用可能なチャート(http://www.jasondavies.com/parallel-sets/)を使用しています。このグラフに変更を加えたいと思います。たとえば、マウスオーバーでリボンの太さに基づいて並べ替えを追加したり、2つの平行なセットを重ねて、異なるデータセットを一度に比較したりします(背面のデータセットはフェードします)。
Being new to D3js, I am having difficulty in understanding where to start. I am currently trying to understand the code of d3.parsets.js but its not going too well. If anyone has worked with this before and understands the procedure being followed in the code, please help me out.