OH4 - Analyse items - how to pass additional parameters

Hi,

OH4.0.4

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?

Thanks in advance for any help


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.

1 Like

Thanks for your feedback. At least this answer saved some time, as I would do more try and error.

Will maybe create an individual chart page instead