Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(AreaChart): add area chart #1265

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

feat(AreaChart): add area chart #1265

wants to merge 12 commits into from

Conversation

elmartinezc
Copy link
Member

No description provided.

Copy link
Contributor

github-actions bot commented Mar 12, 2025

Coverage Report for ./packages/components/

Status Category Percentage Covered / Total
🔵 Lines 28.66% 5560 / 19395
🔵 Statements 28.66% 5560 / 19395
🔵 Functions 63.69% 665 / 1044
🔵 Branches 76.96% 979 / 1272
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/components/src/components/public.ts 0% 0% 0% 0% 1-96
packages/components/src/components/AreaChart/AreaChart.tsx 0% 0% 0% 0% 1-73
packages/components/src/components/AreaChart/index.ts 0% 0% 0% 0% 1-5
packages/components/src/components/AreaChart/view.ts 100% 100% 100% 100%
packages/components/src/components/AreaChart/components/Area/Area.tsx 0% 0% 0% 0% 1-55
packages/components/src/components/AreaChart/components/Area/index.ts 0% 0% 0% 0% 1-4
packages/components/src/components/AreaChart/components/Area/view.ts 100% 100% 100% 100%
packages/components/src/components/AreaChart/components/AreaDot/AreaDot.tsx 0% 100% 100% 0% 4-25
packages/components/src/components/AreaChart/components/AreaDot/index.ts 0% 0% 0% 0% 1
packages/components/src/components/AreaChart/stories/Default.stories.tsx 0% 100% 100% 0% 2-117
packages/components/src/components/CartesianGrid/CartesianGrid.tsx 0% 100% 100% 0% 2-24
packages/components/src/components/CartesianGrid/index.ts 0% 0% 0% 0% 1-4
packages/components/src/components/CartesianGrid/view.ts 100% 100% 100% 100%
packages/components/src/components/ChartTooltip/ChartTooltip.tsx 0% 100% 100% 0% 2-64
packages/components/src/components/ChartTooltip/index.ts 0% 0% 0% 0% 1-4
packages/components/src/components/ChartTooltip/view.ts 100% 100% 100% 100%
packages/components/src/components/ChartTooltip/components/TooltipContent.tsx 0% 0% 0% 0% 1-59
packages/components/src/components/ChartTooltip/components/index.ts 0% 0% 0% 0% 1
packages/components/src/components/Legend/Legend.tsx 0% 100% 100% 0% 2-33
packages/components/src/components/Legend/index.ts 0% 0% 0% 0% 1-4
packages/components/src/components/Legend/view.ts 100% 100% 100% 100%
packages/components/src/components/Legend/components/LegendContent/LegendContent.tsx 0% 100% 100% 0% 2-46
packages/components/src/components/Legend/components/LegendContent/index.ts 0% 0% 0% 0% 1
packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx 0% 0% 0% 0% 1-22
packages/components/src/components/Legend/components/LegendItem/index.ts 0% 0% 0% 0% 1
packages/components/src/components/Popover/components/PopoverTip/PopoverTip.tsx 0% 100% 100% 0% 2-18
packages/components/src/components/Popover/components/PopoverTip/index.ts 0% 0% 0% 0% 1
packages/components/src/components/XAxis/XAxis.tsx 0% 100% 100% 0% 2-35
packages/components/src/components/XAxis/index.ts 0% 0% 0% 0% 1-4
packages/components/src/components/XAxis/view.ts 100% 100% 100% 100%
packages/components/src/components/YAxis/YAxis.tsx 0% 100% 100% 0% 2-38
packages/components/src/components/YAxis/index.ts 0% 0% 0% 0% 1-4
packages/components/src/components/YAxis/view.ts 100% 100% 100% 100%
packages/components/src/views/AreaChartView.tsx 0% 100% 100% 0% 3-12
packages/components/src/views/AreaView.tsx 0% 100% 100% 0% 3-12
packages/components/src/views/CartesianGridView.tsx 0% 100% 100% 0% 3-16
packages/components/src/views/ChartTooltipView.tsx 0% 100% 100% 0% 3-15
packages/components/src/views/LegendView.tsx 0% 100% 100% 0% 3-12
packages/components/src/views/XAxisView.tsx 0% 100% 100% 0% 3-12
packages/components/src/views/YAxisView.tsx 0% 100% 100% 0% 3-12
Generated in workflow #2276 for commit a2218c5 by the Vitest Coverage Report Action

@elmartinezc elmartinezc temporarily deployed to github-pages-preview March 12, 2025 12:20 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview-storybook March 12, 2025 12:20 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview March 12, 2025 12:23 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview-storybook March 12, 2025 12:23 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview March 12, 2025 12:34 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview-storybook March 12, 2025 12:34 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview-storybook March 12, 2025 12:54 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview March 12, 2025 12:54 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview-storybook March 12, 2025 16:01 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview March 12, 2025 16:01 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview-storybook March 12, 2025 16:05 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview March 12, 2025 16:05 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview March 13, 2025 08:24 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview-storybook March 13, 2025 08:24 — with GitHub Actions Inactive
@elmartinezc elmartinezc changed the title feat: add area chart feat(AreaChart): add area chart Mar 13, 2025
@elmartinezc elmartinezc marked this pull request as ready for review March 13, 2025 08:57
elmartinezc and others added 2 commits March 18, 2025 09:43
* 'main' of github.com:mittwald/flow:
  chore(release): bump version to 0.2.0-alpha.95
  feat(AccentBox): add accent box component (#1279)
  chore(release): bump version to 0.2.0-alpha.94
  fix(Modal): fix unwanted resize in off canvas (#1282)
  chore(release): bump version to 0.2.0-alpha.93
  Update default exports (#1280)
  chore(release): bump version to 0.2.0-alpha.92
  feat: throw error if remote rendering fails
  chore(release): bump version to 0.2.0-alpha.91
  fix(LightBox): close on click outside everywhere (#1278)
  chore(release): bump version to 0.2.0-alpha.90
  fix(Text): remove white-space pre-line (#1277)
  chore(release): bump version to 0.2.0-alpha.89
  fix: change default exports to fix storybooks (#1269)
  chore(release): bump version to 0.2.0-alpha.88
  refactor(Text): update line break behavior (#1268)
  fix(Table): add required columns (#1267)
  feat(Chat): scroll to bottom (#1266)
@elmartinezc elmartinezc temporarily deployed to github-pages-preview-storybook March 18, 2025 13:05 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview March 18, 2025 13:05 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview-storybook March 18, 2025 15:37 — with GitHub Actions Inactive
@elmartinezc elmartinezc temporarily deployed to github-pages-preview March 18, 2025 15:37 — with GitHub Actions Inactive
@Lisa18289
Copy link
Member

Die Docs dazu fehlen noch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants