feat(Chart): upgrade chart.js to 4.4.3 (#4089)

* refactor: upgrade lib to 4.4.3

* chore: bump version 8.2.1
This commit is contained in:
Argo Zhang 2024-08-18 23:05:46 +08:00 committed by GitHub
parent db3ad716da
commit 97a273a6c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 16 additions and 21 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<Version>8.2.0</Version>
<Version>8.2.1</Version>
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Chart</PackageTags>
<Description>Bootstrap UI components extensions of Chart.js</Description>
</PropertyGroup>

View File

@ -1,4 +1,4 @@
import '../../js/chart.js'
import '../../js/chart.umd.js'
import '../../js/chartjs-plugin-datalabels.js'
import Data from '../../../BootstrapBlazor/modules/data.js'
import EventHandler from "../../../BootstrapBlazor/modules/event-handler.js"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long