Class MixedChart

All Implemented Interfaces:
Chart<MixedChart,Options<?,?>,MixedData>

public class MixedChart extends AbstractChart<MixedChart,Options<?,?>,MixedData>
Allows creation of mixed chart types
  • Field Details

    • type

      protected String type
  • Constructor Details

    • MixedChart

      public MixedChart()
  • Method Details

    • setType

      public MixedChart setType(String type)
    • getType

      public String getType()
      Returns:
      type of this Chart implementation for proper drawing in JavaScript.
    • isDrawable

      public boolean isDrawable()
      Description copied from interface: Chart

      Optional check to determine whether the current state of this Chart implementation instance will generate a drawable JSON string.

      Implementations provide a best-effort evaluation, and can not guarantee that the serialized chart will be rendered correctly.

      Returns:
      true if this Chart is drawable in its current state