Skip to content

Commit

Permalink
Update financial charts
Browse files Browse the repository at this point in the history
  • Loading branch information
santam85 committed Mar 23, 2024
1 parent 9f8cedc commit d3817f3
Show file tree
Hide file tree
Showing 5 changed files with 1,917 additions and 2,613 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export class FinancialChartComponent {
{
label: 'CHRT - Chart.js Corporation',
data: this.data,
borderColor: 'rgb(201, 203, 207)',
},
],
};
Expand Down
21 changes: 0 additions & 21 deletions migrations.json

This file was deleted.

6 changes: 2 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"defaultProject": "ng2-charts-demo",
"affected": {
"defaultBase": "master"
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
Expand Down Expand Up @@ -63,5 +60,6 @@
"style": "scss"
}
},
"nxCloudAccessToken": "NTI2NzA0ZWMtNDUyMi00ZWI2LWI4NzUtODgzNzJlZjY3N2JifHJlYWQtd3JpdGU="
"nxCloudAccessToken": "NTI2NzA0ZWMtNDUyMi00ZWI2LWI4NzUtODgzNzJlZjY3N2JifHJlYWQtd3JpdGU=",
"defaultBase": "master"
}
Loading

0 comments on commit d3817f3

Please sign in to comment.