tensorflow / tensorflow/tensorboard
removing title followed by tag repetition
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
Why is the tag listed twice for each graph? Once as a title of the graph tagname and a second time as tag: tagname, e.g., see:

Could this behavior be made configurable by providing an option not repeat it?
This becomes particularly problematic when the tag is very long.
Thank you.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the graph-rendering entry point and the code that formats the graph title and tag label; the issue does not name specific files or tests. Trace how display options are exposed, then define done as an option that prevents the tag from being repeated while preserving the existing behavior by default. Verify the result with a graph whose tag is long.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100