-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(webapp): add logic to load more (soft paginations) and fix respon…
…sive polar graph (#816)
- Loading branch information
Showing
19 changed files
with
290 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,13 @@ | ||
export default theme => ({ | ||
highchartsFigure: { | ||
margin: '1em auto', | ||
[theme.breakpoints.down('md')]: { | ||
margin: '0 auto', | ||
width: '100% !important' | ||
}, | ||
margin: 0, | ||
width: '100% !important', | ||
'& .highcharts-container ': { | ||
margin: '1em auto', | ||
margin: 0, | ||
[theme.breakpoints.down('md')]: { | ||
margin: '0 auto', | ||
margin: 0, | ||
width: '100% !important' | ||
} | ||
|
||
// height: '400px !important', | ||
// width: '350px !important', | ||
// border: '2px dashed purple', | ||
|
||
// '& > svg': { | ||
// fill: '#94d31b', | ||
// height: '400px !important', | ||
// width: '350px !important' | ||
// }, | ||
|
||
// [theme.breakpoints.up('sm')]: { | ||
// border: '2px solid green', | ||
// height: '400px !important', | ||
// width: '600px !important', | ||
// '& > svg': { | ||
// fill: '#94d31b', | ||
// height: '400px !important', | ||
// width: '600px !important' | ||
// } | ||
// }, | ||
// [theme.breakpoints.up('md')]: { | ||
// border: '2px solid blue', | ||
// height: '400px !important', | ||
// width: '400px !important', | ||
// '& > svg': { | ||
// fill: '#94d31b', | ||
// height: '400px !important', | ||
// width: '450px !important' | ||
// } | ||
// }, | ||
// [theme.breakpoints.up('lg')]: { | ||
// border: '2px solid orange' | ||
// } | ||
} | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.