FlorianHarvest Report post Posted July 3, 2014 Hi When I use the methode FusionCharts(chartId).ref.getSVGString() on my AngularGauge, hte result is different when I'm in SVG mode or when in VML mode. In SVG mode, I get this (and it's ok !) <g class="red-pointers-762" transform="matrix(1,0,0,1,95,65)"> <path d="M80,0L80,0L0,5L0,-5Z" fill="#000000" fill-opacity="1" stroke="#999999" stroke-opacity="1" stroke-width="1" style="" transform="matrix(-0.5495,-0.8355,0.8355,-0.5495,0,0)" /> </g> In VML mode, I get this : <g style="" transform="matrix(1,0,0,1,95,65)"> <path d="M0 0" style="" transform="matrix(-0.5495,-0.8355,0.8355,-0.5495,-1.071,-3.5775)" /> </g> So my pointer is lost when rendering this SVG... Have you any idea to resolve this problem ? My FusionCharts version is 3.3.1 SR3 The browser used for VML mode is Internet Explorer 8 Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted July 4, 2014 Hi, We are looking into this issue. We will get back to you with the updates on this, as soon as possible. Share this post Link to post Share on other sites