Forum Discussion
jananigurusamy
5 months agoNew Member
Adding custom visual without data mapping
React custom visual is a chatbot. It doesn't require data mapping. But without datamapping, visual is nto rendered. Mapping the data shows in the visual as highlighted. Need help to resolve this. ...
- 4 months ago"supportsEmptyDataView": true,"dataRoles": [],"dataViewMappings": [],"supportsLandingPage": true,
these settings worked for me
dm-p
4 months agoSuper User
Hi jananigurusamy,
You can set up your visual as described in the Landing Page doc to allow it to function without a data view mapping.
Note that while this will allow you to set properties via the pane, if you intend to use the persistProperties API from your code to manage visual settings, this will not work and is a known issue with that API that MS currently does not intend to fix.
Regards,
Daniel