Benjamin Biegel Report post Posted February 19, 2015 I have a script that plots dots using nv.models.scatterChart(). Although my input in .datum(data) is the same, it varies what dots are on top in the plot. How can I control which dots are on top? The problem is that some of the dots are hidden behind other dots which is not what I want. Thanks Ben Share this post Link to post Share on other sites
Nabajeet Report post Posted February 20, 2015 Hi, It depends on the positioning of the series, the series you place last in the dataset will appear last. Share this post Link to post Share on other sites
Benjamin Biegel Report post Posted February 23, 2015 Thanks for the reply, Nabajeet. But the figures I attached are actually based on the same data series. When I use reactive inputs and browse the website I have made, then sometimes it is not the first series that is shown first, etc. It changes depending on just browsing the website. So I was hoping there was a way to "prioritize" the series? Share this post Link to post Share on other sites
Nabajeet Report post Posted February 24, 2015 Hi, On our side its acting as said earlier the last series is shown on top. Can you send us a scaled down sample so that we can replicate your issue? Share this post Link to post Share on other sites