Skip to content

Commit

Permalink
Chaneg chart title colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbas committed Apr 17, 2017
1 parent c457393 commit 29caecd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/js/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,15 @@ var LiveChart = React.createClass({
this.chart = new Highcharts.Chart({
title: {
text: this.props.dataTypeName,
style: {
color: '#FF5733'
}
},
subtitle: {
text: this.props.chartSubtitle,
style: {
color: '#FF5733'
}
},


Expand Down

0 comments on commit 29caecd

Please sign in to comment.