iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 27
0
自我挑戰組

資料處理以及視覺化系列 第 27

R語言-第二十七天 Shiny - Box 背景 各項調整

  • 分享至 

  • xImage
  •  

今天換介紹如何更改 Shiny 裡面 Box的各個地方

當然也是可以藉由shinydashboard裡支援的去改背景顏色

但那些顏色實在是......

所以同樣的藉由HTML去修改

以下提供做法

努力搞懂HTML中........

tags$head(
  tags$style(HTML("
              div.box {
                color : #000000 ;
                background-color: #F9F3EB  ;
                text-align: left;
                border-style: solid;
                border-top-color:#272B30;
                border-bottom-color:#272B30;
                border-left-color:#272B30;
                border-right-color:#272B30;
                  
                border-top-width:7px;
                border-bottom-width:2px;
                border-left-width:2px;
                border-right-width:2px;
                font-family: Microsoft JhengHei, serif;
                font-weight: bold;
                font-size: 14px;
              }
                ")
              )
            )

其實學習中可以發現用HTML改實在是很自由
想改什麼部分都可以
我真希望我趕快學會阿阿阿阿


上一篇
R語言-第二十六天 Shiny - UI 判斷式 conditionalPanel
下一篇
R語言-第二十八天 Shiny - Title 顏色調整、字體
系列文
資料處理以及視覺化30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言