Wijchartnavigator for Wijmo allows you to visualize data by selecting a small range out of a large data. A user can easily bind it with various types of charts. A chart navigator allows scrolling through a particular time period.
Wijchartnavigator supports binding data for the following chart types:
Key Features
- targetSelector: Accepts string value that includes a jquery selector of target chart. For example, If you want bind the chartnavigator to a candlestickchart with ID "candlestick1", set the targetSelector value to "#candlestick1".
- rangeMax: Sets the start value of the Navigator range. This value must be in between the max and min values set for the chart data on X-axis.
- rangeMin: Sets the end value of the Navigator range. This value must be in between the max and min values set for the chart data on X-axis.
- step: Determines the size of each interval on changing of thumb button. By default, its value is set to 1.
In this section
Quick Start
Main Elements
Markup and Scripting
Dependencies
Features
User Scenarios
Note: Check the
Version History for an outline of new features, improvements, and changes to the Wijmo widgets.