File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ## <small >1.1.6 (2020-06-05)</small >
2+ - 🐞fix: pieLabel类型不兼容 (#1132 ) ([ 884fd8d] ( https://github.com/antvis/g2plot/commit/884fd8d ) )
3+
14## <small >1.1.5 (2020-05-28)</small >
25- 🐞fix: 图例通过 margin 配置来对齐 (#1132 ) ([ 884fd8d] ( https://github.com/antvis/g2plot/commit/884fd8d ) ), closes [ #1132 ] (https://github.com/
36antvis/g2plot/issues/1132)
Original file line number Diff line number Diff line change 11{
22 "name" : " @antv/g2plot" ,
3- "version" : " 1.1.5 " ,
3+ "version" : " 1.1.6 " ,
44 "description" : " An interactive and responsive charting library" ,
55 "keywords" : [
66 " chart" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export interface ViewConfig {
5757 color ?: string | string [ ] | { } ;
5858 xAxis ?: Axis ;
5959 yAxis ?: Axis ;
60- label ?: Label ;
60+ label ?: Label | any ;
6161 tooltip ?: Tooltip ;
6262 legend ?: Legend ;
6363 animation ?: Animation | boolean ;
You can’t perform that action at this time.
0 commit comments