Advanced Charts Config

infinityssm
infinityssm
@makande
6 years ago
53 posts
Good morning,

In Jamroom4 I was able to code artist rankings to achieve rankings by location that allowed me to show artist current standing on my website. I would like to do this again.

What would be the best way, using Advanced Charts to accomplish this?

The end goal is to let the artist know where they stand locally, nationally and worldwide an accumulation of audio/video streams, profile visits, etc.

Artist Position

Local: 5
National: 25
Worldwide: 230

Any suggestions?
Thanks
updated by @makande: 07/17/18 08:46:14AM
paul
@paul
6 years ago
4,326 posts
The Advance Charts module is invoked by adding charting parameters (chart_days and chart_field) to a jrCore_list call. As with regular jrCore_list calls you can include search parameters so they could be used to return artists by their location.
Unfortunately, by default, the chart parameters can only accept one field, so that would be either audio streams, video streams or visits. To get a single field that is an accumulation of those would require a custom module to be developed.
hth


--
Paul Asher - JR Developer and System Import Specialist
infinityssm
infinityssm
@makande
6 years ago
53 posts
Thanks Paul