Merge pull request #1035 from SoerenWeber/bug-marker-label
Show marker label at the top in FrequencySpectrummaster
commit
0ca3c2c763
|
@ -616,7 +616,7 @@ sub add_marker {
|
|||
'text-anchor' => 'middle',
|
||||
class => 'marker_label'
|
||||
);
|
||||
$markerLabel->tag('tspan', id => 'marker_label', -cdata => ucfirst($freq_formatted));
|
||||
$markerLabelText->tag('tspan', id => 'marker_label', -cdata => ucfirst($freq_formatted));
|
||||
|
||||
#Add marker line
|
||||
$plot->{svg}->group(
|
||||
|
|
Loading…
Reference in New Issue