Skip to content

Instantly share code, notes, and snippets.

@sempostma
Last active February 7, 2020 13:11
Show Gist options
  • Select an option

  • Save sempostma/30ea44b8fbce7033752cb80b8eb1ffb1 to your computer and use it in GitHub Desktop.

Select an option

Save sempostma/30ea44b8fbce7033752cb80b8eb1ffb1 to your computer and use it in GitHub Desktop.
#target illustrator
var doc = app.activeDocument;
for (var i = 0; i < doc.dataSets.length; i++) {
var d = doc.dataSets[i];
d.display();
d.update();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment