Skip to content

Commit

Permalink
feat(CarbonCharts): Support Carbon Charts (#1051)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Cedrone <[email protected]>
Co-authored-by: ccedrone <[email protected]>
Co-authored-by: vverein <[email protected]>
  • Loading branch information
4 people committed Jun 5, 2024
1 parent bc54d5f commit fe241f3
Show file tree
Hide file tree
Showing 5 changed files with 7,365 additions and 307 deletions.
5 changes: 5 additions & 0 deletions .changeset/carbon-charts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@react-magma/charts': minor
---

feat(CarbonCharts): Support Carbon Charts
3 changes: 0 additions & 3 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import * as React from 'react';
import { GlobalStyles } from '../packages/react-magma-dom/src/theme/GlobalStyles';
import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport';

import styled from '@emotion/styled';
global._styled = styled;

const withMagma = (StoryFn: Function, context: StoryContext) => {
return (
<div>
Expand Down
Loading

0 comments on commit fe241f3

Please sign in to comment.