function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Steve_WSteve_W 

row limit and behaviour on click when using analytics:reportChart in a vf page

I am using <analytics:reportChart> in a VF page on my Account Page layout and am wondering if there is a way to do two things.

1. can i have a row limit on my chart? the source is a summary report.
2. can i control the behaviour when a user clicks on the report chart to either open in a new tab or prevent any action entirely.
 
<analytics:reportChart cacheResults="false" developerName="Account_Order_count_by_Print_Item" filter="[{column:'Account.Id',operator:'equals',value:'{!Account.Id}'}]" size="small"></analytics:reportChart>

Thanks