Configuration options#
Several properties control the display of a data filter template in a report.
Properties#
Property |
Value |
---|---|
filter_types |
A list of types of filters to display in the left filtering pane. Eg: ['checkbox', 'slider', 'input']. Allowed values are 'checkbox', 'slider', 'input', 'dropdown', 'single_dropdown'. Default behavior uses all available tags as checkboxes. |
filter_checkbox |
A list of tags to display as checkboxes in the left filtering pane. Eg: ['DesignPoint', 'ParametricStudy', 'dp1', 'dp2'] |
filter_slider |
A list of values to display as sliders in the left filtering pane. Can either be a tag name or a range filter ('plot_range_x' or 'plot_range_y') to filter across X or Y axes. Eg: ['IP1-Velocity',]. |
filter_input |
A list of values to display as input boxes in the left filtering pane. Can either be a tag name or a range filter ('plot_range_x' or 'plot_range_y') to filter across X or Y axes. Eg: ['plot_range_x',]. |
filter_dropdown |
A list of values to display as dropdowns in the left filtering pane. Can either be a tag name or a range filter ('plot_range_x' or 'plot_range_y') to filter across X or Y axes. Eg: ['plot_range_y']. |
filter_single_dropdown |
A list of tags to display as single dropdowns in the left filtering pane. Eg: ['dp1', 'dp2', 'DesignPoint'] |
filter_numeric_step |
An integer or float value to use as step/interval for displaying numeric tags. Default is 0.1. |
filter_x_title |
A string to use as label for the X axis range filter, when 'plot_range_x' is used. Default is the plot's X axis title if available. |
filter_y_title |
A string to use as label for the Y axis range filter, when 'plot_range_Y' is used. Default is the plot's Y axis title if available. |