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?