fusioncharts / angular-fusioncharts

Angular Component for FusionCharts JavaScript Charting Library
https://fusioncharts.github.io/angular-fusioncharts/#/ex1
Other
55 stars 37 forks source link

worldwithcountries does not work #66

Open piotrgolawski opened 5 years ago

piotrgolawski commented 5 years ago

As in the title, please provide available types. Type should not be a string, but an enum.

soumyasankarduttagit commented 4 years ago

Hi,

Thanks for writing to us.

You need to put the map definition file for the world with countries within the Assets folder and import it accordingly. For reference, you can check the following sample https://codesandbox.io/s/modest-microservice-5w7q27vv3k

Alternatively, you can install fusion maps NPM package and import "worldwithcountries" please check fusion maps NPM package https://www.npmjs.com/package/fusionmaps

As of now within the fusioncharts component, the type needs to specify the javascript alias for the particular chart type here for rendering the maps you need to specify the particular map alias name which is taking string value.

piotrgolawski commented 4 years ago

Thank you for not answering on my sentence.

soumyasankarduttagit commented 4 years ago

Hey,

Whether you still facing issue could you please let me know.

priyanjitdey94 commented 4 years ago

@piotrgolawski Hey. Can you please elaborate the issue that you faced?