Skip to content

Commit

Permalink
feat: New SVG candle spinner (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Jun 19, 2024
1 parent 0a22977 commit 692c002
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 17 deletions.
Binary file added Client/.offline/candle-spinner.xlsx
Binary file not shown.
22 changes: 12 additions & 10 deletions Client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"guid-typescript": "1.0.9",
"ngx-color": "9.0.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.6"
"tslib": "2.6.3",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular/build": "^18.0.4",
"@angular/cli": "18.0.4",
"@angular/compiler-cli": "18.0.3",
"@angular/cli": "^18.0.4",
"@angular/compiler-cli": "^18.0.3",
"typescript": "5.4.5"
}
}
}
3 changes: 2 additions & 1 deletion Client/src/app/chart/chart.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<div *ngIf="cs.loading">

<div style="margin-top:175px;text-align:center;font-family:'Google Sans',Roboto,Arial,sans-serif;font-size:12px;color:#666;">
<p><img src="../assets/spinner.gif" alt="loading" height="25"><br>LOADING</p>
<p><img src="../assets/candle-spinner.svg" alt="loading" height="50"></p>
<p>LOADING</p>
</div>

</div>
Expand Down
21 changes: 21 additions & 0 deletions Client/src/assets/candle-spinner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Live demo site: [charts.StockIndicators.dev](https://charts.stockindicators.dev/

## Author's note

This repo and charting tool is primarily intended to demonstrate the [Stock Indicators for .NET](https://dotnet.stockindicators.dev) library. **It is not meant to be a fully featured charting system** and may not be an architectural model that works for your use case. If you need a more mature charting tool, please explore all of your [charting and visualization options](https://github.com/DaveSkender/Stock.Indicators/discussions/430).
This repo and charting tool is primarily intended to demonstrate the [Stock Indicators for .NET](https://dotnet.stockindicators.dev) library. **It is not meant to be a fully featured charting system** and may not be an architectural model that works for your use case. If you need a mature charting tool, please explore all of your [charting and visualization options](https://github.com/DaveSkender/Stock.Indicators/discussions/430).

## Running this demo locally

Expand Down

0 comments on commit 692c002

Please sign in to comment.