echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] `yAxis.max/yAxis.min` of DataShadow(mini chart) in `dataZoom.slider`

Open Airkro opened this issue 4 years ago • 3 comments

What problem does this feature solve?

1645527584(1)

would be better when yAxis has limit

What does the proposed API look like?

dataZoom: [{
   showDataShadow: false
   dataShadow: {
      yAxis: {
         min: 10,
         max: 100
      }
   }
}]

Airkro avatar Feb 22 '22 11:02 Airkro

Hi, can you be more specific about why this requirement is needed?

Ovilia avatar Feb 23 '22 08:02 Ovilia

Without limitation, the line chart in the slider will easily look like a straight line (when a few points are too big or too small)

image

Airkro avatar Feb 23 '22 09:02 Airkro

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

github-actions[bot] avatar Feb 23 '24 21:02 github-actions[bot]

bump

Airkro avatar Feb 26 '24 01:02 Airkro

It seems to me that by setting the range of y limits, makes it confusing to the big picture.

Ovilia avatar Feb 26 '24 07:02 Ovilia