fusioncharts / angular-fusioncharts

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

dataLabelClick event handler does not update angular component field #117

Closed gmakharat closed 3 years ago

gmakharat commented 3 years ago

Hi there, I am trying to use dataLabelClick, in method, which handles event thrown by dataLabelClick, updating component field but it does nothing, is there something which I should consider while working with event handlers?

AyanBhadury commented 3 years ago

https://github.com/fusioncharts/angular-fusioncharts#working-with-events

Replace dataPlotRollOver with dataPlotClick event

gmakharat commented 3 years ago

https://github.com/fusioncharts/angular-fusioncharts#working-with-events

Replace dataPlotRollOver with dataPlotClick event

dataPlotClick does not work at all with heatmap, using angular-fusioncharts...

AyanBhadury commented 3 years ago

@gmakharat https://codesandbox.io/s/angular-column3d-tlxtm?file=/src/app/app.component.ts

For more assistance drop a mail to support@fusioncharts.com with your license details.

gmakharat commented 3 years ago

@gmakharat https://codesandbox.io/s/angular-column3d-tlxtm?file=/src/app/app.component.ts

For more assistance drop a mail to support@fusioncharts.com with your license details.

Thank you, changing to [events]=events, from direct method handling from html, helped.