Docs
API
  • type

    String

    Type of chart.

    Values: 'highchart'

    
    data: {
      items: data,
      chart: [{
        type: 'highchart',
        id: 'column',
        fields: ['toyota', 'gm', 'vw', 'ford', 'hyundai']
      }]
    },
    

    Default

    
    undefined