Sign in to follow this  
FlorianHarvest

AngularGauge - getSVGString() : lost pointer if VML (IE8)

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this