Skip to content

Commit

Permalink
Merge pull request #610 from Niveathika92/master
Browse files Browse the repository at this point in the history
Updated react-vizgrammer version for better theme switch
  • Loading branch information
NisalaNiroshana authored Jun 8, 2018
2 parents e80f753 + b33f3cf commit d8b1a5e
Show file tree
Hide file tree
Showing 15 changed files with 1,515 additions and 1,508 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"axios": "^0.17.1",
"lodash": "^4.17.4",
"react": "^16.2.0",
"react-vizgrammar": "^0.7.10",
"react-vizgrammar": "^0.7.12",
"rimraf": "^2.6.2"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ class HTTPAnalyticsLatencyComparison extends Widget {
data={this.state.data}
width={this.state.width}
height={this.state.height}
theme={this.props.muiTheme.name}
/>
</div>
);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"axios": "^0.17.1",
"lodash": "^4.17.10",
"react": "^16.2.0",
"react-vizgrammar": "^0.7.10",
"react-vizgrammar": "^0.7.12",
"rimraf": "^2.6.2"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ class HTTPAnalyticsLatencyOverTime extends Widget {
data={this.state.data}
width={this.state.width}
height={this.state.height}
theme={this.props.muiTheme.name}
/>
</div>
);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"axios": "^0.17.1",
"lodash": "^4.17.4",
"react": "^16.2.0",
"react-vizgrammar": "^0.7.10",
"react-vizgrammar": "^0.7.12",
"rimraf": "^2.6.2"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ class HTTPAnalyticsRequestCountComparison extends Widget {
data={this.state.data}
width={this.state.width}
height={this.state.height}
theme={this.props.muiTheme.name}
/>
</div>
);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d8b1a5e

Please sign in to comment.