In progress...

This commit is contained in:
Kolan Sh 2018-01-19 15:52:14 +03:00
parent b685e371dd
commit 6e09e42b95
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ namespace CairoChart {
var ymin = plarea.y + plarea.height * z0.y;
var ymax = plarea.y + plarea.height * (z0.y + z0.height);
d.x *= (z0.x + z0.width) - z0.x; d.y *= (z0.y + z0.height) - z0.y;
d.x *= z0.width; d.y *= z0.height;
var px1 = plarea.x + plarea.width;
var py1 = plarea.y + plarea.height;