From aca0d77e915defb1aba07ab7ce4699a1657ccb3c Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 18 Dec 2021 16:43:34 +0100 Subject: [PATCH] Feature/add line chart to historical data view (#555) * Add line chart * Update changelog --- CHANGELOG.md | 6 ++++++ .../admin-market-data-detail.component.html | 8 +++++++- .../admin-market-data-detail.component.scss | 4 ++++ .../admin-market-data-detail.component.ts | 8 ++++++++ .../admin-market-data-detail.module.ts | 3 ++- .../components/admin-market-data/admin-market-data.html | 5 +---- .../src/app/components/admin-users/admin-users.html | 2 +- 7 files changed, 29 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f89dff77..bb5418b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- Added a line chart to the historical data view in the admin control panel + ## 1.91.0 - 18.12.2021 ### Changed 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 6aab2161..23c20178 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 @@ -1,4 +1,10 @@ -
# | Symbol | Data Source | First Transaction | @@ -17,7 +16,6 @@ class="cursor-pointer mat-row" (click)="setCurrentSymbol(item.symbol)" > -{{ i + 1 }} | {{ item.symbol }} | {{ item.dataSource}} | @@ -44,8 +42,7 @@ | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
- | + |
# |
+ # |
User |
Registration
| |