File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -441,4 +441,10 @@ server<-function(input,output)
441
441
442
442
443
443
})
444
+
445
+
446
+ # what is the type of Data storage at work
447
+ output $ DataStorageWork <- renderHighchart({
448
+
449
+ })
444
450
}
Original file line number Diff line number Diff line change @@ -507,14 +507,34 @@ dashboardPage(
507
507
508
508
),
509
509
510
- # pie chart of most used data at work
510
+
511
+ # bar chart of most used data at work
511
512
box(
512
513
513
514
highchartOutput(" Datatype" ),
514
515
width = 12
515
516
) ,# end box
516
517
br(),
517
518
519
+
520
+ h3(" What is the type of Data storage at Work" ,align = " center" ),
521
+
522
+ # Type of data storage at work
523
+ box(
524
+
525
+ selectInput(" industry8" ,label = " Select Industry" ,
526
+ choices = TopIndustry [,1 ]),
527
+
528
+ width = 12
529
+ ),
530
+ box(
531
+
532
+ highchartOutput(" DataStorageWork" ),
533
+ width = 12
534
+ ) ,
535
+
536
+
537
+
518
538
h3(" What is the size of dataset used at work" ,align = " center" ),
519
539
br(),
520
540
You can’t perform that action at this time.
0 commit comments