メインコンテンツへスキップ

Sunburst Plot

パスウェイを表示するためのd3ベースのサンバーストプロット。

オプション

  • categories | array (required): カテゴリ名配列. Default: none.
  • data | object (required): データオブジェクト. Default: none.
  • width | number: プロットの幅. Default: 750.
  • height | number: 区画の高さ. Default: 600.
  • style | object: CSSインラインスタイル. Default: {}.
  • breadcrumbs | {w,h,s,t}: オブジェクトに寸法を指定します。幅は w、高さは h、間隔は s、先端/尾部の幅は t です。. Default: { 'w': 250, 'h': 50, 's': 5, 't': 15 }.

例としては、以下のようなものがあります。

ライブエディター
結果
ReferenceError: Provider is not defined