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

Missing to pass the parameter 'legendTemplate' into Chart js #186

Closed
Vincent-Pang opened this issue Apr 11, 2016 · 1 comment
Closed

Missing to pass the parameter 'legendTemplate' into Chart js #186

Vincent-Pang opened this issue Apr 11, 2016 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@Vincent-Pang
Copy link

in LineChart, there is @input() 'legendTemplate', but it is forgotten to pass into Chart.js

i.e.
this.chart = new Chart(... {
....
legendTemplate: this.legendTemplate <----- missing this parameter
})

This problem is exist in linechart, barchart, polarareachart and radarchart.
But not in piechart and doughnutchart

@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Apr 16, 2016
@cagataycivici cagataycivici self-assigned this Apr 16, 2016
@cagataycivici cagataycivici added this to the 1.0.0-beta.3 milestone Apr 16, 2016
@cagataycivici
Copy link
Member

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants