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

Metadata

Source
FLOE-404
Type
New Feature
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Alan Harnum
Reporter
Cindy Li
Created
2015-07-30T15:32:34.364-0400
Updated
2015-10-07T09:54:24.815-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Chart Authoring Tool

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

Comments