diff --git a/frontend/dashboard/src/features/community-emotes-statistic/components/community-emotes-details-content.vue b/frontend/dashboard/src/features/community-emotes-statistic/components/community-emotes-details-content.vue index 5600fd65a..84eb2f358 100644 --- a/frontend/dashboard/src/features/community-emotes-statistic/components/community-emotes-details-content.vue +++ b/frontend/dashboard/src/features/community-emotes-statistic/components/community-emotes-details-content.vue @@ -34,24 +34,12 @@ onMounted(() => { if (!chartContainer.value) return chart = createChart(chartContainer.value, { height: 240, - handleScroll: { - horzTouchDrag: false, - mouseWheel: false, - pressedMouseMove: false, - vertTouchDrag: false, - }, autoSize: true, layout: { textColor: 'white', fontFamily: 'Inter', background: { type: ColorType.Solid, color: 'transparent' }, }, - handleScale: { - pinch: false, - mouseWheel: false, - axisDoubleClickReset: false, - axisPressedMouseMove: false, - }, rightPriceScale: { borderColor: '#454545', }, @@ -124,7 +112,7 @@ const tableTab = ref<'top' | 'history'>('top')