|
|
@@ -474,7 +474,8 @@ function part2ExportFun() {
|
|
474
|
474
|
barColor: 'rgb(135,206,235)',
|
|
475
|
475
|
barWidth: 8,
|
|
476
|
476
|
initValue:dataScore[0],
|
|
477
|
|
- roundCorner: true
|
|
|
477
|
+ roundCorner: true,
|
|
|
478
|
+ maxValue:5000
|
|
478
|
479
|
// percentage: true
|
|
479
|
480
|
});
|
|
480
|
481
|
$('.text1').radialIndicator({
|
|
|
@@ -483,7 +484,8 @@ function part2ExportFun() {
|
|
483
|
484
|
barColor: 'rgb(135,206,235)',
|
|
484
|
485
|
barWidth: 8,
|
|
485
|
486
|
initValue:dataScore[1],
|
|
486
|
|
- roundCorner: true
|
|
|
487
|
+ roundCorner: true,
|
|
|
488
|
+ maxValue:5000
|
|
487
|
489
|
// percentage: true
|
|
488
|
490
|
});
|
|
489
|
491
|
$('.text2').radialIndicator({
|
|
|
@@ -492,7 +494,8 @@ function part2ExportFun() {
|
|
492
|
494
|
barColor: 'rgb(135,206,235)',
|
|
493
|
495
|
barWidth: 8,
|
|
494
|
496
|
initValue:dataScore[2],
|
|
495
|
|
- roundCorner: true
|
|
|
497
|
+ roundCorner: true,
|
|
|
498
|
+ maxValue:5000
|
|
496
|
499
|
// percentage: true
|
|
497
|
500
|
});
|
|
498
|
501
|
$('.text3').radialIndicator({
|
|
|
@@ -501,7 +504,8 @@ function part2ExportFun() {
|
|
501
|
504
|
barColor: 'rgb(135,206,235)',
|
|
502
|
505
|
barWidth: 8,
|
|
503
|
506
|
initValue:dataScore[3],
|
|
504
|
|
- roundCorner: true
|
|
|
507
|
+ roundCorner: true,
|
|
|
508
|
+ maxValue:5000
|
|
505
|
509
|
// percentage: true
|
|
506
|
510
|
});$('.text4').radialIndicator({
|
|
507
|
511
|
radius: 40,
|
|
|
@@ -509,7 +513,8 @@ function part2ExportFun() {
|
|
509
|
513
|
barColor: 'rgb(135,206,235)',
|
|
510
|
514
|
barWidth: 8,
|
|
511
|
515
|
initValue:dataScore[4],
|
|
512
|
|
- roundCorner: true
|
|
|
516
|
+ roundCorner: true,
|
|
|
517
|
+ maxValue:5000
|
|
513
|
518
|
// percentage: true
|
|
514
|
519
|
});$('.text5').radialIndicator({
|
|
515
|
520
|
radius: 40,
|
|
|
@@ -517,7 +522,8 @@ function part2ExportFun() {
|
|
517
|
522
|
barColor: 'rgb(135,206,235)',
|
|
518
|
523
|
barWidth: 8,
|
|
519
|
524
|
initValue:dataScore[5],
|
|
520
|
|
- roundCorner: true
|
|
|
525
|
+ roundCorner: true,
|
|
|
526
|
+ maxValue:5000
|
|
521
|
527
|
// percentage: true
|
|
522
|
528
|
});$('.text6').radialIndicator({
|
|
523
|
529
|
radius: 40,
|
|
|
@@ -525,7 +531,8 @@ function part2ExportFun() {
|
|
525
|
531
|
barColor: 'rgb(135,206,235)',
|
|
526
|
532
|
barWidth: 8,
|
|
527
|
533
|
initValue:dataScore[6],
|
|
528
|
|
- roundCorner: true
|
|
|
534
|
+ roundCorner: true,
|
|
|
535
|
+ maxValue:5000
|
|
529
|
536
|
// percentage: true
|
|
530
|
537
|
});
|
|
531
|
538
|
$('.text7').radialIndicator({
|
|
|
@@ -534,7 +541,8 @@ function part2ExportFun() {
|
|
534
|
541
|
barColor: 'rgb(135,206,235)',
|
|
535
|
542
|
barWidth: 8,
|
|
536
|
543
|
initValue:dataScore[7],
|
|
537
|
|
- roundCorner: true
|
|
|
544
|
+ roundCorner: true,
|
|
|
545
|
+ maxValue:5000
|
|
538
|
546
|
// percentage: true
|
|
539
|
547
|
});
|
|
540
|
548
|
}
|