Sometimes you want custom label on x-axis. You can this with a little workaround described below.

Add Vertical line
Go to Chart annotations > Annotations and add vertical line anywhere on the chart.

Modify the line
Click on this line and:
- Set Position (for Time chart - date, for Category chart - #0, #1, #2 etc.).
- Check Line > Between observations.
- Select Content > Axis value label: 'Show'.
- Check Custom style, go to Appearance > Color > […] and change 'Opacity %' to 0.

Modify label
Click on new label on chart and:
- Check Custom style, under Appearance > Orientation please select 'Horizontal'.
- Under Border > Border width please select 'None'.
- Apply other graphical changes if needed.

Paste in text
Double-click on label and type in new number, date or use Dynamic text.
Overview
There is no dedicated chart type but with formulas and Cross sampling you can create one with Category Scatter chart.

How to create a Radial bar chart?
- Prepare series.
- Prepare position's values - in Formula analysis use a hundred series of each of below formulas (note that bolded parts will change in each formula, see the file in Examples for how to pair those values or just copy them from there):
- FlagForecast(Cos(25*Pi()/50), fx:s1<=((1/100)*100))
- FlagForecast(Sin(25*Pi()/50), fx:s1<=((1/100)*100))
- and add these at the end of each batch a full original series i.e.; fx:s1.
- We recommend to rename first and last series of hundred's as "series 1,Start" till "series 1, end" and "series 1a,Start" till "series 1a, end" etc.
- Add Cross sampling with one 'Calculations: Last'. Create group for each series with:
- first column with "series 1,Start" till "series 1, end",
- second column with "series 1a,Start" till "series 1a, end",
- for third column, mark main series for the group and use 'Add selected series as new single series column'.
- We recommend to rename columns to X, Y, V.
- Add Arithmetic analysis to create a distance between each circle. Multiply them by 0.9, 0.8, 0.7, etc.. We do not recommend to use value equal or above 1.
- Add Category Scatter chart. Open Graph layout (Ctrl+L), leave/create pairs from X and Y series.
- Graphic style
- Turn off labels - click on each line, under Presentation properties > Content un-check 'Show value labels'. Use Chart (upper menu) > Select to pick series. Instead use Observation labels or Legend labels.
- Change line's style - click on each line, go to Presentation properties > Appearance > Graph style: Custom, set Line width.
- Disable forecast - click on each line, go to Presentation properties > Appearance > Graph style: Custom, Forecast > Line and select 'None'.
- Scale adjusting:
- under Presentation properties > Appearance > Tick position select 'None',
- un-check Presentation properties > Appearance > Show labels, to hide numbers.
- To turn off borders go to Presentation properties > Border > Width, select 'None'.
- To turn off grid line, click on one and un-check box under Presentation properties > Appearance > Show grid line.
- Chart size - to avoid stretching the chart use Chart view size.
Examples
Radial 'A Countries'
We have chosen five countries and presented their current Human Development Index position as a radial bar chart.
Economic indicators
In this example we have calculated percentile ranks relative to historic data for eight different USA's indicators.
Overview
There is no dedicated chart type but with formulas and Cross sampling you can create one with Category Scatter chart.

How to create a Radar chart?
- Prepare series - one of the methods would be to use PercentRank(series1, series1) formulas:
PercentRank() returns the rank of a value in a series as a percentage (0..100) of the values in the series, e.g.,PercentRank(sek, sek) calculates the percentile value of the series 'sek' for each observation.
- Prepare position's values - in next Formula analysis use these four formulas for each series (note that some elements should be changed, see below for more information):
- fx:s1*Sin((0)*2*pi()/6)
- fx:s1*Cos((0)*2*pi()/6)
- 100*Sin((0)*2*pi()/6)
- 100*Cos((0)*2*pi()/6)
Changing elements:
- Each set of formulas should have successive number after Cos/Sin e.g., fx:s1*Cos((1)*2*pi()/6), fx:s1*Cos((2)*2*pi()/6).
- The number at the end (here '6') is total number of series in initial data set.
- We also recommend to rename these series as 'series1 X'; 'series1 Y', 'series1 X Max'; 'series1 Y Max'.
NOTE: If you want to flip the chart by 90 degrees set Cos-series as first (X-series), and Sin-series as second (Y-series).
- and add these at the end of list:
- Add Cross sampling with four 'Calculations: Last'.
- Name three of them as 25th %-ile, 50th %-ile, 75th %-ile - these will be needed for intermediate lines. The fourth is your outer shape, the 100%-ile Max-series.
- To avoid clutter, in Output mode > Label generation select the best option for your data set.
- In Group panel create columns for X-series, Y-series, X Max-series, Y Max-series. Same series should be at first and last position (without this duplication the shape will not be closed).
- Select '0' and add press 'Add selected series as new single series column', same for '1'.
- We recommend to rename all columns to X, Y, X Max, Y Max, 0, and 1.
- Add Arithmetic analysis to prepare radar's intermediate lines.
- Whole '25th %-ile' list multiply by 0.25
- Whole '50th %-ile' list multiply by 0.5
- Whole '75th %-ile' list multiply by 0.75
- Add Category Scatter chart.
- Open Graph layout (Ctrl+L), leave/create pairs for:
- Last X, Y
- Last, X Max, Y Max
- 25th %-ile, X Max, Y Max
- 50th %-ile, X Max, Y Max
- 75th %-ile, X Max, Y Max
- Additionally you can create pairs for:
- 0-point - add two 'Last, 0' series
- markers - add Bubble graph type and Last X; Last Y; Last 1 (or add them on a line's graph style).
- Graphic style
- Turn off labels - due to how it is constructed there will always be one doubled label. Click on each line, under Presentation properties > Content un-check 'Show value labels'.
Instead use Legend labels or Observation labels - see here how to add them. You can copy-paste them to other points.
- To change each line's style click on it and go to Presentation properties > Appearance > Graph style: Custom, set Line width and style.
- Scale adjusting:
- under Presentation properties > Scale > Display range set for example -150/150,
- under Presentation properties > Appearance > Tick position select 'None',
- un-check Presentation properties > Appearance > Show labels to hide numbers.
- To turn off borders go to Presentation properties > Border > Width, select 'None'.
- To turn off grid line, click on one and un-check box under Presentation properties > Appearance > Show grid line.
- Chart size - to avoid stretching the chart use Chart view size.
Adding more lines
You can easily add more lines.
- Go to Cross sampling and add, for example, calculation 'Value at: -1y' (for values one year back).
- Go to chart, open Graph layout (Ctrl+L).
- Adjust series - leave just Line for 'Value at, -1y, X' and 'Value at, -1y, Y'.
Examples
Radar on 'A Countries'
We have chosen five countries and presented their current and 2000's Human Development Index position on a radar.
Spider Pigs
Here we showed latest data for agricultural production from New Zealand. You can also see how to flip the outer shape of radar.
Economic spider web
In this example we have calculated percentile ranks relative to historic data for eight different USA's indicators.
Overview
Bubble chart can be also modified for specific use, for example when you want to compare series showing values as weights.

How to create Bubbles on string chart?
- Add series on a List.
- Perform calculations and/or analyses.
- Add Formula analysis with values from 1 to x, where x is a number of your series in the list.
- Add Time chart, open Graph layout.
- Pair series - number-series with regular series - under Bubble graph type. First add number-series.

Other graphical elements
- You can turn off Legend - click outside chart area and un-check box under Presentation properties > Chart elements > Legend.
- To add labels on the right side - click inside chart area and under Presentation properties > Elements > Vertical axis value labels check box. Double-click on each label to edit it.
- Click on y-axis and under Presentation properties > Appearance > Tick position set to None and uncheck 'Show labels'.
- Click on y-axis and under uncheck Presentation properties > Appearance > Show labels.
Example
Importance of weight
In this example we used bubbles to show change in importance of main US CPI weights.
Overview
Shaded Quadrant chart is helpful when you want to show in an instance positions or proportions of points in each arbitrary fixed quadrant.

How to create a Quadrant chart?
- Add series and perform needed analyses.
- Add Scatter chart or Category scatter chart.
- On a chart navigate to Actions ribbon to Chart properties > Annotations and add Horizontal line and Vertical line on chart to divide your chart into four areas.
- You don't have to add it ideally on point. After adding line you can click on it and change its position by typing right value in Line > Position.
- Then navigate to Chart properties > Chart ornaments > Text box and add four Text boxes.
- Note! Text box will push out all other labels (point's labels) because for main-app it's the same type of object - but once you add all four Text boxes, labels will go above Text boxes and you will be able to move them freely.

Setting background colors
This has to be done for each Text box separately:
- To add color for Text box click on it, go to Presentation properties and check 'Custom style'.
- Click on Presentation properties > Appearance > Background > [...] icon.
- By default color is set to 'Solid' - if you don't want to change it, just select colors for quadrants. If you want quadrants to have gradients, change Color type to 'Gradient'.
- Select colors, opacity and gradient angle, for example:
- Left-upper: #99FEA527 60%, #33FFFFFF 20%, angle 60 (orange-white),
- Right-upper: #99008000 60%, #33FFFFFF 20%, angle 120 (green-white),
- Left-down: #33FFFFFF 20%, #99B61818 60%, angle 120 (white-red),
- Right-down: #33FFFFFF 20%, #99DCCD2E 60%, angle 60 (white-yellow).
- Under Presentation properties > Border > Border width select 'None'.
Examples
Social Progress Index vs GDP growth
In this example we showed relationship between Social Progress Index vs GDP growth.
Brent Oil Price vs US oil consumption
In this example we showed relationship between Brent Oil price and US oil consumption.
Hit rate
Calculate Hit rate for each quadrant.
Overview
Using Forecast analysis on multiple same series you can create a Fan chart from Time chart and show uncertainty associated with forecasts.

How to create a Fan chart?
- Add same series on Series list - as many times as you have predicted variants - plus one which will be the 'core' series.
- Change descriptions on Series list if needed.
- Add Forecast analysis, use 'Edit' to add forecast to each variant-series.
- If this is an Index (like in below example) you can add Rate of change analysis and create percentage series.
- Add Time chart, change colors or apply Style sheet.
Examples
Euro Area CPI
Different scenarios for future inflation added in Forecast analysis.
EUR per USD percentile distribution
We calculate the distribution with user-defined formula .prob() and present it with Fan chart. For more information see How formula with dot works? and User defined formulas.
Overview
There is no dedicated chart type for Dumbbell charts. However, with Scalar/Cross sampling analyses you can create it out of Bar chart.

How to create a Dumbbell chart?
- Use Scalar (or Cross sampling) with 'Calculations: Value at' for two points in time.
- Add Bar chart (after Scalar countries will be sorted alphabetically).
- Open Graph layout (Ctrl+L), arrange series:
- turn the graph type to 'Range',
- in left panel mark both series, use 'Add new Graph column', change the graph type to 'Markers' and drag it under first Graph,
- mark series, use 'Add new Text column' > 'With value', drag it above Graph.
- mark another series, use 'Add new Text column' > 'With value'.
- Press 'OK'.

Adjusting chart elements
- Click on any range bar, change number under Graph properties > Content > Bar height.
- To change range bar color go to Graph properties > Appearance and change Graph style to Custom, select new color.
- Click on group of markers go to Graph properties > Appearance and change Graph style to Custom, select new color and size.

- Edit legend, main title and columns' titles.
Background graphic elements
- To add vertical line, click on one of them, under Grid line properties >Appearance change its color.
- To match x-axis' tick color, click on x-axis, go to Axis properties > Appearance > Tick color and change its color.
- To change background color go to Graph area properties > Row appearance > Background 1. To remove it put it to 'transparent color'.

Examples
Dumbbell chart (with lists)
In this example we have used Lists with HICP data and processed them with Scalar (or Cross sampling) to compare values for 2019 and 2022. Using lists make it easier to introduce changes - you make addition/deletion on a list, everything else stay the same.
Bar chart - dumbbell
In this example, we show simple sorted dumbbell chart based on High/Low values.
Overview
There is no dedicated chart type for Slope charts. However, with Scalar/Cross sampling analyses you can create slopes out of Category chart.

How to create a Slope chart?
- Use Scalar (or Cross sampling) with 'Calculations: Value at' for two (or more) points in time.
- Set 'Output series' to 'One series per input'.
- Rename 'Value labels'.
- Add Category chart.
- Add points on each end:
- click on each line and under Presentation properties > Appearance > Graph style select 'Custom' select 'Marker style',
- repeat that for all lines.

Cleaning graphical elements
- To remove '[scalar]' from legend's descriptions click outside chart area and under Presentation properties >Chart elements untick 'Analysis text'.
- Some things cannot be disabled but you can select for them 'transparent color', those are:
- click on Y-axis, under Presentation properties > Appearance > Text color,
- click on Y-axis, under Presentation properties > Appearance > Tick color,
- click on Y-axis' description , under Presentation properties > Appearance > Text color,
- click on X-axis, under Presentation properties > Appearance > Tick color.

- Disable other graphic elements from chart:
- click on any grid line, under Presentation properties untick 'Show grid lines',
- click inside chart area, under Presentation properties > Border > Sides select 'Bottom'.
Adding value labels on chart
- To add value label right-click on any dot, select 'Add observation label'.
- Click on it, under Presentation properties check Custom style:
- under Anchor line > Width select 'None',
- under Anchor appearance > Style select 'None'.
- Double-click on label's text. Leave only {s .Value}.
Now you can copy the label with Ctrl+c keys, click on any other dot, and paste label with Ctrl+v. It will keep the style of first label.

Example
Slope chart
In this example we calculated annual average CPI and showed its level on years 2019 and 2022.
Overview
There is no dedicated chart type for this, but it's possible to use Time chart with a bit of formulas and get a proper Fed dot plot.

How to create a Fed dot plot?
- Set whole chart to Weekly frequency.
- Add on Series list:
- Add Formula analysis. These formulas set position of the dot on Time chart.
- Disable 'Include input series...'.
- Add usrate2176 - series for 'Projection for 0' - if you want to use it for constructing a date later.
- Add last(fx:sALIASNUMBER) - last target rate value - if you want to see a flat line on chart.
- For each series (representing number) add below formula:
if(if(mod(fx:s1 , 2)=0, (abs(counter()-startofyear()-24.5))*2, (abs(counter()-startofyear()-25))*2)<fx:s1, fx:s66, null())
this will position dot on x-axis in the middle of each section on chart. You can control the shift with two numbers in it - 24,5 and 25. The bigger these numbers are the more to the right dots will be.
- Add Time chart.
- Click outside of chart area and under Presentation properties > Chart elements disable 'Legend'.
- Click on x-axis.
- Under Presentation properties > Scale > Display range, add -4y and +0.
- Under Presentation properties > Labels > Detail limit, select 'Year'.
- Open Graph layout (Ctrl+L). Make two Line graphs for clarity:
- Under one put last value for Target rate.
- Under second, all if() series.
- Now you need to turn lines into dots. Click on a line and under Presentation properties > Appearance > Graph style select 'Custom'. You can also catch non-visible lines with Chart (upper menu) > Select. Under Appearance set Line to 'None' then select Marker style and its size. You need to do this for each if() series.
- To add vertical line go to Chart annotations > Annotations > Vertical line and add in on a chart. You can adjust its position by clicking on it and changing date under Presentation properties > Line > Position.
Examples
Fed Dot Plot
Recreation of the Fed dot plot.
Fed Dot Plot - double meeting
Recreation of the Fed dot plot with last and previous meeting values.
Fed Dot Plot - Alternative version
In this example we created alternative equivalent of the Fed dot plot.
Overview
With a little bit of arranging series you can show series as a Waterfall chart on a Category chart.

How to create a Waterfall chart?
- On Series list add series and same amount of '0' as series.
- Decide the order of the series on chart - when you want particular series to 'float', replace the '0' with a sum of series to create base, on which 'floating' series will stand. Each base is the sum of preceding series.
- Add Scalar analysis:
- In Input panel arrange pairs of series in order '0 - series - <replacement for 0> - series.'
- For Output series use 'Partition into: 2'.
- Add Category chart, select data set with 0's and turn its color into 0% opacity.

Examples
Waterfall chart
In this example we used transparent placeholder series to create waterfall effect.
Waterfall chart - around '50' with list
Here we used range graph type to create anchor point at value '50'.
Waterfall chart - stacked column and area
Here we combined placeholder method with anchors and created stacked columns/areas.