mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Change colors, move seriesRevenue left
This commit is contained in:
parent
492182a97d
commit
cb4eacdb64
3 changed files with 6 additions and 4 deletions
|
@ -92,7 +92,7 @@ public class DaoChartView extends ChartView<DaoChartViewModel> {
|
|||
|
||||
@Override
|
||||
protected Collection<XYChart.Series<Number, Number>> getSeriesForLegend3() {
|
||||
return List.of(seriesTotalSupply, seriesRevenue);
|
||||
return List.of(seriesRevenue, seriesTotalSupply);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -141,10 +141,12 @@
|
|||
/* dao chart colors */
|
||||
-bs-chart-dao-line1: -bs-color-blue-5;
|
||||
-bs-chart-dao-line2: -bs-color-green-3;
|
||||
-bs-chart-dao-line3: -bs-turquoise;
|
||||
-bs-chart-dao-line3: #0195fe;
|
||||
-bs-chart-dao-line4: -bs-turquoise-light;
|
||||
-bs-chart-dao-line5: -bs-yellow;
|
||||
-bs-chart-dao-line6: -bs-soft-red;
|
||||
-bs-chart-dao-line7: #ff6c00;
|
||||
-bs-chart-dao-line8: -bs-turquoise;
|
||||
|
||||
/* Monero orange color code */
|
||||
-xmr-orange: #f26822;
|
||||
|
|
|
@ -108,12 +108,12 @@
|
|||
/* dao chart colors */
|
||||
-bs-chart-dao-line1: -bs-color-blue-5;
|
||||
-bs-chart-dao-line2: -bs-color-green-3;
|
||||
-bs-chart-dao-line3: -bs-turquoise;
|
||||
-bs-chart-dao-line3: #0195fe;
|
||||
-bs-chart-dao-line4: -bs-turquoise-light;
|
||||
-bs-chart-dao-line5: -bs-yellow;
|
||||
-bs-chart-dao-line6: -bs-soft-red;
|
||||
-bs-chart-dao-line7: #ff6c00;
|
||||
-bs-chart-dao-line8: #fe01f1;
|
||||
-bs-chart-dao-line8: -bs-turquoise;
|
||||
|
||||
/* Monero orange color code */
|
||||
-xmr-orange: #f26822;
|
||||
|
|
Loading…
Add table
Reference in a new issue