iris |> dplyr::group_by(Species) |> # chained
ec.init(series.param= list(type= 'parallel', lineStyle= list(width=3))) |>
ec.paxis(cols= c('Petal.Length','Petal.Width','Sepal.Width'))
mtcars |> ec.init(
parallelAxis= ec.paxis(mtcars, cols= c('gear','cyl','hp','carb'), nameRotate= 45),
series.param= list(type= 'parallel', smooth= TRUE)
)
Run the code above in your browser using DataLab