Skip to content

Commit

Permalink
Merge pull request #368 from dangrussell/patch-1
Browse files Browse the repository at this point in the history
docs: Add missing ApexMarkers input
  • Loading branch information
junedchhipa authored Nov 21, 2024
2 parents e902fde + fde8805 commit 5628e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ng-apexcharts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ This is a list of all available attributes:
@Input() title: ApexTitleSubtitle;
@Input() subtitle: ApexTitleSubtitle;
@Input() theme: ApexTheme;
@Input() markers: ApexMarkers;
```

You can visit the [docs](https://apexcharts.com/docs/) to read more about all the options listed above.
Expand Down

0 comments on commit 5628e22

Please sign in to comment.