datastorm-open / rAmCharts

API for Amcharts
48 stars 17 forks source link

[Enhancement] Convert factor column into character column by default #23

Closed happyshows closed 8 years ago

happyshows commented 8 years ago

Hi,

While it's doable outside of the amFunctions, it might just be easier to implement inside them. Would amFunction be able to take both character and factor columns in x-axis?

Example error code

Error in amBarplot(x = c("Quarter"), y = nms, data = dat, labelRotation = 90, : The column Quarter of the dataframe must be character.

ElenaDatak commented 8 years ago

Hi, This problem is solved. Thanks for highlighted.