Skip to content

Customization Guide for Embedded Page Styles

After creating Dashboards and Charts using the HENGSHI SENSE platform, you can embed them into existing systems via iframes. To achieve a unified style, embedding iframes supports a variety of customization options.

img

Customize the iframe of the Dashboard

Parameter List

The following parameters are supported when embedding a dashboard.

Parameter NameParameter FunctionParameter TypeParameter Value
copyrightThis parameter controls the display status of the dashboard header and footer.BooleanParameter values:
true: Display header and footer, default is true.
false: Do not display header and footer.
headerThis parameter controls the display status of the dashboard header.BooleanParameter values:
true: Display header, default is true.
false: Do not display header.
pagerThis parameter controls the display status of the dashboard pager.BooleanParameter values:
true: Display pager, default is true.
false: Do not display pager.
scrollableThis parameter controls the scrolling behavior within the dashboard.BooleanParameter values:
true: Supports scrolling within the dashboard, default is true.
false: Does not support scrolling within the dashboard.
chartAccessibleThis parameter controls the chart interaction behavior within the dashboard.BooleanParameter values:
true: Supports opening charts for interaction, default is true.
false: Does not support opening charts for interaction.
backgroundThis parameter sets the background color of the dashboard. If the dashboard theme has already set a background color, this parameter will not take effect.StringParameter value format: rgba(255,255,255,1).
wrapperBackgroundThis parameter sets the background color of the parent div element of the dashboard, which can override the dashboard theme background color.StringParameter value format: rgba(255,255,255,1).
chartTitleColorThis parameter sets the color of chart titles within the dashboard. It applies to all chart titles within the dashboard (excluding filters). Use with caution.StringParameter value format: rgba(255,255,255,1).
chartGapThis parameter sets the spacing between charts within the dashboard.StringParameter value should include pixel information, e.g., 10px.

The following are deprecated parameters in the dashboard embedding scenario.

Parameter NameParameter FunctionParameter TypeParameter ValueDeprecation Notes
paddingThis parameter sets the inner padding of the dashboard.String<number>Example value: 0 0 0 0This parameter is no longer supported.
chartBackgroundThis parameter sets the background color of chart controls.StringExample value: rgba(255,255,255,1)This parameter is no longer supported.
chartPaddingThis parameter sets the inner padding of charts.String<number>Example value: 0 0 0 0This parameter is no longer supported.
borderRadiusThis parameter sets the border radius of chart controls.StringExample value: 2pxFollows the dashboard theme settings.
borderWidthThis parameter sets the border width of charts.StringExample value: 1pxFollows the dashboard theme settings.
borderColorThis parameter sets the border color of charts.StringParameter value format: rgba(255,255,255,1)Follows the dashboard theme settings.
borderStyleThis parameter sets the border style of charts.StringOptions: solid, dashed, dottedFollows the dashboard theme settings.
filterPaddingThis parameter sets the inner padding of filters.String<number>Example value: 0 0 0 0This parameter is no longer supported.

Example

As shown in the dashboard below, the background color and chart title color are modified when embedding it.

Original dashboard link and style:

https://preview.hengshi.com/share/app/S5257D196AC363377BC2C3DF79FA26557/dashboard/45

img

Embedded dashboard link and style: https://preview.hengshi.com/private/share/E454FF2E910B7B9445C8F66391B25CCA/dashboard/EC0E826AB75FD2AA2C3D755CF8374DD6C?wrapperBackground=rgba(180,246,254,1)&chartTitleColor=rgb(0,0,0)&copyright=false&scrollable=false

img

Customize the Chart iframe

Parameter List

The following parameters are supported when embedding a chart.

Parameter NameParameter FunctionParameter TypeParameter Value
showActionThis parameter configures the interaction button in the top-right corner.BooleanParameter values:
true: Displays the interaction button in the top-right corner (default is true).
false: Hides the interaction button in the top-right corner.
chartPaddingThis parameter sets the chart's inner padding.String<number>Example parameter value: 0 0 0 0.

The following parameters are deprecated and no longer supported.

Parameter NameParameter FunctionParameter TypeParameter ValueDeprecation Notes
noFilterThis parameter controls whether to display filters.BooleanParameter values:
true: Displays filters (default is true).
false: Hides filters.
Filters are no longer supported when embedding charts.
titleColorThis parameter sets the chart title color.StringExample parameter value: rgba(255,255,255,1).Chart titles are no longer displayed when embedding pages.
chartBackgroundThis parameter sets the chart background color.StringExample parameter value: rgba(255,255,255,1).The chart background color will be overridden by the theme background color used by the chart.

User Manual for Hengshi Analysis Platform