If I add the following code to a standard component, I can successfully use the analyzer action:
action: analyzer
actionAnalyzerCoordSystem: time
actionAnalyzerItems:
- itemName
However the Y axis always starts at 0.
Within the analyze I can set a minimum value for the y axis, but that’s only for current view.
Question:
How can I configure a minimum value for the y axis of the analyzer already as parameyer in my component, so that it’s set by default once I click on the component and the analyzer will open?
I think, you can only modify the parameters in „Steuerelemente“ and store it with a new name. It‘s been listed within the page registry. You may have to call it separately from the ui , but not directly from item analyze button
This capability does not currently exist. The only analyzer configuration options are those listed in the component help doc for items, chart type, and coordinate system.