Docs
API
  • footer

    Object

    Footer bar.

    It is used for data information.

    Status info - some notes.

    Source info - where data was taken from and link url.

    Example

    
    footer: {
      status: '* - Devices online per 100 inhabitants in 2015',
      source: {
        text: 'OECD',
        link: 'oecd.org'
      }
    },
    

    Default

    
    undefined