Thanks for the smaller jsfiddle.
There is NaN in summary of month1 column because the values in that column are not numbers.
Incorrect:
month1: '339938.0,red,hovertext',
Please correct them:
month1: 339938.0
Please also define dataType of month1 column as either 'float' or 'integer'.