Class ChartSpec

java.lang.Object
ai.waii.clients.chart.ChartSpec
Direct Known Subclasses:
MetabaseChartSpec, SuperSetChartSpec, VegaliteChartSpec

public abstract class ChartSpec extends Object
  • Field Details

    • plotType

      @SerializedName("plot_type") protected String plotType
  • Constructor Details

    • ChartSpec

      public ChartSpec()
  • Method Details

    • getPlotType

      public String getPlotType()
    • setPlotType

      public void setPlotType(String plotType)
    • getSpecType

      public String getSpecType()
    • setSpecType

      public ChartSpec setSpecType(String specType)