Closed fernandomartinsrib closed 4 years ago
@fernandomartinsrib this issue was automatically closed because it did not follow the bellow rules:
IMPORTANT: Please use the following link to create a new issue: https://www.creative-tim.com/new-issue/argon-dashboard-angular **If your issue was not created using the app above, it will be closed immediately.** Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit: 👉 https://www.creative-tim.com/bundles 👉 https://www.creative-tim.com
Version
1.1.0
Reproduction link
Operating System
Windows
Device
PC
Browser & Version
Chrome 83.0.4103.116
Steps to reproduce
What is expected?
Chart.elements.Rectangle.prototype.draw back working.
What is actually happening?
in my project appeared a requirement of utilize ChartDataLabels, but ChartDataLabels require @types/chart.js, so when I import @types/chart.js, Chart.elements.Rectangle.prototype.draw (inside variables/chart.ts) don't work, showing of the error:
ERROR in src/app/variables/charts.ts:7:7 - error TS2339: Property 'elements' does not exist on type 'typeof import(".../node_modules/@types/chart.js/index.d.ts")'.
Solution
i do not have it yet
Additional comments
The Chart.elements.Rectangle.prototype.draw works normally without @types/chart.js.
If it's a basic knowlodge, sorry! I'm beginner with this tecnology.