Change colors, move seriesRevenue left

This commit is contained in:
chimp1984 2022-05-15 18:58:55 +02:00
parent 492182a97d
commit cb4eacdb64
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3
3 changed files with 6 additions and 4 deletions

View file

@ -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);
}

View file

@ -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;

View file

@ -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;