Has anyone tried using Plotly or Highchart in R Script Visual of Power BI,
when I try this in R script editor and Run:
library(ggplot2)
library(plotly)
x <- 1:5
y <- c(1, 3, 2, 3, 1)
plot_ly(x = dataset$period, y = dataset$mean, name = "spline", line = list(shape = "spline"