dreamRs / apexcharter

:bar_chart: R Htmlwidget for ApexCharts.js
https://dreamrs.github.io/apexcharter
Other
138 stars 15 forks source link

Group bug? #30

Closed chriswweibo closed 3 years ago

chriswweibo commented 3 years ago

I use apex to draw scatter plot. But strange thing happened. The iris dataset has 150 records. Usingapex(iris,type = 'scatter', aes(x=Sepal.Length,y=Sepal.Width)). the plot is right. image

But if group var is added, and using apex(iris,type = 'scatter', aes(x=Sepal.Length,y=Sepal.Width,group=Species)). The scatters get few. image

Is it a bug?

pvictor commented 3 years ago

Yes that's a bug, thanks for reporting it.

Victor

pvictor commented 3 years ago

Fixed on GitHub, I'll submit to CRAN soon.

Victor