css更改placeholder
摘要:1.加入!important 2.但是不建议使用https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-input-placeholder 3.调试,在settings里面设置
阅读全文
posted @
2017-05-25 15:07
懒人猫
阅读(3724)
推荐(0)
highcharts在backbone中APP不出现扇形
摘要:在backbone中,APP不出现扇形, 1.引用highcharts,而不是highcharts.min.js,保证highcharts是最新版本
阅读全文
posted @
2017-05-17 19:24
懒人猫
阅读(174)
推荐(0)
highcharts在iframe中,鼠标滑过一直在闪动的问题,兼容ie7,8 window.parent
摘要:highCharts在iframe中,鼠标滑过时,会一直闪动,解决方案: 1.看引用的js版本是否过低,可以引用jquery-1.8.2.min.js,highcharts.js 2.使用iframe单独嵌套一个页面, //解决ie7,8下的兼容问题,直接调用窗口的父元素给需要的地方,不需要通过传参
阅读全文
posted @
2017-05-15 21:28
懒人猫
阅读(1032)
推荐(0)
highcharts常用设置
摘要:Highcharts基础教程:图例(Legend) //https://www.evget(删除).com/article/2016/7/15/24503.html 1.highcharts设置legend为正方形
阅读全文
posted @
2017-05-10 16:07
懒人猫
阅读(1740)
推荐(0)