Skip to content
Snippets Groups Projects
Commit 97822ff2 authored by Aggarwal Himanshu's avatar Aggarwal Himanshu
Browse files

Add neon effect to chart lines

parent 52d72f97
No related branches found
No related tags found
2 merge requests!7Merge develop to main,!2Draft: Add Compare Chart Feature
......@@ -70,6 +70,14 @@ function CompareChart() {
name: "Solana",
smooth: true,
symbol: "none",
lineStyle: {
width: 3,
shadowOffsetY: 1,
color: "#3590F3",
shadowColor: "#1F51FF",
shadowOffsetX: 1,
shadowBlur: 10,
},
},
{
type: "line",
......@@ -77,6 +85,14 @@ function CompareChart() {
name: "Avalanche",
smooth: true,
symbol: "none",
lineStyle: {
width: 3,
shadowOffsetY: 0,
color: "#06D6A0",
shadowColor: "#39FF14",
shadowOffsetX: 1,
shadowBlur: 10,
},
},
],
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment