let memoryData = [
      {value: 127, label: 'In use', colorIndex: 'accent-1',
        onClick: this._onClickUtilization.bind(this, 'memoryUsed')},
      {value: 73, label: 'Available', colorIndex: 'unset'}
    ];