I have a problem under 4.2.0 pro with the bar plot legend. If I try the
example
from https://jpgraph.net/features/src/show-example.php?target=new_bar6.php
with 4.1.0 pro, the legend is on the bottom and the graph is on top
(how it should looks like). If I run the Example with 4.2.0 pro, the legend is in
front of the graph and the y-scale is hide by the legend. How can I fix
it?
$graph->legend->pos(.15,.91);$graph->legend->SetColor('#4E4E4E','#00A78A');