x_value_formatter property is not being used by render_table().
Open
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 419
- PR merge metrics
- No merged PRs in 30d
Description
The function in `x_value_formatter` property is not being used by `render_table` while generating the `thead`, instead lxml throws `ValueError` exception as its expecting `str`
Contributor guide
Research direction
Start by tracing render_table() where it generates the thead and inspect how x_value_formatter is handled before the lxml call. Reproduce the ValueError with a formatter, then verify that the formatter is used for the header values and that table rendering completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100