title
 text: String
 Text to display as a title of chart
  align: String
 Alignment of title relative to chart area. 
 Possible Options 
  margin: Number
 Vertical spacing around the title text
  offsetX: Number
 Sets the left offset for title text
  offsetY: Number
 Sets the top offset for title text
  floating: Boolean
 The floating option will take out the title text from the chart area and make it float on top of the chart.
  style
 fontSize: String
 Font Size of the title text
  fontWeight: String | Number
 Font Weight of the title text
  fontFamily: String
 Font Family of the title text
  color: Color
 Fore color of the title text
Please wait...