Package jdistlib.inference
Class ChartSpec
java.lang.Object
jdistlib.inference.ChartSpec
Chart-neutral immutable dataset suitable for SVG, JSON, CSV, or UI adapters.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionChartSpec(String title, String xLabel, String yLabel, ChartSpec.Type type, List<ChartSpec.Series> series) -
Method Summary
-
Constructor Details
-
ChartSpec
public ChartSpec(String title, String xLabel, String yLabel, ChartSpec.Type type, List<ChartSpec.Series> series)
-
-
Method Details
-
title
-
xLabel
-
yLabel
-
type
-
series
-
toJson
-
toCsv
-
toSvg
-