Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SMPPIR
Portal-SMPPIR-React
Commits
cd9f7e9b
Commit
cd9f7e9b
authored
May 06, 2019
by
Rafael S Castilho
Browse files
First commit
parent
ae20d047
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Charts/BuildBiaxialBars.js
View file @
cd9f7e9b
...
...
@@ -67,6 +67,7 @@ class BuildBiaxialBars extends Component {
componentWillReceiveProps
(
nextProps
)
{
this
.
setState
({
data
:
nextProps
.
data
})
}
render
()
{
if
(
this
.
state
.
data
&&
this
.
state
.
data
.
length
>
0
)
{
return
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment