psu-capstone / churchill

Other
2 stars 2 forks source link

Dynamically supply row titles to stacked bar chart #54

Closed m-d-s closed 8 years ago

m-d-s commented 8 years ago

Right now, the rows in the stacked bar chart are titled "Question 1, Question 2, ..." We need to allow those titles to be supplied so that they will reflect what they represent. Please ask if you need clarification on this issue.

m-d-s commented 8 years ago

I figured I would assign you since you said you were working on it

rebpdx commented 8 years ago

Have an object dynamically pulled in mapping ids to titles, called headerData. Need to ensure data ordering when binding to the C3 chart.

rebpdx commented 8 years ago

Titles are showing up, added new issue regarding title text overlapping in c3 chart.