googlemaps / googlemaps/js-samples
Bug: elevation-paths
Open
- Dominant language
- TypeScript
- Stars
- 805
- Forks
- 836
- PR merge metrics
- No merged PRs in 30d
Description
### Operating system
macOS Monterey 12.6 (21G115)
### Browser Version
MS Edge Version 106.0.1370.47 (Official build) (arm64)
### How severe is the bug?
low
### Bug description
The elevation graph is too small on my screen in the API document page.

### Steps to reproduce
```
// Draw the chart using the data within its DIV.
chart.draw(data, {
width: document.getElementById("map").offsetWidth,
height: 150,
legend: "none",
// @ts-ignore TODO update to newest visualization library
titleY: "Elevation (m)",
});
}
```
### Console log output
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.