Options

Using charts in extensions

martinjordtmartinjordt Member Posts: 18
I'm trying to upgrade C/AL code from BC to BC extensions. The custom code includes the use of charts, and I cant seem to get it to work.
For an example I have tried to transform standard page 773 "Users in User Groups Chart" to an extension using the ForNAV conversion tool, I keep getting the same two errors in Visual Studio code.

Both errors occur in the usercontrol function.
1. The type of the parameter 'point' on the event subscriber 'DataPointClicked' does not match the expected type 'JsonObject'.
2. The event 'DataPointDoubleClicked' is not found in the target.

Has anyone here successfully tried to transform charts into an extension?

Breg
Martin

Answers

Sign In or Register to comment.