UNPKG
@qn-pandora/pandora-visualization
Version:
canary (8.1.9-alpha.0)
latest (13.2.1)
13.2.1
13.2.0
13.1.4
13.1.3
13.1.2
13.1.1
13.1.0
13.0.3
13.0.2
13.0.1
13.0.0
12.4.2
12.4.1
12.4.0
12.3.5
12.3.4
12.3.3
12.3.2
12.3.1
12.3.0
12.2.0
12.1.7
12.1.6
12.1.5
12.1.4
12.1.3
12.1.1
12.1.0
12.0.16
12.0.15
12.0.14
12.0.13
12.0.12
12.0.10
12.0.9
12.0.8
12.0.7
12.0.6
12.0.5
12.0.4
12.0.3
12.0.2
12.0.1
12.0.0
11.1.1
11.0.1
11.0.0
10.7.3
10.7.2
10.7.1
10.7.0
10.6.3
10.6.2
10.6.1
10.6.0
10.5.9-alpha.0
10.5.8
10.5.7
10.5.6
10.5.5
10.5.4
10.5.3
10.5.2
10.5.1
10.5.0
10.4.24
10.4.23
10.4.22
10.4.21
10.4.20
10.4.19
10.4.18
10.4.17
10.4.16
10.4.15
10.4.14
10.4.13
10.4.12
10.4.11
10.4.10
10.4.9
10.4.8
10.4.7
10.4.6
10.4.5
10.4.4
10.4.3
10.4.2
10.4.1
10.4.0
10.3.1
10.3.0
10.2.3
10.2.2
10.2.1
10.2.0
10.1.2
10.1.1
10.1.0
10.0.0
9.1.7
9.1.6
9.1.5
9.1.4
9.1.3
9.1.3-custom-saic.0
9.1.2
9.1.1
9.1.0
9.0.2
9.0.1
9.0.0
8.2.18
8.2.17
8.2.16
8.2.16-alpha.0
8.2.15
8.2.14
8.2.13
8.2.12
8.2.12-alpha.0
8.2.11-alpha.0
8.2.10
8.2.9
8.2.8
8.2.7
8.2.6
8.2.5
8.2.4
8.2.3
8.2.2
8.2.1
8.2.0
8.1.22
8.1.21
8.1.21-alpha.1
8.1.21-alpha.0
8.1.20
8.1.19
8.1.18
8.1.17
8.1.16
8.1.15
8.1.14
8.1.13
8.1.12
8.1.11
8.1.10
8.1.9
8.1.9-alpha.0
8.1.8
8.1.7
8.1.6
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.3
8.0.2
8.0.1
8.0.0
Pandora 通用可视化库
@qn-pandora/pandora-visualization
/
lib
/
base-pandora-visualization
/
services
/
chart-style
/
charts
/
bar
/
bar-base.d.ts
9 lines
(8 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
BaseBarChartStyleService
, {
IBarChartStyle
}
from
'./base'
;
/** * 柱形图的base chartStyleService * 需要处理y轴坐标 */
export
default
abstract
class
SimpleBarChartStyleService
extends
BaseBarChartStyleService
{
constructor
(
options
:
IBarChartStyle
); }