The three cards on the left are input cards. "Vs. budget" at the top right is a gauge and "Cost breakdown" below it is a 100% bar; both are connected to all three inputs.
- The gauge divides the total of the connected values by the target in the field at the top of the card and shows the result as a percentage. Here the target is the budget, 1,200.
- The 100% bar treats the total of the connected values as 100% and shows each value's share as a length of the bar.
With Lodging set to 650, the total becomes 1,200 and the gauge reads 100%. The bar shows 33%, 54% and 13%. With Lodging set to 750, the gauge reads 108%, and the arc and the number turn orange.
The seven cards on this page have these things in common.
- They only draw; they pass no value on to other cards. A calc card whose formula refers to one of them shows "No value to reference".
- When a connected card has an error, the drawing is replaced by "A connected card has an error" and that card's name.
- A List card connected to them supplies each of its rows as a separate value (on a scatter card, the columns to use are chosen instead).
- The card menu, opened with the "⋯" button at the card's top right or by right-clicking the card, has "Fullscreen", "Copy chart as SVG" and "Copy chart as image (no frame)".
- Dragging the bottom-right corner of the card resizes it.
These cards can also be made from the candidates that appear when number cards are selected and "Visualize" is pressed. The section for each card names the candidate that makes it. How the candidates are chosen is in the usage guide's Visualize page.
Chart
A Chart card draws the values of the connected cards as a bar chart, pie chart, line chart, histogram or box plot. The values appear in the order the cards were connected. Choosing the type, and making the card with "Visualize", are covered under "Chart cards" in the usage guide's Visualize page.
On bar and line charts, "Guide" at the top of the card adds a horizontal line at a chosen value, and the line can be given a name. Ticking "High / low" marks the highest and lowest values and prints their names and values under the chart.
The two small boards below use only a Chart card. The first draws the five values 3, 9, 4, 8 and 6 as a line, in the order they are connected. The second connects the three values 20, 30 and 50 to a Summary card (total 100) and a pie chart, which shows 20%, 30% and 50%.
Open the board with five values as a line ↗
Open the board with three values as a total and a pie ↗
Gauge
A Gauge card shows what percentage of a target the connected value is, as an arc or a bar. It takes one or more cards; with two or more, it uses their total (Board 1). The target is typed into the field at the top of the card. A gauge placed from "Add a card" starts with a target of 100.
- The percentage is rounded to a whole number. Just short of 100% it shows 99%, and above 0 but below 0.5% it shows "<1%".
- Above 100%, the arc stays full, the arc and the number turn orange, and the actual percentage is shown.
- For a negative value the arc stays empty and a negative percentage is shown. With a target of 0 or less, it shows 0%.
- The shape ("Arc" or "Bar") and the colour are chosen at the top of the card.
Connected to a Current & goal card, the gauge uses that card's current value and goal. The target field then shows that goal and cannot be changed on the gauge. Connected to a Min / current / max card, it shows how far the current value has come between the minimum and the maximum.
In "Visualize", the candidate "Vs. target" for one selected number card makes a gauge with a target of 100. "Progress", for two selected cards, makes two cards: a "Progress %" calc card and a gauge.
The board below builds the same thing with formulas. From the current value x and the goal g, calc cards work out the progress 100 × x ÷ g and the remainder g − x, and the progress goes into a gauge. The gauge's target is 100, so the progress value reads directly as a percentage. With x at 65, the gauge shows 65% and the remainder is 35.
Open the board that shows progress on a gauge ↗
Scatter
A Scatter card plots pairs of numbers as points, to show how a horizontal value (X) and a vertical value (Y) relate. Connecting a card brings up "X" and "Y" buttons on the scatter card; the value goes to the axis whose button is pressed.
- The first X card and the first Y card make one point, the second X and the second Y the next, and so on, in the order they were connected. A value with no partner makes no point.
- A List card with two or more columns makes one point per row. The two fields at the top of the card choose the columns for X and Y.
- An XY point card makes one point on its own.
- The ends of each axis show the smallest and largest values. The axes are named after the first X card and the first Y card (or the columns of a list).
Ticking "Regression line" draws the straight line closest to the points (the regression line) as a dashed line, with its equation and the correlation coefficient r. r is between −1 and 1. The closer it is to 1, the closer the points lie to a line rising to the right; the closer to −1, to a line falling to the right. With only one point, it shows "No line (not enough points)".