Big Faceless Graph Library のリリース

Released: May 25, 2023

v2.4.9 での更新項目

機能

  • Added Generics to all methods.
  • Added 'Graph.setLocale()', set via the "xml:lang" attribute in the XML interface, which can be used to control formatting of labels in the graph.
  • Added 'DateAxis.setFit()' method to give more control over which dates are displayed on the axis.
  • Added 'AreaSeries.setAwayFromZero' to control how negative and positive values in an AreaSeries are added together.
  • Added the ability to remove leading/trailing spaces from labels.
  • Added the ability to set the line...

Released: Jan 22, 2016

v2.4.8 での更新項目

機能

  • Added option to use "backup fonts", by specifying a comma-separated list of font family names in the XML or by using the TextStyle.addBackupFont method. Mainly of use for PDF Output but it will work for any.
  • Added support for texture-paint to PDF Output
  • Added support for hyperlinks in the PDF output via the new "PDFEmbedder" class. This involved moving the "getAreas" method on ImageOutput has been moved to its superclass, Output. The latest Report Generator will need to be used to take...