Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
style: made the graph look better
Browse files Browse the repository at this point in the history
  • Loading branch information
yosephAHMED committed Aug 16, 2020
1 parent 7cc66eb commit 88bf19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/incidents/visualize/VisualizeIncidents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const VisualizeIncidents = () => {
datasets={[
{
backgroundColor: 'blue',
borderColor: 'red',
borderColor: 'black',
data: [
{
x: 'January',
Expand Down

0 comments on commit 88bf19b

Please sign in to comment.