diff --git a/CHANGELOG.md b/CHANGELOG.md index bc79a2ddf..36f2632c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a form validation against the DTO in the platform management of the admin control panel - Added a form validation against the DTO in the tag management of the admin control panel +### Added + +- Added support for data decimation in the line chart component + ### Changed - Set the performance column of the holdings table to stick at the end diff --git a/apps/client/src/app/components/admin-market-data-detail/admin-market-data-detail.component.html b/apps/client/src/app/components/admin-market-data-detail/admin-market-data-detail.component.html index 00551bc99..734fd4480 100644 --- a/apps/client/src/app/components/admin-market-data-detail/admin-market-data-detail.component.html +++ b/apps/client/src/app/components/admin-market-data-detail/admin-market-data-detail.component.html @@ -2,6 +2,7 @@ { + decimation: { + enabled: this.dataDecimation + }, legend: { align: 'start', display: this.showLegend,