added price chart for BCH
This commit is contained in:
parent
83b775dc7a
commit
48fc8d216f
3 changed files with 111 additions and 107 deletions
|
|
@ -144,6 +144,11 @@ div.onboarding-topic {
|
|||
.ct-series-a .ct-area {
|
||||
fill: #FDE9BE;
|
||||
}
|
||||
|
||||
#bch-chart .ct-area {
|
||||
fill: #008917;
|
||||
}
|
||||
|
||||
.ct-area {
|
||||
opacity:.6 !important;
|
||||
}
|
||||
|
|
@ -153,6 +158,13 @@ div.onboarding-topic {
|
|||
stroke: #F9B016;
|
||||
stroke-width: 2px;
|
||||
}
|
||||
|
||||
#bch-chart .ct-series-a .ct-line,
|
||||
#bch-chart .ct-series-a .ct-point {
|
||||
stroke: #46C05C;
|
||||
stroke-width: 2px;
|
||||
}
|
||||
|
||||
.ct-labels {
|
||||
border: red thin solid;
|
||||
}
|
||||
|
|
@ -190,3 +202,7 @@ div.onboarding-topic {
|
|||
.light-yellow {
|
||||
color:#FFD579;
|
||||
}
|
||||
|
||||
.light-green {
|
||||
color:#26B03C;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue