Create an Infusion wrapper component for the parts of D3 library that we need for the pie chart

Description

After the discussion with Antranig and Colin, the features that the wrapper component should have for the first cut:

1. Be able to accept the input data set and pie chart options to create a pie chart

2. Be able to register DOM listeners (click or hover) on D3 life cycle events like infusion "onCreate" and "afterRender"

3. Do not need to wrap up d3 enter() and exit() so users are free to use D3 renderer

Environment

None

Activity

Show:

Justin Obara September 25, 2015 at 7:27 PM

Merged pull request ( https://github.com/fluid-project/chartAuthoring/pull/6 ) into the project repo at 71408f7b48ca0cd70fad37a994dfaf3d95cb2e80

Fixed

Details

Assignee

Reporter

Components

Priority

Created July 30, 2015 at 7:32 PM
Updated October 7, 2015 at 1:54 PM
Resolved September 25, 2015 at 7:27 PM