Hi,
I was wondering if there's an option to load images in a Kendo Diagram without the use of referencing a URL, as is done here:
g.append(new dataviz.diagram.Image({ source: "../content/dataviz/diagram/people/" + dataItem.image, x: 3, y: 3, width: 68, height: 68 }));
Is it possible to load it via a bitmap or stream and pass it from the controller onto the view?
d