Highcharts - 利用css設置tooltip的樣式

直接使用下面的css  (.highcharts-tooltip>span)選中tooltip,而後設置本身想要的style。css

例如: 我想要給tooltip添加scrollbarspa

code:code

                    .bubble-chart {
                        margin-top: 20px; .highcharts-tooltip { pointer-events: initial !important; > span {
                            max-width: rem(200px);
                            height: rem(46px);
                            overflow: hidden;
                                > .tooltip-box {
                                height: rem(65px);
                                overflow-x: overlay;   
                                }
                            }
                        }
                    }
相關文章
相關標籤/搜索