Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 583 Bytes

treemap.md

File metadata and controls

21 lines (17 loc) · 583 Bytes

Pie Chart

Example

<iframe width="100%" height="400" src="//jsfiddle.net/YangWei/tgbyLe22/1/embedded/result,js,html/" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

Props

Name Type Default Description
data array []
margins object
width number 400
height number
title string ''
textColor string '#f7f7f7'
fontSize string,number '0.85em'
colors func d3.scale.category20c()
colorAccessor func (d, idx) => idx
hoverAnimation bool true
heigth 200