Hello everyone,
I'm currently trying to create a new analytical application with SAPUI5, which uses the VizFrame that can be found in the Explored section of the developer center.
But as with everything I've encountered with UI5 yet, it's pretty badly documented how to use the various tools. I'm starting to get annoyed by the constant trial and error when implementing another feature of the framework.
Hence my question, am I doing something wrong here?
I look at the examples in Explored, I take it for my own as a starting point, I want to know more about setVizProperties, FlattenedDataset, or FeedItem, and the only thing I find is the API Documentation which says for example:
getVizProperties(): object
Getter for property vizProperties
. Chart properties, refer to chart property doc for more details.
or
setVizProperties(oVizProperties): sap.viz.ui5.controls.VizFrame
Properties for viz frame.
Parameters:
{object} | oVizProperties |
No possiblity to learn more about vizProperties, what they are, what they can do, how to best use them etc. No link in the API documentation to another section where I can learn about vizProperties. How to approach such a problem, when you want to stay close to UI5?
Are there any places to find better documentation, tutorials, or full examples? Am I looking at the wrong places?
If not it's time for SAP to step up the game and do something about it. The API documentation must be more detailed, the examples in the Explored section should be documented with code comments, we need tutorials from the people writing these APIs, to understand them better.
Kind regards,
Michael