Author Topic: NaN in summary cell  (Read 3043 times)

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: NaN in summary cell
« Reply #15 on: August 27, 2021, 11:05:24 am »
Thanks for the smaller jsfiddle.

There is NaN in summary of month1 column because the values in that column are not numbers.

Incorrect:
Code: [Select]
month1: '339938.0,red,hovertext',

Please correct them:
Code: [Select]
month1: 339938.0

Please also define dataType of month1 column as either 'float' or 'integer'.
« Last Edit: August 27, 2021, 11:24:39 am by paramvir »