<@U6AHR4J4R> If that reusable component has any lo...
# tornadofx
e
@pike If that reusable component has any logic or calls controllers or need to participate in life cycle events, then a Fragment or a scoped View makes sense
p
it just needs an observable list of data to make the graph area each view gets its data from its own controller then if it needs a graph will pass the data to a graph. The graph is customized with start date, end date and able to choose which series to show
e
I think a Fragment should be good for that.