D3 extension

Hello All,

Is there D3 extension in Yii?

what D3 am referring to is js library for pictorial drawing of data.

like Charts and etc.

If,can I get a link for it?

which shows how to use it in multilevel?

What exactly I want in multilevel is, pie chart which shows my one level data. for example Skills: Java,C,C++

on mouse over of Java,its should be next pie chart circle of experience level for it like circle with data of 1-2,2-5,5-10 etc.

I think a extension for d3 is very hard since it’s more a framework to create graphic components rather than a library.

So what would be more likely is a extension for something like c3js which is based on d3 to draw your charts.