[bisq-network/bisq] Touch-ups to the DAO BSQ Supply page (#4785)

Christoph Atteneder notifications at github.com
Mon Nov 23 09:45:20 CET 2020


@ripcurlx commented on this pull request.



> +    // chart #2 (middle) - removed
+    // private Node createBSQIssuedChart(XYChart.Series<Number, Number> series) {
+    //     NumberAxis xAxis = new NumberAxis();
+    //     configureAxis(xAxis);
+    //     xAxis.setTickLabelFormatter(getTimestampTickLabelFormatter("MMM uu"));
 
-        NumberAxis yAxis = new NumberAxis();
-        configureYAxis(yAxis);
-        yAxis.setTickLabelFormatter(BSQPriceTickLabelFormatter);
+    //     NumberAxis yAxis = new NumberAxis();
+    //     configureYAxis(yAxis);
+    //     yAxis.setTickLabelFormatter(BSQPriceTickLabelFormatter);
 
-        AreaChart<Number, Number> chart = new AreaChart<>(xAxis, yAxis);
-
-        configureChart(chart);
-        chart.setCreateSymbols(false);
+    //     AreaChart<Number, Number> chart = new AreaChart<>(xAxis, yAxis);
+    //     configureChart(chart);
+    //     chart.setCreateSymbols(true);
 
-        chart.getData().add(series);
+    //     chart.getData().add(series);
 
-        return chart;
-    }
+    //     return chart;
+    // }

If you want to remove it just get rid of it completely 😄 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4785#pullrequestreview-536262861
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201123/7bec186b/attachment.html>


More information about the bisq-github mailing list