Open jefflanzi opened 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.
Chart models currently have inconsistent coding styles. Need to review and decide on a style for consistency.