Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The View Config tab holds the configurations that are applicable for the Analytical Charts App. Configure the View Configurations based on the description provided in the following table:

  1. Caching:



    #

    Field Name

    Description

    Sample Value

    Caching

    1

    Enable Data Cache

    Enable this option for scenarios where the underlying data source cannot support
    dynamic filter, sort, and group requests and can only return complete data set.
    This pulls the data from data source into an in-memory cache and performs all operations on the in-memory cache.
    Care must be taken when enabling this option to ensure that sizing based on usage needs are considered / factored before this is enabled.

    Toggle on: Cache data from data source prior to processing.

    Toggle off: Gets data from data source.


    2

    Caching Scope

    When Cache Data Indicator is 'Yes' enables the Caching Scope option.

    App Instance: Indicate that caching from data source must be done for every instance of the App.
    This means that there will be more requests to the data source for every time the user navigates to the App across workspaces.

    User Session: Indicates that the caching from data source is done at the Session level. This reduces the number of hits to the data source.
    This option must not be used for cases where within a session; the user does some activity and expects the cached data to change.


  2. Advanced Chart Configurations:

    #

    Field Name

    Description

    Sample Value

    Display Setup

    1

    Y Axis Maximum Value

    Enables the end user to set the limit for maximum value in Y Axis.
    The value set in this field must be more than the existing maximum value in Y Axis.

    42000

    2

    Y Axis Minimum Value

    Enables the end user to set the limit for minimum value in Y Axis.
    The value set in this field must be less than the existing minimum value in Y Axis.

    9000

    3

    Show Border 

    Yes: Displays border around the chart.
    No: Does not display border around the chart.

    Yes

    4

    Customize Switch Charts Options

    Yes: Enables the end user to switch between different charts along with the applicable properties and their values. Possible switching options are:

    • Single series to another single series chart type.
    • Multi series to another multi series chart type.
    • Multi series to any single series chart type.


    Select Switch Chart Options: When Customize Switch Charts Options has value 'Yes', this option will be enabled. Enables you to select the types of charts to which the existing chart type can be switched.
    No: Does not enable you to switch between different charts.

    Yes

    5

    Show Watermark

    Yes: Enables you to display a watermark image in the chart.
    No: Does not enable you to display a watermark image in the chart.

    No

    6

    Watermark Position

    Enables to select the position for the watermark image.

    Top Right

    7

    Watermark Image URL

    Location of image to be rendered as watermark image.

    images/sample.png

    Reference Lines Configuration

    Chart Reference Lines are the indicators that show a key value, threshold limit or average of your data. The Reference lines are applicable for all the line charts, bar charts, angular gauges, and linear gauges. This reference line enables you to analyze the chart values based on the reference value limit.

    8

    Number of Thread Lines

    Enables the end user to set the number of thread lines to be displayed in the chart.

    1

    9

    Display Label Key

    Localized label key of the thread line that appears as a tool tip on the thread line.

    Revenue

    10

    Reference Value

    Defines the display value for the thread line.

    15000

    11

    Add Line

    Click Add Line button and follow the steps 9 and 10 to add the pending thread line details.
    Adds extra row to provide additional thread line details, if number of thread line is 2 or more.

    NA

    12

    Delete Line

    Removes the selected line.

    NA

    Chart Annotations - Refer Chart Annotations.

  • No labels