Display current value on line graph

Is there a way to display the current value of a graphed variable? For example, if the graph is showing values from years 1 to 5, and the value in year 3 is 10, is there a way of showing the value 10?

Hi Bruce – There’s no way for the graph itself to show the value. But you can display the current value of the variable in any text box by enclosing the variable name in double braces.

{{ variable_name }}