Class ChartFormatter

java.lang.Object
io.jmix.reports.yarg.formatters.impl.AbstractFormatter
io.jmix.reports.libintegration.ChartFormatter
All Implemented Interfaces:
ReportFormatter

@Component("report_ChartFormatter") @Scope("prototype") public class ChartFormatter extends AbstractFormatter
  • Constructor Details

  • Method Details

    • renderDocument

      public void renderDocument()
      Description copied from interface: ReportFormatter
      Creates document and serializes it to predefined stream (or something like this)
    • convertPieChart

      protected String convertPieChart(PieChartDescription description)