Translate Synchronization

Sébastien Janaud - June 3, 2015 - updated june 2017 / Samples

Translate Synchronizer

Translate plugin allows synchronization between two plugins instance.

Resource : chart source code

Learn : javascript translate plugin sources

Part : Part 1 - Part 2 - Part 3 - Part 4 - Part 5

Translate Synchronizer



//Assume you've two instances of translate plugins registered in two distinct projections.
var synchronizer = new JenScript.TranslateSynchronizer({
		translates : [ tx1, tx2 ]
});

//select one of two instances.
tx1.select();