Sign in to follow this  
Satish Kumar

Svg fill attribute not taking full path for URL.

Recommended Posts

I  am using fusion charts version 3.3.1

 

I am using base href in my angular2 app for routing to enable,

 

In my home page there is a chart it works properly , url will be at this time records/reader/

 

If I click on a link the url becomes now /reader/list

 

here also I have a chart it renders, but palette colors are missing due to url issue in fill attribute,

 

url('https://localhost:8443/records/reader/#rr-103-xr___120_200_166__rgba_0_174_141_1__0-rgba_0_174_141_1__100')

 

instead it should take 

 

url('https://localhost:8443/records/reader/list#rr-103-xr___120_200_166__rgba_0_174_141_1__0-rgba_0_174_141_1__100')

 

list is missing in url, svg is not taking current url.

Share this post


Link to post
Share on other sites

@Moonmi,

 

Is there an official Js plugin for angular2?  Please adivse.

 

Thanks!

Hi,

 

Can you try using the latest version of FusionCharts ?

 

Please download it from http://www.fusioncharts.com/download/

 

You can also refer our official angularJs plugin from http://www.fusioncharts.com/angularjs-charts/

 

Do try it out and share your views.

 

Thanks.

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