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', }