Currently the cluster functionality shows 5 events outside a cluster, with this PR you would be able to configure it changing the options.clusterMaxItems value. Is useful to configure it you want a small timeline very clustered.
Since there is only a call to getClusters() inside the timeline this should be a trivial change. I added some documentation for this feature too :)
Currently the cluster functionality shows 5 events outside a cluster, with this PR you would be able to configure it changing the
options.clusterMaxItems
value. Is useful to configure it you want a small timeline very clustered. Since there is only a call togetClusters()
inside the timeline this should be a trivial change. I added some documentation for this feature too :)