jefflanzi / survey_dashboard_d3

A reporting dashboard for the Brand Performance Platform
0 stars 0 forks source link

Chart models should have consistent coding style #3

Open jefflanzi opened 8 years ago

jefflanzi commented 8 years ago

Chart models currently have inconsistent coding styles. Need to review and decide on a style for consistency.

jefflanzi commented 8 years ago

Currently favoring modular style using a chart{} object to contain chart elements as component functions. This keeps all the code for each chart element together and makes it easier to understand what is required to create/update each element. See refactoring of attributeChart.js for example.