MapService.getDiagram Method

Generate a diagram's SVG based on the current viewport, data, and requested diagram files.
 

Parameters

diagramDetails

Type: Object
An object with properties corresponding with Dundas.BI.WebApi.Models.GetMapsOptions.

Return Value


Type: jQuery.Promise
A promise object that is resolved when the request is complete. If successful, an object corresponding with Dundas.BI.WebApi.Models.MapDataInfoSvgData is returned to callback methods.