From 4318a3c4c973b9e9ad26f4fc6d9d7bf8ef62ba37 Mon Sep 17 00:00:00 2001 From: Juned Chhipa Date: Sat, 24 Aug 2024 23:58:13 +0530 Subject: [PATCH] area-with-negative sample update --- samples/react/area/area-with-negative.html | 10 ---------- samples/source/area/area-with-negative.xml | 10 ---------- samples/vanilla-js/area/area-with-negative.html | 10 ---------- samples/vue/area/area-with-negative.html | 10 ---------- 4 files changed, 40 deletions(-) diff --git a/samples/react/area/area-with-negative.html b/samples/react/area/area-with-negative.html index 5e70c9037..295fecba3 100644 --- a/samples/react/area/area-with-negative.html +++ b/samples/react/area/area-with-negative.html @@ -258,19 +258,9 @@ fontSize: '14px' } }, - xaxis: { - type: 'datetime', - axisBorder: { - show: false - }, - axisTicks: { - show: false - } - }, yaxis: { tickAmount: 4, floating: false, - labels: { style: { colors: '#8e8da4', diff --git a/samples/source/area/area-with-negative.xml b/samples/source/area/area-with-negative.xml index 7a4287d2d..4965e55e3 100644 --- a/samples/source/area/area-with-negative.xml +++ b/samples/source/area/area-with-negative.xml @@ -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', diff --git a/samples/vanilla-js/area/area-with-negative.html b/samples/vanilla-js/area/area-with-negative.html index f65ec0b19..a6b140ca8 100644 --- a/samples/vanilla-js/area/area-with-negative.html +++ b/samples/vanilla-js/area/area-with-negative.html @@ -241,19 +241,9 @@ fontSize: '14px' } }, - xaxis: { - type: 'datetime', - axisBorder: { - show: false - }, - axisTicks: { - show: false - } - }, yaxis: { tickAmount: 4, floating: false, - labels: { style: { colors: '#8e8da4', diff --git a/samples/vue/area/area-with-negative.html b/samples/vue/area/area-with-negative.html index 4ea10fd43..dbd63f4bb 100644 --- a/samples/vue/area/area-with-negative.html +++ b/samples/vue/area/area-with-negative.html @@ -261,19 +261,9 @@ fontSize: '14px' } }, - xaxis: { - type: 'datetime', - axisBorder: { - show: false - }, - axisTicks: { - show: false - } - }, yaxis: { tickAmount: 4, floating: false, - labels: { style: { colors: '#8e8da4',