graph » options » contextMenu » items

items

[ root » graph » options » contextMenu » items]

Mobile Charts Plugin users only: Use the items object to remove and/or style the menu items in the mobile context menu. Refer to the Mobile Charts Tutorial for more information.

options: {
  contextMenu: { //Mobile Context Menu
    items: {
      image: true, //Save Image
      share: true, //Share Image
      lock: true, //Lock/Unlock Scrolling
      share: {
        email: true,
        facebook: true,
        twitter: true,
        linkedin: true
      },
      fontColor: 'white'
    }
  },
  ...
}