Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
- Added `<see>` references to data labels configurations for `BarChartDataset`, `DoughnutChartDataset`, `LineChartDataset`, and `PolarAreaChartDataset`. - Improved descriptions for properties in `DoughnutChartDataset`, `PieChartDataset`, and `PolarAreaChartDataset` using bold formatting for supported values. - Introduced new properties `Layout`, `Plugins`, `Interaction`, and `Scales` in `LineChartOptions`, `PieChartOptions`, `PolarAreaChartOptions`, and `ScatterChartOptions` with relevant documentation links. NOTE: This commit message is auto-generated using GitHub Copilot.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
Updated documentation files for BarChart, DoughnutChart, LineChart, PieChart, PolarAreaChart, RadarChart, and ScatterChart. Introduced a `componentName` constant for dynamic naming, updated `pageUrl` constants, and modified `pageTitle`, `pageDescription`, `metaTitle`, and `metaDescription` to use string interpolation. This enhances maintainability and ensures uniformity across documentation. NOTE: This commit message is auto-generated using GitHub Copilot.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
- Corrected `Datalabels` description in `PolarAreaChartDataset`. - Enhanced `RadarChartDataset` with default values and new hover properties. - Updated `Datalabels` in `ScatterChartDataset` to reflect the correct dataset. NOTE: This commit message is auto-generated using GitHub Copilot.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
Updated `LineChartDataset` and `ScatterChartDataset` classes to provide detailed descriptions and default values for various properties. Key changes include the addition of new properties such as `BackgroundColor`, `BorderColor`, `CubicInterpolationMode`, and hover-related properties. Existing properties were also enhanced with clearer documentation, improving usability and guidance for developers. NOTE: This commit message is auto-generated using GitHub Copilot.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
Updated project and documentation to transition from BlazorExpress.Bulma to BlazorExpress.ChartJS. This includes removing Bulma references, adding Chart.js snippets, and updating installation instructions and service registrations across multiple files. NOTE: This commit message is auto-generated using GitHub Copilot.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
Updated the `BubbleChartDataset` class with detailed XML documentation and added new properties for enhanced customization. Modified the `BubbleData` class to include documentation for its properties and repositioned the `R` property. Updated the `LineChartDataset` class with documentation linking to Chart.js. Introduced a new `BubbleChartDatasetDataLabels` class for managing data labels in bubble charts. NOTE: This commit message is auto-generated using GitHub Copilot.
This commit removes the section that instructed users to add CSS references, including the relevant code snippet and description. This section was previously located after the instruction to add the NuGet package and before the instruction to add JS references. NOTE: This commit message is auto-generated using GitHub Copilot.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
Updated interop classes for various chart types to use correct prefixes. Removed `BubbleData` and restructured bubble chart data handling with new `BubbleChart`, `BubbleChartDataPoint`, and `BubbleChartDatasetData` classes. Introduced `BubbleChartInterop` for JavaScript interop methods and `BubbleChartOptions` for configuration. Overall, these changes enhance the bubble chart functionality in the BlazorExpress.ChartJS library. NOTE: This commit message is auto-generated using GitHub Copilot.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
- Introduced new constants in `DemoRouteConstants` for routing to the Bubble Chart demo and documentation. - Updated `DemosMainLayout` and `DocsMainLayout` to include links to the Bubble Chart. - Enhanced `DemoPageLinkUtil` to add a link for the Bubble Chart with its status and category. - Created `BubbleChartDocumentation.razor` for detailed documentation, including usage instructions. - Developed `BubbleChart_Demo_01_Examples.razor` to showcase Bubble Chart functionality with interactive features. - Added `BubbleChart_Doc_01_Documentation.razor` outlining API and configuration options for the Bubble Chart. NOTE: This commit message is auto-generated using GitHub Copilot.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
Removed buttons for horizontal and vertical bar charts to streamline the UI, focusing on bubble charts. Updated data point generation to use `NewBubbleChartDataPoint` for consistency. Adjusted data preparation methods to align with the new `BubbleChartDatasetData` constructor. Added JavaScript functionality for bubble charts in `blazorexpress.chartjs.js`, improving interactivity and capabilities. NOTE: This commit message is auto-generated using GitHub Copilot.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
Refactor `BubbleChartDocumentation.razor` to transition from Bar Chart to Bubble Chart, updating the `DocsLink`, component description, and usage instructions. Revise meta descriptions to reflect the new functionality. Simplify `bubbleChartOptions` initialization in `BubbleChart_Demo_01_Examples.razor` by removing commented-out interaction mode for a cleaner setup. NOTE: This commit message is auto-generated using GitHub Copilot.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
Changed section headers in ColorUtilDocumentation.razor to enhance visual hierarchy. Replaced grid layouts with table layouts in ColorUtil_Demo_01_CategoricalSixColor.razor and ColorUtil_Demo_02_CategoricalTwelveColor.razor for better organization and consistency in color displays. NOTE: This commit message is auto-generated using GitHub Copilot.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
Updated the `CategoricalSixColors` property in the `ColorUtility` class to return an array of 6 unique colors instead of 12. Removed redundant instances of the color `#e8c600` for a cleaner and more concise representation. NOTE: This commit message is auto-generated using GitHub Copilot.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-forest-0c3a9ed10-15.centralus.5.azurestaticapps.net |
Updated `ColorUtil_Demo_01_CategoricalSixColor.razor` and `ColorUtil_Demo_02_CategoricalTwelveColor.razor` to replace `<td>` elements with `<div>` elements for displaying color swatches. This change enhances the structure and allows for better styling and layout control while maintaining the same functionality and visual output. NOTE: This commit message is auto-generated using GitHub Copilot.
No description provided.