Benchmark-Harness-Graph

 view release on metacpan or  search on metacpan

Graph.pm  view on Meta::CPAN

EOT
}

### ################################################################################################
### Return the entire <style> element to insert in the html <head>
sub htmlStyle {
	<<EOT;
<style>
<!--
.x_legend {
	font-weight: bold;
	text-align: center;
}
.y1_legend {
	font-weight: bold;
	font-size: 12;
	text-align: center;
	vertical-align: middle;
	text-color: green;
}
.y2_legend {
	font-weight: bold;
	font-size: 12;
	text-align: center;
	vertical-align: middle;
	text-color: red;
}
-->
</style>
EOT
}



( run in 0.223 second using v1.01-cache-2.11-cpan-5dc5da66d9d )