World Map Chart Sample

US Map Chart Sample

Europe Map Chart Sample

Data Collection

{
  "metadata" : {
      "names" : ["Country","Inflation"],
      "types" : ["ordinal","linear"]
  },
  "data": [
    ["Afghanistan",4.23],
    ["EGY",1.23],
    ["Afghanistan",2.23],
    ["United States",8.23],
};

Configurations

{
        x : "Country",
        charts : [{type: "map",  y : "Inflation"}],
        width: 400,
        height: 200
}
                      
Property Value Description
title String Title of the table
x String cAttribute name for X-axis
maxLength int Maximum length of chart datatable
height px height of the chart
charts object Collection of charts
Property Value Description
type String Title of the table
y String Attribute name for Y-axis