fusioncharts / angularjs-fusioncharts

AngularJS Directive for FusionCharts JavaScript Charting Library (for Angular 1.x)
https://fusioncharts.github.io/angularjs-fusioncharts/
MIT License
111 stars 101 forks source link

3D pie now working when used as an element in HTML page #1

Closed tanmay-mehrotra closed 9 years ago

tanmay-mehrotra commented 9 years ago

I recently observed then when I am using : < fc-chart fc-width="600" fc-height="400" fc-type="pie3d", fc-datasource="{{dataSource}}" > < /fc-chart > chart is not getting rendered. However, when I use it as an attribute it working as expected: < div fc-chart fc-width="600" fc-height="400" fc-type="pie3d", fc-datasource="{{dataSource}}">< /div> As per the documentation we can use either of the ways.

tanmay-mehrotra commented 9 years ago

Also chart is not rendering properly ... all numeric values are distorted....using google chrome:( However if I interact with the chart by clicking on it, everything becomes fine. 3dpie

AmeenAhmed commented 9 years ago

Sorry for the delay @tanmay86. Will check it out.

AmeenAhmed commented 9 years ago

@tanmay86 I can confirm this works, If you see the demo for 3d pie in the demo browser at http://fusioncharts.github.io/angular-fusioncharts/#/demos/ex2, It uses the element name version, and it works. Can you tell me the angular.js version you are using?

tanmay-mehrotra commented 9 years ago

yeah , even I am amazed why it was not working for me when I am using it as an element rather than as an attribute. Using angular 1.2.16.

ayanonly1 commented 9 years ago

@tanmay86 Sorry for the delay. Can you please share us a fiddle sample?

ayanonly1 commented 9 years ago

Closing this issue. As this issue is inactive for a long time.