Skip to content

Commit 71fdb5c

Browse files
committed
DM-7967: y-axis reversed in popup dialog too
1 parent 9a50d5d commit 71fdb5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/firefly/js/templates/lightcurve/LcPhaseFoldingPopup.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ class PhaseFoldingChart extends Component {
347347
lineWidth: 1,
348348
tickWidth: 1,
349349
tickLength: 10,
350-
gridLineColor: '#e9e9e9'
350+
gridLineColor: '#e9e9e9',
351+
reversed: true
351352
},
352353
tooltip: showTooltip ? {enabled: true,
353354
formatter() {

0 commit comments

Comments
 (0)