You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: Here we reverse the hierarchy of grapher_config.title and title_public. This can be confusing, but this way we don't need to define both title_public and grapher_config.title for indicators with long names. And it also lets us have a data page with a title different from the chart title.
@danyx23 Could you give this a quick eyes over to confirm this is alternative 3 as you understood it? If there's anything that needs editing, please just edit inline above.
Problem
There has been confusion as to what the
display.name
field should be used for and whattitle_public
should be used for.This led to substantial discussion and a few options being floated here.
Change to fallbacks
The option we picked means the following changes:
About this data
[display.name > title] - [description_short]
[title_public > grapher_config.title > display.name > title] - [title_variant] - [attribution_short] - [description_short]
Table tab
[display.name > title]
[title_public > display.name > title] - [title_variant] - [attribution_short]
Heading of a 1-indicator chart
[grapher_config.title > display.name > title] - [grapher_config.subtitle > description_short]
[grapher_config.title > title_public > display.name > title] - [grapher_config.subtitle > description_short]
NOTE: Here we reverse the hierarchy of
grapher_config.title
andtitle_public
. This can be confusing, but this way we don't need to define bothtitle_public
andgrapher_config.title
for indicators with long names. And it also lets us have a data page with a title different from the chart title.Legend in a chart
[display.name > title]
[display.name > title_public > title]
No change
Admin page:
[title]
Data page title
[title_public > grapher_config.title > display.name > title] - [attribution_short] - [title_variant]
Theoretically in future
Search result
[title_public > grapher_config.title > display.name > title] - [title_variant]
[title_public > grapher_config.title > display.name > title] - [title_variant] - [attribution_short] - [description_short]
The text was updated successfully, but these errors were encountered: