mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 10:56:02 +00:00

* Feat✨ (#8161) Implement logic to fetch report data part-2 * Fix _get_user_details should return dict not None Type * Format average session * Make user name clickable * Add provision for showing percentage symbol in graph tooltip * Add summary support for entities * Fix format issue * Fix unit tests * Fix labeling issue * Add PageViewsByEntities chart * Add DailyActiveUsers chart * Add description to charts * Fix unit tests * remove startTs Overriding * Address review comment