Conversation
fix: use runtime labels for x and y axes in tooltip
fix: enhance accessibility of legend items with button elements
…pAriaLabels functions
…ia label functions
…roduce Palette type
fix: remove duplicate titleCase function and update title casing logic
* add stories * feat(chart): add intelligent label positioning for line charts - Introduced a new configuration option `useIntelligentLineChartLabels` to enable intelligent positioning of data labels based on segment angles and proximity to the x-axis. - Updated mock data files to include the new configuration option. - Implemented the label positioning algorithm in `labelPositioning.ts`, which classifies line segments into quadrants and determines optimal label placement to avoid overlaps. - Added unit tests for the label positioning algorithm to ensure accuracy across various scenarios. - Modified the `LineChart` component to utilize the new label positioning logic when the configuration option is enabled. - Updated initial state and chart configuration types to include the new option.
* add syncpack package and update packages * fix: test-storybook * update test file
* Consolidate index.html into one place * Rebased dev * Move devTemplate into separate files * Improve dev portal * Sticky urls in dev portal * Rebased dev * Update comment * Show sidebar by default, clean urls * Fix portal vite config
* fix: waffle and data bite feedback * fix: use same color fill + stroke for both tp5 styles
* fix: refactor magic numbers in LinearChart component for improved readability and maintainability * fix: config mutations * feat: extract LeftAxis and LeftAxisGridlines components for improved modularity and maintainability * feat: add BottomAxis component for improved axis rendering in LinearChart * feat: extract VisualizationRenderer component for improved modularity in LinearChart * feat: centralize visualization type constants and improve rendering logic in LinearChart * refactor: simplify LinearChart component by removing unused variables and improving code readability * feat: consolidate tick formatting logic into useTickFormatters hook for improved modularity in LinearChart * refactor: optimize data accessors and memoization in LinearChart for improved performance * feat: extract PairedBarAxis and RightAxis components for improved modularity in LinearChart * refactor: remove phase references from comments and enhance documentation for axis components and tick formatting
* Update .gitignore * Fix for Reverse
* Bump lodash version to ^4.17.23 and add pinning for consistency across packages * Add qs package and update lodash version to ^4.17.23
* Escape Special Characters * Tweak
…ing regions panel, hiding onclick handler for legend
* fix: add Radar chart support for mobile height and improve height calculation * fix: update checkbox display logic for Radar visualization type * fix: hide animations for radar charts * fix: update Radar chart dimensions and default heights for better visibility * fix: adjust Radar chart height and improve button label formatting * fix: remove debug log from RadarChart
* County Level Patterns * WCAG Fix
DEV-11831 Horizon chart fixes
* Default Values fix * Update packages/dashboard/src/helpers/apiFilterHelpers.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/dashboard/src/helpers/apiFilterHelpers.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Normal Shared Filter * Update packages/dashboard/src/helpers/apiFilterHelpers.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/dashboard/src/helpers/apiFilterHelpers.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Naming Cleanup, optimization * More updates * Update packages/dashboard/src/helpers/apiFilterHelpers.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update * Remove over complicated code * Update packages/dashboard/src/helpers/apiFilterHelpers.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/dashboard/src/helpers/apiFilterHelpers.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update packages/dashboard/src/helpers/apiFilterHelpers.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update Tests * Update Test Cases * Update packages/dashboard/src/helpers/addValuesToDashboardFilters.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This reverts commit 0dc612d.
…2576) * fix: brush selection not clearing when brush deactivated * chore: cleanup if
This reverts commit 46c0d5b.
This reverts commit e3001be.
Version migration type error fix
DEV-11625-Feedback
fix: missing option in map data table editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.