!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:
alex_zou 2022-12-26 01:40:39 +00:00 committed by Argo
parent 0ec379b028
commit d8e0308c89
3 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -243,6 +243,7 @@
}
else if (option.updateMethod === "reload") {
config.data = option.data;
config.options = option.options;
}
else {
config.data.datasets.forEach((dataset, index) => {

View File

@ -229,6 +229,7 @@
}
else if (option.updateMethod === "reload") {
config.data = option.data;
config.options = option.options;
}
else {
config.data.datasets.forEach((dataset, index) => {