UNPKG
echarts-bus
Version:
latest (5.4.6)
5.4.6
5.4.5
5.4.5-beta.1
5.4.4
5.4.3
5.4.3-beta1
5.4.2
魔改的Echarts,具有同时切换主题的功能
github.com/adoin/echarts-bus
adoin/echarts-bus
echarts-bus
/
types
/
src
/
chart
/
boxplot
/
boxplotLayout.d.ts
7 lines
(6 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
GlobalModel
from
'../../model/Global.js'
;
export
interface
BoxplotItemLayout
{
ends
:
number
[][];
initBaseline
:
number
; }
export
default
function
boxplotLayout
(
ecModel
:
GlobalModel
):
void
;