diff --git a/src/app/view/home/graph-list/graph-list.component.ts b/src/app/view/home/graph-list/graph-list.component.ts index 795cea7..9158651 100644 --- a/src/app/view/home/graph-list/graph-list.component.ts +++ b/src/app/view/home/graph-list/graph-list.component.ts @@ -1129,16 +1129,15 @@ export class GraphListComponent implements OnInit { name: '', text: hovertext, hovertemplate: hovertext + ': %{z:,} ', - colorscale: [[0.0, "rgb(165,0,38)"], - [0.1111111111111111, "rgb(215,48,39)"], - [0.2222222222222222, "rgb(244,109,67)"], - [0.3333333333333333, "rgb(253,174,97)"], - [0.4444444444444444, "rgb(254,224,144)"], - [0.5555555555555556, "rgb(224,243,248)"], - [0.6666666666666666, "rgb(171,217,233)"], - [0.7777777777777778, "rgb(116,173,209)"], - [0.8888888888888888, "rgb(69,117,180)"], - [1.0, "rgb(49,54,149)"]], + colorscale: [[150, "rgb(107,113,229)"], + [125, "rgb(0,145,255)"], + [100, "rgb(44,187,232)"], + [75, "rgb(97,211,254)"], + [50, "rgb(72,220,107)"], + [35, "rgb(255,72,102)"], + [20, "rgb(254,85,51)"], + [10, "rgb(255,166,0)"], + [0, "rgb(255,209,0)"]], //colors : colorRamp(c("red", "green")), type: 'heatmap', visible: true,