SoYoung210 / soso-tip

🍯소소한 팁들과 정리, 버그 해결기를 모아두는 레포
24 stars 0 forks source link

billboard.js style custom class name들 #24

Open SoYoung210 opened 5 years ago

SoYoung210 commented 5 years ago

Desc

billboard.js 의 line style 등 pcss로 override 하고 있는데 클래스 이름을 찾는것은 참 어렵다.

기록, 공유

Bar Chart

막대그래프

막대 색 변경

image

.bb-chart-bars {
  .bb-shapes {
    .bb-shape:last-child {
      fill: #fe928b !important;
      stroke: #ff0201;
      stroke-dasharray: 3 2;
    }
  }
}

Tooltip

image