make default for 'splitBy' configurable
This commit is contained in:
@@ -63,10 +63,8 @@ export class PlotViewComponent implements OnInit {
|
||||
const x= event.clientX - rect.left;
|
||||
const y= event.clientY - rect.top;
|
||||
|
||||
|
||||
//console.log("pos: " + x+"x" +y+ " rect: "+rect.x+"x"+rect.y + " client: "+ event.clientX+"x"+ event.clientY + " offset:" + event.offsetX+"x"+event.offsetY );
|
||||
console.log(JSON.stringify(rect));
|
||||
|
||||
//console.log(JSON.stringify(rect));
|
||||
|
||||
return {x: x, y: y};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user