chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
64.05k stars 11.88k forks source link

Legend and tool-tips are not displayed in my angular application #8949

Closed Navanethapperumal closed 3 years ago

Navanethapperumal commented 3 years ago

Hi,

I have created angular sample bar chart application in stackblitz platform. And chart is displaying with legend, as well as tooltips. Same project I downloaded to my local system and performed npm installation with same package.json config.

But the legend and tooltips are missing.

Stackblitz url: [https://stackblitz.com/edit/chartjsv3sample]

Please advice me any help.

kurkle commented 3 years ago

https://www.chartjs.org/docs/latest/getting-started/integration.html

Navanethapperumal commented 3 years ago

@kurkle Thank you very much for your help. It is working fine, after following the integration document.