Skip to content

Commit

Permalink
fix story
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmadom committed Sep 6, 2023
1 parent 62d721f commit 0608db7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/plugins/d3/__stories__/bar-x/Grouped.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const Template: Story = () => {
{
type: 'bar-x',
visible: true,
stacking: 'normal',
data: [
{
category: 'A',
Expand All @@ -45,7 +44,6 @@ const Template: Story = () => {
y: 25,
},
],
stackId: 'min',
name: 'Min',
dataLabels: {
enabled: true,
Expand All @@ -54,7 +52,6 @@ const Template: Story = () => {
{
type: 'bar-x',
visible: true,
stacking: 'normal',
data: [
{
category: 'A',
Expand All @@ -69,7 +66,6 @@ const Template: Story = () => {
y: 200,
},
],
stackId: 'mid',
name: 'Mid',
dataLabels: {
enabled: true,
Expand All @@ -78,7 +74,6 @@ const Template: Story = () => {
{
type: 'bar-x',
visible: true,
stacking: 'normal',
data: [
{
category: 'A',
Expand All @@ -93,7 +88,6 @@ const Template: Story = () => {
y: 205,
},
],
stackId: 'max',
name: 'Max',
dataLabels: {
enabled: true,
Expand Down

0 comments on commit 0608db7

Please sign in to comment.