KiperUladzislau
Results
2
issues of
KiperUladzislau
I have a simple chart in which I want to add image (or some other chartpart) ``` XYChart chart = new XYChartBuilder() .width(800) .height(600) .title("Title") .xAxisTitle("X title") .build(); // add...
In general, what customization possibilities are available for now? Seems like all inner dependencies are being created via "new" keyword in constructors with no setters available, so it leads to...