Изменить отображаемый диапазон дат в дэше

Можно ли как-то в конфиге прописать, чтобы на шкале x отображались данные только за определенный интервал? Пробовали добавлять display, также менять значения в параметров в dataZoom, но это не повлекло никаких изменений.

{
frame: {
h: 4,
w: 4,
x: 6,
y: 4,
},
display: {
range: [
1,
20,
],
},
children: [
{
id: ‘67:0’,
title: ‘По месяцам’,
echart: {
xAxis: {
axisLabel: {
fontFamily: ‘“Montserrat, sans-serif”’,
},
},
yAxis: {
axisLabel: {
fontFamily: ‘“Montserrat, sans-serif”’,
},
},
dataZoom: [
{
end: 24,
show: true,
start: 0,
filterMode: ‘empty’,
yAxisIndex: 0,
},
],
},
options: [
‘!DisplaySplitLines’,
‘!DisplayLegend’,
‘!ShowBackground’,
‘!TopBar’,
‘DisplayDataZoom’,
‘ActiveTab’,
],
dataSource: {
koob: ‘ch.dzm_polikliniki_month_dynamics’,
style: {
mnt: {
': {
title: ‘’,
},
},
measures: {
sum1: {
color: ‘#46A3B8’,
title: ‘% посещавших’,
unit_id: 103,
},
sum2: {
color: ‘#6EC165’,
title: ‘прирост’,
unit_id: 109,
},
swtch: {
color: ‘#0082AE’,
title: ‘’,
},
},
measure_nm: {
'
’: {
color: ‘#0082AE’,
echarts: {
series: {
itemStyle: {
borderRadius: 8,
},
barMinHeight: 10,
},
},
},
},
},
xAxis: ‘mnt;day_dt_axis’,
yAxis: ‘measures;measure_nm’,
filters: {
okrug: true,
mo_name: true,
district: true,
sel_date: true,
_full_year: true,
measure_nm: true,
adult_child: true,
parent_mo_name: true,
},
measures: [
‘sum(quantity):sum_quantity’,
],
dimensions: [
‘mnt’,
‘day_dt_axis’,
‘measure_nm’,
],
},
view_class: ‘1II.column’,
onClickDataPoint: “lpe:if(measure_nm = ‘Прирост прикрепленных’ , openModal(dashlet(126)) , null)”,
},
{
id: ‘67:1’,
title: ‘По годам’,
echart: {
xAxis: {
axisLabel: {
fontFamily: ‘“Montserrat, sans-serif”’,
},
},
yAxis: {
axisLabel: {
fontFamily: ‘“Montserrat, sans-serif”’,
},
},
dataZoom: [
{
end: 24,
show: true,
start: 0,
filterMode: ‘empty’,
yAxisIndex: 1,
},
],
},
options: [
‘!DisplaySplitLines’,
‘!DisplayLegend’,
‘!TopBar’,
‘!ShowBackground’,
‘DisplayDataZoom’,
],
dataSource: {
koob: ‘ch.dzm_polikliniki_year_dynamics’,
style: {
mnt: {
': {
title: ‘’,
},
},
measures: {
sum1: {
color: ‘#46A3B8’,
title: ‘% посещавших’,
unit_id: 103,
},
sum2: {
color: ‘#6EC165’,
title: ‘прирост’,
unit_id: 109,
},
swtch: {
color: ‘#00D2CB’,
title: ‘’,
},
sum_quantity: {
color: ‘#00D2CB’,
title: ‘’,
},
},
measure_nm: {
'
’: {
color: ‘#0082AE’,
echarts: {
series: {
itemStyle: {
borderRadius: 16,
},
barMinHeight: 24,
},
},
},
},
},
xAxis: ‘mnt;day_dt_axis’,
yAxis: ‘measure_nm’,
filters: {
okrug: true,
mo_name: true,
district: true,
sel_date: true,
_full_year: true,
measure_nm: true,
adult_child: true,
parent_mo_name: true,
},
measures: [
‘sum(quantity):sum_quantity’,
],
dimensions: [
‘mnt’,
‘day_dt_axis’,
‘measure_nm’,
],
},
view_class: ‘1II.column’,
onClickDataPoint: “lpe:if(measure_nm = ‘Прирост прикрепленных’ , openModal(dashlet(100)) , null)”,
},
],
dataSource: {},
onClickDataPoint: “lpe:if(measure_nm = ‘Прирост прикрепленных’ , openModal(dashlet(100)) , null)”,
view_class: ‘11I.tabs’,
title: ‘Динамика’,
}

deleted this topic