A minimal example, this should render 10 points, but it only renders 1 currently ```r plot_ly(x = 1:10, y = 1:10, size = I(30)) ``` <img width="830" alt="screen shot 2019-03-06 at 4 53 39 pm" src="https://user-images.githubusercontent.com/1365941/53919708-76f6bb80-4030-11e9-8d7c-d63cfc41fb4d.png"> Note the current CRAN version (4.8.0) also has this problem