Returns an immutable instance of [Chart].
public Chart build()Returns an immutable instance of [Chart]. Further updates to this [Builder] will not mutate the returned instance. The following fields are required:
.id()
.chartType()
.data()
.index()
.series()
.title()
IllegalStateException: if any required field is unset.