* feat: add table chart functionality to dashboards - Introduced new table chart type with corresponding components and configurations. - Updated widget configuration to handle table chart properties. - Enhanced translations and constants to support the new chart type. - Refactored existing components to accommodate the new table chart integration. * fix:format * feat: enhance table chart functionality in dashboards - Added support for x_axis_property in table chart configuration. - Updated validation to ensure x_axis_property is set for table charts. - Enhanced translations to include error messages for missing x_axis_property. - Updated constants to define default metrics for table charts. * chore: added table chart enum * chore: added serializer level validation * feat: add new table chart SVG assets for dashboards - Introduced dark and light mode SVG assets for the table chart. - Updated the helper file to include the new SVG assets in the chart asset map. * Update packages/constants/src/dashboards/dashboards.ts Co-authored-by: Copilot <[email protected]> * Update apps/web/core/store/dashboards/widget.ts Co-authored-by: Copilot <[email protected]> * Update apps/web/core/components/dashboards/widgets/chart-types/table-chart.tsx Co-authored-by: Copilot <[email protected]> * chore: refactor table chart component and update translations - Updated the placeholder text for the X-axis configuration in the widget sidebar. - Refactored the payload handling in the basic config component to use Object.entries for better readability. - Enhanced the table chart component layout for improved responsiveness and added truncation for long text. - Added new translation keys for row placeholders and configuration hints in the i18n files. * added translations --------- Co-authored-by: NarayanBavisetti <[email protected]> Co-authored-by: Copilot <[email protected]>