Skip to main content
Participant
August 20, 2022
Question

Map Charts in Adobe Illustrator

  • August 20, 2022
  • 2 replies
  • 226 views

Hi there,

 

I need to visualize the market share of an infrastructure company in Germany by federal states. The idea is to have a monochromatic map. Depending on market share in the specific federal states, they get a darker or lighter fill color.

Given the frequency I have to adjust the map, I would like to automatize it so I just need to input the latest market share percentages & Illustrator assigns colors to the federal states accordingly.

Is there a chance to do this?

 

Thank you very much for your help!

This topic has been closed for replies.

2 replies

Monika Gause
Community Expert
Community Expert
August 20, 2022

Maybe using the Variablöe Importer script and some other additional scripting. I seem to remember that Vasily has written about similar use cases. such as this one? https://www.linkedin.com/pulse/recolor-workflow-using-color-map-spreadsheet-vasily-hall/

Mylenium
Legend
August 20, 2022

You could try and rig it with variables or create a script to that effect. Otherwise this is more a case of creating an interactive SVG or JavaScript thing in a browser or simply using other tools. Another kind of hacky way might be to use the Recolor Artwork tool in AI based on "known equals", meaning to substitute e.g. a color that stands for 20% with a new one when needed. Apparently this would be limited by the number of discrete levels and colors you have available and cannot capture every tiny change, but could work well enough if you have e.g. around 20 levels of coloring.

 

Mylenium