File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -1062,20 +1062,20 @@ display: none;
1062
1062
-webkit-filter: grayscale(100%); */
1063
1063
}
1064
1064
.vz-chart-option .img .type-box-pie {
1065
- background-position : 27 px -10px ;
1065
+ background-position : 15 px -10px ;
1066
1066
}
1067
1067
.vz-chart-option .img .type-box-bar {
1068
- background-position : -280 px -235px ;
1068
+ background-position : -295 px -235px ;
1069
1069
}
1070
1070
.vz-chart-option .img .type-box-line {
1071
- background-position : -583 px -7px ;
1071
+ background-position : -600 px -7px ;
1072
1072
}
1073
1073
.vz-chart-option .img .type-box-tabular {
1074
- background-position : -330 px -742px ;
1074
+ background-position : -334 px -742px ;
1075
1075
background-size : 1000px 1250px ;
1076
1076
}
1077
1077
.vz-chart-option .img .type-box-geo {
1078
- background-position : -584 px -460px ;
1078
+ background-position : -600 px -460px ;
1079
1079
}
1080
1080
.vz-chart-option : hover .img {
1081
1081
background-image : url(../ images/chart_types_v340.png);
Original file line number Diff line number Diff line change @@ -301,4 +301,10 @@ jQuery(function ($) {
301
301
$ ( '.slick-prev' ) . removeAttr ( 'disabled' ) . css ( 'pointer-events' , 'all' ) ;
302
302
}
303
303
} ) ;
304
+
305
+ $ ( window ) . bind ( 'pageshow' , function ( ) {
306
+ if ( jQuery ( '.vz-chart-option input' ) . is ( ':checked' ) ) {
307
+ $ ( '#step-1' ) . find ( 'button.disabled' ) . removeClass ( 'disabled' ) ;
308
+ }
309
+ } ) ;
304
310
} ) ;
You can’t perform that action at this time.
0 commit comments