js-samples icon indicating copy to clipboard operation
js-samples copied to clipboard

Bug: elevation-paths

Open Lionel-Lim opened this issue 1 year ago • 0 comments

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

Lionel-Lim avatar Oct 24 '22 23:10 Lionel-Lim