Skip to content

Commit

Permalink
Updated Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
santam85 committed Feb 26, 2024
1 parent 386ba17 commit 45d162c
Show file tree
Hide file tree
Showing 3 changed files with 1,699 additions and 1,433 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export class FinancialChartComponent {
{
label: 'CHRT - Chart.js Corporation',
data: this.data,
borderColor: 'rgb(201, 203, 207)',
},
],
};
Expand Down Expand Up @@ -119,7 +120,6 @@ export class FinancialChartComponent {
{
label: 'CHRT - Chart.js Corporation',
data: this.getRandomData(this.initialDateStr, this.barCount),
pointBorderColor: 'rgb(0, 0,0)',
},
];
this.chart?.update();
Expand Down

0 comments on commit 45d162c

Please sign in to comment.