File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
frontend/src/components/messstelle/charts Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -579,11 +579,15 @@ function drawMessstelleInfo() {
579579 .font ({ size: defaultFontSize , family: fontfamily })
580580 .newLine ();
581581 if (dateUtils .isDateRange (chosenOptionsCopy .value .zeitraum )) {
582+ add
583+ .tspan (` Messzeitraum: ` )
584+ .font ({ size: defaultFontSize , family: fontfamily })
585+ .newLine ();
582586 add
583587 .tspan (
584- ` Messzeitraum: ${dateUtils .formatDate (
588+ ` ${dateUtils .formatDate (
585589 chosenOptionsCopy .value .zeitraum [0 ]
586- )} - ${dateUtils .formatDate (chosenOptionsCopy .value .zeitraum [1 ])} `
590+ )} - ${dateUtils .formatDate (chosenOptionsCopy .value .zeitraum [1 ])} `
587591 )
588592 .font ({ size: defaultFontSize , family: fontfamily })
589593 .newLine ();
You can’t perform that action at this time.
0 commit comments