Event Data from Any Chart widget

0
Hi All,   Since this week we switched to the AnyChart widget for our charting. I'm experimenting with the return data from events.   We always get the following message: Cannot read property 'eventEntity' of undefined TypeError: Cannot read property 'eventEntity' of undefined     at Object.t.onClick (http://localhost:8080/widgets/com/mendix/widget/custom/AnyChart/AnyChart.js?636703792419263517:17:55683)     at n.t.onClick (http://localhost:8080/widgets/com/mendix/widget/custom/AnyChart/AnyChart.js?636703792419263517:17:2381)     at n.emit (http://localhost:8080/widgets/com/mendix/widget/custom/AnyChart/chunke87d7e2b1e7e44ce8a15.js:1:398180)     at HTMLDivElement.t.emit (http://localhost:8080/widgets/com/mendix/widget/custom/AnyChart/chunke87d7e2b1e7e44ce8a15.js:1:1864031)     at o (http://localhost:8080/widgets/com/mendix/widget/custom/AnyChart/chunke87d7e2b1e7e44ce8a15.js:1:1720694)     at Object.e.exports [as click] (http://localhost:8080/widgets/com/mendix/widget/custom/AnyChart/chunke87d7e2b1e7e44ce8a15.js:1:1720817)     at Object.clickFn (http://localhost:8080/widgets/com/mendix/widget/custom/AnyChart/chunke87d7e2b1e7e44ce8a15.js:1:2020775)     at HTMLDocument.A (http://localhost:8080/widgets/com/mendix/widget/custom/AnyChart/chunke87d7e2b1e7e44ce8a15.js:1:1691002) This is the config in the widget: and this is the config of the event entity We use the widget version 1.1.0      
asked
2 answers
0

HI Rob,

 

Thanks for having a look at this.

The defined microflow has returndata as parameter and I have a breakpoint on the first action, but still not getting there.

 

answered
0

WIth the latest version (1.1.1) of the anychart widget it works fine.

answered