I wonder how compatible d3 rendering is with smartphone screens. When the width is 1000 and the height is 600 with a padding of 60, the chart is much too big for the screen. Also there are no scrollbars.
The chart renders with the years on the x-axis starting at 2000 instead of 1994. The y-axis is not visible on the screen.
The JavaScript d3 course seems to be geared for users of PCs, laptops and notebooks that have larger screens. What is acceptable for the rendering. If I render a shoddy chart that passes the tests, is it still acceptable?