Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

annotationClick event for Angular #135

Open
smithacigna opened this issue Oct 13, 2021 · 0 comments
Open

annotationClick event for Angular #135

smithacigna opened this issue Oct 13, 2021 · 0 comments

Comments

@smithacigna
Copy link

I have a few charts, where I am using annotations to give extra information in almost a tabular form on the sides of a chart. I have tried a heat map, but I am not able to control the sizing and space. But annotations are flexible. On the fusions charts documentation, 'annotationClick' is mentioned, but it's not working when I try it. The 'dataplotClick' works just fine.
Is there a property or something I should be enabling before using the annotationClick, to get it to work?
the HTML:
<fusioncharts (renderComplete)="onRenderComplete($event)"
containerBackgroundOpacity="0"
width="100%"
height="250"
type="Column2d"
[dataSource]="datasrouce"
(annotationClick)="annotationClickEvent($event)"
>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant