Bar Chart x axis labels not formatted
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
I am trying to make a bar plot of Earthquakes per day

How do I control the dates listed on the x axis?
```
df.hvplot.bar(y = count, title = 'Earthquakes per Day', ylabel = 'Count', xlabel = 'Date')
```
#### Stack traceback and/or browser JavaScript console output
#### Screenshots or screencasts of the bug in action
- [ ] I may be interested in making a pull request to address this
Contributor guide
Assessment
This issue has not been assessed yet.