Highcharts-增加图例鼠标悬停时饼图的亮度

时间:2017-04-18 21:03:21

标签: highcharts angular2-highcharts

我可以在图例鼠标悬停时增加切片的亮度。我的plnkr在下面。当我将鼠标悬停在图例https://plnkr.co/edit/yzXLz7AIDoWa1Pzxxl4k?p=preview上时,我也可以在切片上显示值。

我的传奇如下

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 100px; // 35em;
    overflow: hidden;
    position: relative;
    width: auto;
    clear:both; /* <-- */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
    clear:right; /* <--- */
}

0 个答案:

没有答案