This topic is locked

Multiple Sparkline Charts Per Record

10/18/2018 1:23:45 PM
PHPRunner General questions
K
klyle author

I want to do a stock/crypto oriented page where where are several small "sparkline" charts per record, maybe like 1 day, 3 day, 7 day, 30 day prices.
I have used the Dashboard to do a single row of linked charts with one list used as the selector for the crypto, and that works.
And I know that Anychart has a .sparkline capability, but not sure how to implement it.
I modified my coinlist table with text fields corresponding to the number of days, and am starting there.
But, I just had the thought that maybe I could steal from the dashboard described above, change the filter value to the coin field from the record, add the sparkline attribute, and that might be easier than doing the includes, queries, etc. myself.
Ideas? Thanks.