mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-05 13:39:39 +08:00
!3674 feat(#I67D0Z): update title call reload/update method
* alex(#I67D0Z): reload/update Method force update options , e.g title ...
This commit is contained in:
parent
0ec379b028
commit
d8e0308c89
@ -3,7 +3,7 @@
|
||||
<Import Project="..\..\..\bundleconfig.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>7.0.1</Version>
|
||||
<Version>7.0.2</Version>
|
||||
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Chart</PackageTags>
|
||||
<Description>Bootstrap UI components extensions of Chart.js</Description>
|
||||
</PropertyGroup>
|
||||
|
@ -243,6 +243,7 @@
|
||||
}
|
||||
else if (option.updateMethod === "reload") {
|
||||
config.data = option.data;
|
||||
config.options = option.options;
|
||||
}
|
||||
else {
|
||||
config.data.datasets.forEach((dataset, index) => {
|
||||
|
@ -229,6 +229,7 @@
|
||||
}
|
||||
else if (option.updateMethod === "reload") {
|
||||
config.data = option.data;
|
||||
config.options = option.options;
|
||||
}
|
||||
else {
|
||||
config.data.datasets.forEach((dataset, index) => {
|
||||
|
Loading…
Reference in New Issue
Block a user