@@ -31,19 +31,19 @@ const SpeedChart = (props) => {
3131 type : 'indicator' ,
3232 value : yAxis [ yAxis . length - 1 ] ,
3333 title : { 'text' : "Speed Chart" } ,
34- delta : { 'reference' : 3.5 , 'decreasing' : { 'color' : 'mistyrose ' } } ,
34+ delta : { 'reference' : 3.5 , 'decreasing' : { 'color' : '#FA1A58 ' } } ,
3535 mode : "gauge+number+delta" ,
3636 gauge : { axis : { range : [ null , 8 ] } ,
3737 'tickwidth' : 1 ,
38- 'tickcolor' : 'mistyrose ' ,
39- 'bar' : { 'color' : "#e1315b" } ,
38+ 'tickcolor' : '#FA1A58 ' ,
39+ 'bar' : { 'color' : '#00eda0' } ,
4040 'bordercolor' : "#a1be95" ,
4141 'steps' : [
42- { 'range' : [ 0 , 4 ] , 'color' : '#e2dfa2 ' } ,
43- { 'range' : [ 4 , 6 ] , 'color' : '#fab57a ' }
42+ { 'range' : [ 0 , 4 ] , 'color' : '#fef5fa ' } ,
43+ { 'range' : [ 4 , 6 ] , 'color' : '#4a4eee ' }
4444 ] ,
4545 'threshold' : {
46- 'line' : { 'color' : 'mistyrose ' , 'width' : 3.5 } ,
46+ 'line' : { 'color' : '#FA1A58 ' , 'width' : 3.5 } ,
4747 'thickness' : 0.75 ,
4848 'value' : 7.5
4949 }
@@ -53,10 +53,10 @@ const SpeedChart = (props) => {
5353 height : 400 ,
5454 width : 400 ,
5555 font : {
56- color : 'azure ' ,
56+ color : 'black ' ,
5757 size : 15
5858 } ,
59- paper_bgcolor : '#8BA6B9 ' ,
59+ paper_bgcolor : 'white ' ,
6060 legend : {
6161 orientation : 'h' ,
6262 xanchor : 'center' ,
0 commit comments