ArthurGuibert / FSInteractiveMap

A charting library to visualize and interact with a vector map on iOS. It's like Geochart but for iOS!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what's mean?

Bogon opened this issue · comments

commented

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

in example 3 ,don't work!

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.