Chart undefined in wijmo

Posted by: viplav.setia on 30 October 2020, 9:04 am EST

    • Post Options:
    • Link

    Posted 30 October 2020, 9:04 am EST

    Hello Wijmo Team

    I get a chart undefined error when I debug : ```

    var ch = new wijmo.chart.FlexChart(“#” + ptName, {

    itemsSource: data,

    series: [

    { name: ‘Sales’, binding: ‘sales’ },

    { name: ‘Expenses’, binding: ‘expenses’, chartType: ‘Line’ }

    ],

    bindingX: ‘country’

    });

    
    In my HTML file : 
    
    
    Datagrid works but there is no chart control. Wijmo enterprise version is from 07.2018. But wijmo.chart.min.js is from the newest build.
    
    What else can I try?
  • Posted 2 November 2020, 5:09 am EST

    solved

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels