Skip to content

Commit

Permalink
area-with-negative sample update
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Aug 24, 2024
1 parent 3b5d6c6 commit 4318a3c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
10 changes: 0 additions & 10 deletions samples/react/area/area-with-negative.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,19 +258,9 @@
fontSize: '14px'
}
},
xaxis: {
type: 'datetime',
axisBorder: {
show: false
},
axisTicks: {
show: false
}
},
yaxis: {
tickAmount: 4,
floating: false,

labels: {
style: {
colors: '#8e8da4',
Expand Down
10 changes: 0 additions & 10 deletions samples/source/area/area-with-negative.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,9 @@ title: {
fontSize: '14px'
}
},
xaxis: {
type: 'datetime',
axisBorder: {
show: false
},
axisTicks: {
show: false
}
},
yaxis: {
tickAmount: 4,
floating: false,

labels: {
style: {
colors: '#8e8da4',
Expand Down
10 changes: 0 additions & 10 deletions samples/vanilla-js/area/area-with-negative.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,19 +241,9 @@
fontSize: '14px'
}
},
xaxis: {
type: 'datetime',
axisBorder: {
show: false
},
axisTicks: {
show: false
}
},
yaxis: {
tickAmount: 4,
floating: false,

labels: {
style: {
colors: '#8e8da4',
Expand Down
10 changes: 0 additions & 10 deletions samples/vue/area/area-with-negative.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,19 +261,9 @@
fontSize: '14px'
}
},
xaxis: {
type: 'datetime',
axisBorder: {
show: false
},
axisTicks: {
show: false
}
},
yaxis: {
tickAmount: 4,
floating: false,

labels: {
style: {
colors: '#8e8da4',
Expand Down

0 comments on commit 4318a3c

Please sign in to comment.