mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-30 02:58:37 +08:00
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:
parent
db3ad716da
commit
97a273a6c4
@ -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>
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user