This is an example of using the ApexchartService to set global chart options
diff --git a/src/Blazor-ApexCharts/ChartService/ApexChartService.cs b/src/Blazor-ApexCharts/ChartService/ApexChartService.cs
index 76f92061..5cfd4b12 100644
--- a/src/Blazor-ApexCharts/ChartService/ApexChartService.cs
+++ b/src/Blazor-ApexCharts/ChartService/ApexChartService.cs
@@ -128,10 +128,14 @@ public async Task SetLocaleAsync(ChartLocale locale, bool reRenderCharts)
await SetGlobalOptionsAsync(globalOptions, reRenderCharts);
}
+
+
+
///