You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.
In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.
If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to [email protected]. Please attach the issue link if it's a technical questions.
If you are interested in the project, you may also subscribe our mail list.
What problem does this feature solve?
一个系列里的数据差异很大,最大的超过1000,最小的小于10,图表中小的柱子就很小,可否设置成Y轴变成两段,类似于这个https://upload-images.jianshu.io/upload_images/2077826-41fe06f658733647.png?imageMogr2/auto-orient/strip|imageView2/2。
The data size in one series were different, for example, biggest one could bigger than 1000, samllest one could less then 10, is it possible to cut off yAxis into two range. 0 ~ 50. 1000~1500.
What does the proposed API look like?
{
cutoff:true,
range:[
[0,50],
[1000,1500]
]
}
The text was updated successfully, but these errors were encountered: