Wijmo UI for the Web
Size
Wijmo User Guide > Widgets > ChartNavigator > Features > Size

The wijchartnavigator widget is bound to a chart for displaying data trends. In order to represent correlations, trends, performance efficiently, the height and width of the chart navigator widget must be set according to the height and width of the main chart.

The script below sets the height and width of the wijchartnavigator.

Script
Copy Code
<div id="wijchartnavigator" style="width:700px; height: 56px">
 </div>