Hello, i converted the Analysis widget in 2D (client\stemapp\widgets\Analysis) by changing by editing the manifest.json to
"3D": true “platform”: “HTML3D”
and moved the folder to
\stemapp3d\widgets\Analysis. I added it to map 3D webapp, but it is not working
but just loading, i dont know what could be the problem, what could i have done wrong, likewise the chart widgets. I really need all of this widgets in my 3D app.
Solved! Go to Solution.
Adebisi,
You have a lot to learn yet. 3D widgets use the 4.x JS API which does not have an Analsyis module.
Functionality matrix | ArcGIS API for JavaScript 4.9
esri/dijit/analysis/* Coming soon
So you can Not convert the analysis widget to a 3D widget.
Adebisi,
A widget may be able to be converted if the 4.x API has the modules that are used in the 2D version available.
Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.
I have actually done a lot and searched a lot as to making this analysis widget work in my 3D app...still cant figure it out..Why is it so difficult to build a 3D widgets from the documentation i read, it said almost the same steps except for few differences, which i followed but to no avail. Can someone help, i don't know what am doing wrong?
Adebisi,
You have a lot to learn yet. 3D widgets use the 4.x JS API which does not have an Analsyis module.
Functionality matrix | ArcGIS API for JavaScript 4.9
esri/dijit/analysis/* Coming soon
So you can Not convert the analysis widget to a 3D widget.
oh....Thanks...I have so much to learn and am on it...invariably there are no 2D widgets for instance charts widgets that can be convert to 3D widgets.
Adebisi,
A widget may be able to be converted if the 4.x API has the modules that are used in the 2D version available.
Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.