I am using JS 4.0 for 3D Display.
Is there a way to display my Attribute Contents on to a Side Panel, Also I am looking for a solution to Extract Values in a Feature and display Charts in Side Panel.. ?
Thanks..
Jawadh
Jawadh,
I don't see a way in the Beta to do the side panel (like it was in 3.x). but you could just dock the popup to a particular side.
As far as the extracting values to use in charting that is as simple as:
view.popup.viewModel.selectedFeature.attributes.someattribute;