mirror of
https://github.com/nasa/openmct.git
synced 2025-03-13 07:54:13 +00:00
Ensure now marker shows up correctly even when there are no plots to send tick updates
This commit is contained in:
parent
88b43314d9
commit
b171f82e94
@ -81,6 +81,7 @@ export default {
|
||||
const svgHeight = ref(0);
|
||||
const axisTransform = ref(`translate(0,${TIME_AXIS_LINE_Y})`);
|
||||
const alignmentOffset = ref(0);
|
||||
const leftAlignmentOffset = ref(0);
|
||||
const alignmentStyle = ref({ margin: `0 0 0 0` });
|
||||
const nowMarkerStyle = reactive({
|
||||
height: '0px',
|
||||
@ -104,6 +105,7 @@ export default {
|
||||
svgHeight,
|
||||
axisTransform,
|
||||
alignmentOffset,
|
||||
leftAlignmentOffset,
|
||||
alignmentStyle,
|
||||
nowMarkerStyle,
|
||||
openmct
|
||||
|
Loading…
x
Reference in New Issue
Block a user