ZingChart: How to position a title below the chart

The general idea is set the height of the title to 100% and place it vertically at the bottom of the container. This should put it at the bottom of the chart container:

title: {
  text: 'A Simple Bar Chart',
  fontSize: '24px',
  height: '100%',
  verticalAlign: 'bottom',
}

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us