googlemaps / googlemaps/js-samples

Bug: elevation-paths

Open
#1,296 0 comments 0 reactions 1 assignee Claimed by @wangela View on GitHub
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.

image

### 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.