- SAP BusinessObjects Dashboards 4.1 Cookbook
- David Lai Xavier Hacking
- 294字
- 2021-07-23 19:44:06
Zooming in on charts
If you are visualizing a dataset with a large number of values on the x-axis (the category axis), the chart might be a bit hard to use. To see a section of such a chart in more detail, we can use the range slider to zoom in on the data.
Getting ready
You can reuse any of the dashboards you have already made, which include one of the components mentioned previously. In this recipe, we will use the dashboard created in the Adding a line chart to your dashboard recipe.
How to do it...
- Select the chart then go to the Behavior tab and select the Common sub-tab.
- Select Enable Range Slider.
- Under Beginning Range Value select Category Label and enter value
Q1
. - Under End Range Value also select Category Label and enter value
Q3
. - Bind the Range Labels field to cells B4 until E4.
- Go to the Appearance tab and select the Text sub-tab. Select Range Labels and set the text size to
8
. - Run the dashboard by hitting the Preview button and try the functionality of the range slider.
How it works...
The range slider option makes it possible to select a section of the chart by sliding the beginning and end values of this range. In this recipe, we used category labels to define the initial range values. You can also choose to use the Position field and enter the position of the desired value in its series. Q1 would be position 1 and Q3 would be position 3.
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Intel Galileo Essentials
- CentOS 7 Server Deployment Cookbook
- C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)教程
- Java程序設(shè)計(jì)與計(jì)算思維
- JavaScript+Vue+React全程實(shí)例
- 深入淺出RxJS
- 深入淺出PostgreSQL
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開(kāi)發(fā)實(shí)踐
- Mastering Python Design Patterns
- OpenMP核心技術(shù)指南
- Building Slack Bots
- 青少年學(xué)Python(第2冊(cè))
- 奔跑吧 Linux內(nèi)核