I want to provide the ability to generate and display an elevation profile by clicking on a button of my own creation. I'm able to invoke an ElevationProfileViewModel from my button, but I don't know how to display the chart that displays the elevation profile without the one in the full-blown widget.
Is this possible, and if so, how? It seems that it may be possible to remove the buttons from the widget via css, so that only the chart remains, assuming that I can get access to the ElevationProfileViewModel underlying the widget, to invoke and interact with it via my button. If there's a better way to do this, though, I'm all ears. Thanks in advance.