java.lang.Object
com.djrapitops.plan.delivery.rendering.json.graphs.stack.StackDataSet

public class StackDataSet extends Object
Represents a value set for a Stack graph.

Stack graphs have labels that are defined separately and each StackDataSet represents a "line" in the stack graph.

Each StackDataSet can have a HTML color hex.

  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getColor

      public String getColor()
    • getData

      public List<Double> getData()
    • add

      public void add(double value)
    • toSeriesObjectString

      public String toSeriesObjectString()