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

bullet chart dispatch #158

Open
arunjai1994 opened this issue Mar 15, 2019 · 0 comments
Open

bullet chart dispatch #158

arunjai1994 opened this issue Mar 15, 2019 · 0 comments

Comments

@arunjai1994
Copy link

Hi @krispo,
Thank you for the wonderful package.

Does dispatch element Click work on bullet.??
I have used dispatch element click in bar chart and multi bar chart. it work without any problem.
mutlibar chart example works
chart.multibar.dispatch.on('elementClick', (angularEvent, e) => { console.log("clicked"); });
In Bullet it's doesn't or may be the way i implemented is wrong.
chart.bullet.dispatch.on('elementClick', (angularEvent,e) => { console.log("clicked"); });
This is error i get "ERROR TypeError: Cannot read property 'on' of undefined"
Any input on this help me.

Thanks in advance.

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