Packages

package series

Type Members

  1. final case class CountsPerSecSeries(runStart: Long, data: Iterable[CountsVsTimePlot], colors: List[String]) extends Product with Serializable
  2. final case class NumberPerSecondSeries(name: String, data: Iterable[IntVsTimePlot], color: String) extends Product with Serializable
  3. final case class PercentilesSeries(name: String, runStart: Long, data: Iterable[PercentilesVsTimePlot], colors: List[String]) extends Product with Serializable
  4. final case class PieSeries(name: String, data: Iterable[PieSlice], seriesColors: List[String]) extends Product with Serializable
  5. final case class ScatterSeries(name: String, data: Iterable[IntVsTimePlot], color: String) extends Product with Serializable
  6. final case class StackedColumnSeries(name: String, data: Iterable[PieSlice], color: String) extends Product with Serializable

Ungrouped