|
|
Table of Contents
- Overview
- Getting Started
- Axis Labels (
chxl )
- Legend Text and Style (
chdl )
Overview
The sector delta chart is a standard Morningstar chart. It is used to show the concentration of a security
in a particular investment sector.
The chart type code for the sector delta chart is sd .
Getting Started
Description |
Image |
Because of the sector delta methodology, to draw sector delta you must provide the values for the benchmark as
well as the investment. The first data set is the investment, the second data set is the benchmark. Each data
set is specified as Manufacturing, Service, Information. The values in each data set will be reweighted
to sum to 100%.
|
chd=t:25,15,60|29,49,22
|
As with all charts, you can specify data using different data encodings. See data encodings for more information. |
chd=s:Abc,DEF
|
As with all charts, the chart size is controllable using the chs parameter. The font size of this example has also
been adjusted. |
chs=100x50
chfts=5
|
As with all charts, you can generate other image types using the chof parameter. |
chof=s (SVG)
|
Axis Labels (chxl )
You can control the labels used to identify the sector delta sections using the chxl option.
Syntax
chxl=0:<axis_1>|<axis_2>|<axis_3>
- <axis_1>
- The label for the top section (typically Service).
- <axis_2>
- The label for the bottom-right section (typically Information).
- <axis_3>
- The label for the bottom-left section (typically Manufacturing).
Notes
The order of the axis labels is different than the order of the data points
in a data set.
Example
Description |
Image |
Change the labels of the sector delta to Orange, Blue, and Green to match the colors of the sector delta. |
chxl=0:Blue|Green|Orange
|
Show labels in Chinese, Thai, and Arabic. |
chxl=0:%E4%B8%AD%E6%96%87| %E0%B8%A0%E0%B8%B2%E0%B8 %A9%E0%B8%B2%E0%B9%84%E0 %B8%97%E0%B8%A2|%D8%A7%D9 %84%D8%B9%D8%B1%D8%A8%D9 %8A%D8%A9
|
Legend Text and Style (chdl )
The legend is a side section of the chart that gives a small text description of each series. You can specify the text associated
with each series in this legend.
Syntax
chdl=<investment_label>|<benchmark_label>
- <investment_label>
- The text to show in the legend for the investment.
- <benchmark_label>
- The text to show in the legend for the benchmark.
Example
Description |
Image |
Change the legend labels to be the name of specific securities. |
chdl=FMAGX|S%26P 500
|
Change legend labels to Chinese and Arabic. |
chdl=%E4%B8%AD%E6%96%87| %D8%A7%D9%84%D8%B9%D8%B1 %D8%A8%D9%8A%D8%A9
|
|