diff --git a/app/scripts/src/charts/bar_chart.jsx b/app/scripts/src/charts/bar_chart.jsx index daac978..d41ab5c 100644 --- a/app/scripts/src/charts/bar_chart.jsx +++ b/app/scripts/src/charts/bar_chart.jsx @@ -123,14 +123,16 @@ var BarChart = React.createClass({ This bar chart represents {words.items[this.state.item]} {words.actions[this.state.item]} {who} {words.item[subject]} from W11, Mar 9 to W18, Apr 27
- +
- {this.props.items.map(this.renderItem)} - +
+
{this.props.title}
+ +
); } }); diff --git a/app/scripts/src/charts/stacked_area_chart.jsx b/app/scripts/src/charts/stacked_area_chart.jsx index 231e505..174ef8e 100644 --- a/app/scripts/src/charts/stacked_area_chart.jsx +++ b/app/scripts/src/charts/stacked_area_chart.jsx @@ -199,13 +199,15 @@ var StackedAreaChart = React.createClass({ This stacked area chart represents {words.items[this.state.item]} {words.actions[this.state.item]} {who} {words.item[subject]} from W11, Mar 9 to W18, Apr 27
+ -