Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 711 Bytes

canvas-tree-chart.md

File metadata and controls

16 lines (9 loc) · 711 Bytes

Canvas Tree Chart

Canvas version Using Tech

Canvas version API

the canvas version is not published with npm module.

if you want to use this project's canvas version, please download the source code and edit with the following steps:

  • replace the data in packages/tree-chart-demo/src/base/data-generator.js with your own nested data.
  • add your data drawing logic in packages/tree-chart-demo/src/components/org-chart.js #drawShowCanvas