Предупреждение: ошибка в: GeomInteractivePoint был создан с несовместимой версией ggproto
ggplot(selectedData(), aes(x = sharpe, y = returns, tooltip = fund, data_id = fund, color=sd)) + geom_point_interactive(size=1)
В чем была проблема?
ggplot(selectedData(), aes(x = sharpe, y = returns, tooltip = fund, data_id = fund, color=sd)) + geom_point_interactive(size=1)
В чем была проблема?