java.lang.Object
org.apache.syncope.client.console.chartjs.Chart<O>
Type Parameters:
O - the generic type of options
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Bar, Line, SimpleChart

public abstract class Chart<O extends ChartOptions> extends Object implements Serializable
Provides chart options and a pojo-json mapper to communicate with javascript.
See Also:
  • Field Details

    • options

      protected O extends ChartOptions options
      The options.
  • Constructor Details

    • Chart

      public Chart()
  • Method Details

    • getOptions

      public O getOptions()