简体   繁体   中英

Kendo Chart Tooltip Template Auto Hide False

I show tooltip template in my kendo ui chart and my chart has 100% width Then When Client hover last series tooltip template overflow page left. Another problem is tooltip hide quickly , can keep it longer time on screen and I do not want to overflow tooltip when width is 100%. How Can I solve it? Is there Any properities autohide false?

You can use Kendo UI tooltip class like example

.k-tooltip-content p {
    width: 400px;
    font-family: Calibri, Helvetica, Sans-Serif;
    text-align: left;
    word-wrap:break-word;
}

You can use all your css combination here... like this example.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM