dvalley56
dvalley56
In the chartOptions add the following ``` stroke: { ... curve: "smooth", ... }, ``` You can see the interface file for available options ``` export interface ApexStroke { show?:...
Tested on angular 13 Material symbols work flawlessly Need to add this in index.html ``` ``` And `class="material-symbols-outlined"` in mat-icon Tip: ``` export class AppModule { constructor(iconRegistry: MatIconRegistry) { iconRegistry.setDefaultFontSetClass('material-symbols-outlined');...
Hii @ahmadallw, I don't think this library has anything to do with the issue, I too had the same problem when I updated to angular 16 but for a different...