Merge pull request #1035 from SoerenWeber/bug-marker-label

Show marker label at the top in FrequencySpectrum
master
Zaahir Moolla 2015-03-16 23:14:44 -04:00
commit 0ca3c2c763
1 changed files with 1 additions and 1 deletions

View File

@ -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(