@@ -47,8 +47,8 @@ function GraphCard({ data = [], timeStamps = [] }) {
4747 tension : 0 ,
4848 pointRadius : 0 ,
4949 pointHoverRadius : 3 ,
50- pointBackgroundColor : tailwindConfig ( ) . theme . colors . blue [ 400 ] ,
51- pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . blue [ 400 ] ,
50+ pointBackgroundColor : tailwindConfig ( ) . theme . colors . orange [ 400 ] ,
51+ pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . orange [ 400 ] ,
5252 pointBorderWidth : 0 ,
5353 pointHoverBorderWidth : 0 ,
5454 clip : 20 ,
@@ -61,8 +61,8 @@ function GraphCard({ data = [], timeStamps = [] }) {
6161 tension : 0 ,
6262 pointRadius : 0 ,
6363 pointHoverRadius : 3 ,
64- pointBackgroundColor : tailwindConfig ( ) . theme . colors . blue [ 400 ] ,
65- pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . blue [ 400 ] ,
64+ pointBackgroundColor : tailwindConfig ( ) . theme . colors . orange [ 400 ] ,
65+ pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . orange [ 400 ] ,
6666 pointBorderWidth : 0 ,
6767 pointHoverBorderWidth : 0 ,
6868 clip : 20 ,
@@ -75,22 +75,22 @@ function GraphCard({ data = [], timeStamps = [] }) {
7575 tension : 0 ,
7676 pointRadius : 0 ,
7777 pointHoverRadius : 3 ,
78- pointBackgroundColor : tailwindConfig ( ) . theme . colors . blue [ 400 ] ,
79- pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . blue [ 400 ] ,
78+ pointBackgroundColor : tailwindConfig ( ) . theme . colors . red [ 400 ] ,
79+ pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . red [ 400 ] ,
8080 pointBorderWidth : 0 ,
8181 pointHoverBorderWidth : 0 ,
8282 clip : 20 ,
8383 } ,
8484 {
8585 ...smooth ,
86- borderColor : tailwindConfig ( ) . theme . colors . blue [ 400 ] ,
86+ borderColor : tailwindConfig ( ) . theme . colors . blue [ 600 ] ,
8787 fill : false ,
8888 borderWidth : 2 ,
8989 tension : 0 ,
9090 pointRadius : 0 ,
9191 pointHoverRadius : 3 ,
92- pointBackgroundColor : tailwindConfig ( ) . theme . colors . blue [ 400 ] ,
93- pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . blue [ 400 ] ,
92+ pointBackgroundColor : tailwindConfig ( ) . theme . colors . blue [ 600 ] ,
93+ pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . blue [ 600 ] ,
9494 pointBorderWidth : 0 ,
9595 pointHoverBorderWidth : 0 ,
9696 clip : 20 ,
@@ -104,8 +104,8 @@ function GraphCard({ data = [], timeStamps = [] }) {
104104 tension : 0 ,
105105 pointRadius : 0 ,
106106 pointHoverRadius : 3 ,
107- pointBackgroundColor : tailwindConfig ( ) . theme . colors . emerald [ 500 ] ,
108- pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . emerald [ 500 ] ,
107+ pointBackgroundColor : tailwindConfig ( ) . theme . colors . orange [ 500 ] ,
108+ pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . orange [ 500 ] ,
109109 pointBorderWidth : 0 ,
110110 pointHoverBorderWidth : 0 ,
111111 clip : 20 ,
@@ -118,8 +118,8 @@ function GraphCard({ data = [], timeStamps = [] }) {
118118 tension : 0 ,
119119 pointRadius : 0 ,
120120 pointHoverRadius : 3 ,
121- pointBackgroundColor : tailwindConfig ( ) . theme . colors . green [ 500 ] ,
122- pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . green [ 500 ] ,
121+ pointBackgroundColor : tailwindConfig ( ) . theme . colors . orange [ 500 ] ,
122+ pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . orange [ 500 ] ,
123123 pointBorderWidth : 0 ,
124124 pointHoverBorderWidth : 0 ,
125125 clip : 20 ,
@@ -132,8 +132,8 @@ function GraphCard({ data = [], timeStamps = [] }) {
132132 tension : 0 ,
133133 pointRadius : 0 ,
134134 pointHoverRadius : 3 ,
135- pointBackgroundColor : tailwindConfig ( ) . theme . colors . green [ 500 ] ,
136- pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . green [ 500 ] ,
135+ pointBackgroundColor : tailwindConfig ( ) . theme . colors . red [ 500 ] ,
136+ pointHoverBackgroundColor : tailwindConfig ( ) . theme . colors . red [ 500 ] ,
137137 pointBorderWidth : 0 ,
138138 pointHoverBorderWidth : 0 ,
139139 clip : 20 ,
0 commit comments