datastorm-open / rAmCharts

API for Amcharts
48 stars 16 forks source link

Limit the max value in Radar chart? #54

Closed happyshows closed 8 years ago

happyshows commented 8 years ago

Hi,

I'm building a radar chart to show percentage value, is there a way to limit the lower and upper value to a range so that I can ensure the consistent metrics for it. Thanks.

TitouanRobert commented 8 years ago

Hi,

You can update new version from git and try : data("data_radar") amRadar(data_radar, xlim = c(0, 8))

Best,

happyshows commented 8 years ago

great, thanks.