Skip to content

Commit

Permalink
Merge pull request #508 from apexcharts/fix-responsive
Browse files Browse the repository at this point in the history
Removed Debug
  • Loading branch information
joadan authored Sep 1, 2024
2 parents 1f08704 + 913dfe3 commit 2811a8e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions docs/BlazorApexCharts.Docs.Wasm/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:31787",
"sslPort": 44347
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
Expand All @@ -20,12 +12,21 @@
"BlazorApexCharts.Docs.Wasm": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "features/responsive",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"dotnetRunMessages": "true"
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:31787",
"sslPort": 44347
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<DemoContainer>
<ApexChart TItem="Order"
Title="Order Net Value"
Options=options Debug>
Options=options>

<ApexPointSeries TItem="Order"
Items="Orders"
Expand Down

0 comments on commit 2811a8e

Please sign in to comment.