Exact chart series

Use variable when you know the full, case-sensitive projection row name or need a label or style for one line.

One exact series

- chart:
    title: USA inflation
    series:
      - variable: INFL(USA)

Compare two exact series

- chart:
    title: Interest rates
    series:
      - variable: INTN(USA)
        label: Nominal interest rate
      - variable: INTR(USA)
        label: Real interest rate
        style:
          color: "#2455a4"
          line: dash

First verify that both series have the same units.

Choose a deliberate line order

series:
  - variable: INFL(CHN)
  - variable: INFL(USA)
  - variable: INFL(JPN)

Lines and legend labels follow the authored sequence. Use a selector when you want all matching model members in catalogue order.


This site uses Just the Docs, a documentation theme for Jekyll.