PHPlot icon indicating copy to clipboard operation
PHPlot copied to clipboard

SetYDataLabelPos is not updating Y data label position

Open martinberlin opened this issue 8 months ago • 0 comments

Hello maintainers,

I tried different options like:

$plot = new PHPlot();
$plot->SetYDataLabelPos('plotright');

$plot->SetYDataLabelPos('both');  // Would that duplicate the Y labels, right?

And the Chart renders correctly but always with the Y data labels on the left (as default) Maybe it's me that I'm doing something wrong and that method is not for what I intend it is?

martinberlin avatar May 07 '25 12:05 martinberlin