ArthurGuibert / FSInteractiveMap

A charting library to visualize and interact with a vector map on iOS. It's like Geochart but for iOS!
Apache License 2.0
551 stars 80 forks source link

what's mean? #4

Open Bogon opened 8 years ago

Bogon commented 8 years ago

NSDictionary* data = @{@"fr" : @12, @"it" : @2, @"de" : @9, @"pl" : @24, @"uk" : @17 };

in example 3 ,don't work!

ArthurGuibert commented 8 years ago

It's to color the different parts depending on their weight/value. For example: "fr" is the name of the part and its weight is 12.