What format should be the boxplot [echarts] data to avoid the transform function, is it possible?

Set of parameters [min, Q1, median, Q3, max] for boxplot I have initially, how can I render them in echarts

echarts for boxplot transforms the original data to the set [min, Q1, median, Q3, max], can I avoid this step ? My source data already consists of [min, Q1, median, Q3, max] sets, how do I pass such a set to render?