bar-line ts and html - 2023 Reporting
Mon Jun 17 2024 13:31:13 GMT+0000 (Coordinated Universal Time)
Saved by @iamkatmakhafola
2023 - Bar-line ts and html 1.6 In the “bar-line.component.ts”: a. Create a method for the bar line chart. This should include the data and labels for the bar line chart. Note that 2022 data should be represented using the line graph while the 2023 data should be represented using the bar graph. 1.7 In the “bar-line.component.html”: a. The bar line chart should have a header titled “Product Sales”. b. Create a container and use angular string interpolation to render the bar line chart variable.
Comments