Hello
There is a bug in vertical gauge margins we have come across when assigning margins which have different vertical and horizontal lengths.
On line 1079 of kendo.dataviz.gauge.js there is the following:
var bbox2d = new dataviz.Box2D(bboxX, bboxX,
This should be
var bbox2d = new dataviz.Box2D(bboxX, bboxy,
Thanks,
Ben