Is there a way to reduce the size of the dots created with bupaR::dotted_chart() in combination with ggplotly()
library(bupaR)
library(eventdataR)
library(edeaR)
library(plotly)
ggplotly(dotted_chart(patients))
Is there a way to reduce the size of the dots created with bupaR::dotted_chart() in combination with ggplotly()
library(bupaR)
library(eventdataR)
library(edeaR)
library(plotly)
ggplotly(dotted_chart(patients))
Copyright © 2021 Jogjafile Inc.
You could use
plotly_buildto modify themarker$sizeper line like this:Created on 2022-09-21 with reprex v2.0.2