Skip to content

Commit

Permalink
Merge pull request #447 from StephenOTT/patch-1
Browse files Browse the repository at this point in the history
Add instruction that indicate options cannot be shared between instances
  • Loading branch information
joadan authored Apr 22, 2024
2 parents 183c815 + 6193a1c commit 5d8fc77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ If you are on .NET 8 you need to set the rendermode to Interactive.
### Chart Options
Apex Chart options are available in the `ApexChartOptions` class that can be passed to the chart. More info in Apex documentation [ApexCharts Docs](https://apexcharts.com/docs/options/).

**The chart options cannot be shared. Each chart instance must have its own ApexChartOptions instance**

## Acknowledgments
Credits to [@thirstyape](https://github.com/thirstyape) for making production release possible.

Expand Down

0 comments on commit 5d8fc77

Please sign in to comment.