how to add generic chart in Business Central Page. i have added chartpart in Customer List Page but it's not showing.
pageextension 50200 CustomerListExt extends "Customer List"
{
layout
{
addfirst(FactBoxes)
{
chartpart(mychart; "Q5400-01")
{
ApplicationArea = all;
}
}
}
}