Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boxplot箱体超限 #19849

Open
rock-Ma opened this issue Apr 19, 2024 · 4 comments
Open

boxplot箱体超限 #19849

rock-Ma opened this issue Apr 19, 2024 · 4 comments
Labels
missing-demo The author should provide a demo. new-feature pending We are not sure about whether this is a bug/new feature.

Comments

@rock-Ma
Copy link

rock-Ma commented Apr 19, 2024

What problem does this feature solve?

在画箱线图boxplot时,指定y轴范围后,箱体超出图表上下限

What does the proposed API look like?

想请教一下有无解决的方法

@echarts-bot echarts-bot bot added the pending We are not sure about whether this is a bug/new feature. label Apr 19, 2024
Copy link

echarts-bot bot commented Apr 19, 2024

@rock-Ma It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED

TITLE

The boxplot box is out of limit

BODY

What problem does this feature solve?

When drawing a boxplot, after specifying the y-axis range, the box exceeds the upper and lower limits of the chart.

What does the proposed API look like?

I would like to ask if there is any solution

@Ovilia Ovilia added the missing-demo The author should provide a demo. label Apr 22, 2024
Copy link

echarts-bot bot commented Apr 22, 2024

@rock-Ma Please provide a demo for the issue either with Official Editor, CodePen, CodeSandbox or JSFiddle.

@rock-Ma
Copy link
Author

rock-Ma commented Apr 22, 2024

option = {
title: [
{
text: '这是一个标题',
left: 'center'
},
],
dataset: [
{
source: [
[850, 740, 900, 1070, 930, 850, 950, 980, 980, 880, 1000, 980, 930, 650, 760, 810, 1000, 1000, 960, 960],
[960, 940, 960, 940, 880, 800, 850, 880, 900, 840, 830, 790, 810, 880, 880, 830, 800, 790, 760, 800],
[880, 880, 880, 860, 720, 720, 620, 860, 970, 950, 880, 910, 850, 870, 840, 840, 850, 840, 840, 840],
[890, 810, 810, 820, 800, 770, 760, 740, 750, 760, 910, 920, 890, 860, 880, 720, 840, 850, 850, 780],
[890, 840, 780, 810, 760, 810, 790, 810, 820, 850, 870, 870, 810, 740, 810, 940, 950, 800, 810, 870]
]
},
{
transform: {
type: 'boxplot',
config: { itemNameFormatter: 'expr {value}' }
}
},
{
fromDatasetIndex: 1,
fromTransformResult: 1
}
],
tooltip: {
trigger: 'item',
axisPointer: {
type: 'shadow'
}
},
xAxis: {
type: 'category',
boundaryGap: true,
nameGap: 30,
},
yAxis: {
type: 'value',
max:800,
},
series: [
{
name: 'boxplot',
type: 'boxplot',
datasetIndex: 1
}
]
};
Uploading image.png…

@rock-Ma
Copy link
Author

rock-Ma commented Apr 22, 2024

When I set the "max" for the y-axis, the excess box is still displayed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing-demo The author should provide a demo. new-feature pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

2 participants