novus / nvd3

A reusable charting library written in d3.js
http://nvd3.org/
Other
7.22k stars 2.14k forks source link

Bullet Chart won't get resized based on the window size. #1706

Open codepenman opened 8 years ago

codepenman commented 8 years ago

Steps to reproduce the bug:

  1. Load a bullet chart with data as shown below return { "title":"Revenue", "subtitle":"US$, in thousands", "ranges":[150,225,300], "measures":[220], "markers":[250] };
  2. You will see the graph as shown below. image
  3. Try to resize the window as shown below, and you can see some part of bullet chart is cut. image

I hope I am clear from my side. Please let me know if any further explanation is required on the bug I have raised.

liquidpele commented 8 years ago

Huh, that's weird. If fix it please send a pull request :)