码迷,mamicode.com
首页 >  
搜索关键字:bar chart    ( 6542个结果
BootStrap入门教程 (四)
上讲回顾:Bootstrap组件丰富同时具有良好可扩展性,能够很好地应用在生产环境。这些组件包括按钮(Button),导航(Navigation),缩略图(thumbnails),提醒(Alert),进度条(progress bar)等,能够很好减少前端工程师的代码量,实现更加丰富充实的页面。 .....
分类:其他好文   时间:2014-08-12 18:45:44    阅读次数:226
Winform的Chart控件使用笔记
这里记录在使用Winform的Chart控件过程中发现的一些技巧点。1. 撤销所有放大动作 chart1.ChartAreas[0].AxisX.ScaleView.ZoomReset(1); —— 撤销一次放大动作 chart1.ChartAreas[0].AxisX.ScaleView.Zo.....
分类:Windows程序   时间:2014-08-12 10:08:33    阅读次数:365
XCL-Charts强大的仪表盘
XCL-Charts中的仪表盘是我封装的最麻烦的图之一。原因嘛,用过的人都知道,这类图太有特色了,要弄出一个适用于大部份情况的封装出来实在不容易。 还好,经过一翻折腾,总算搞出来一套自已感觉还行的方法。    先展示下效果:    还可以吧。      这类图封装分开看,从总布局角度看分为180,270,90,360等不同角度的仪表盘。从内容看则主要有两个部份的难点,丰富多彩的...
分类:其他好文   时间:2014-08-10 13:00:00    阅读次数:341
amazon 面经4
Round 1(Bar Raiser):Complete discussion on my project.Suppose you have a file with billion entries and you have to sort the data of a file according t...
分类:其他好文   时间:2014-08-10 08:07:59    阅读次数:191
Trapping Rain Water
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. 1...
分类:移动开发   时间:2014-08-10 01:34:09    阅读次数:375
iOS7下status bar相关问题的解决方法
转载自:http://blog.csdn.net/volcan1987/article/details/14227313iOS7里status bar的实现跟iOS6下有写不一样,前段时间碰到了这个问题,今天总结下首先网上有很多解决办法,但是有些我觉得并没有按照苹果的思路来,比如把UIViewCon...
分类:移动开发   时间:2014-08-08 20:48:36    阅读次数:233
iOS 修改状态栏颜色
1.首先,苹果把UIViewControllerBasedStatusBarAppearance默认的值设为YES,是有他的道理的,新系统下,苹果希望我们的viewcontroller去控制status bar,也就是说,我们大多数的界面应该是统一的,偶尔一些viewcontroller需要stat...
分类:移动开发   时间:2014-08-08 20:40:06    阅读次数:226
在iOS7中修改状态栏字体的颜色
状态栏的字体为黑色:UIStatusBarStyleDefault  状态栏的字体为白色:UIStatusBarStyleLightContent 一、在info.plist中,将View controller-based status bar appearance设为NO 状态栏字体的颜色只由下面的属性设定,默认为白色: // default is UIStatu...
分类:移动开发   时间:2014-08-08 18:14:36    阅读次数:250
Echart饼图、柱状图、折线图(pie、bar、line)添加点击事件
var myChart= echarts.init(document.getElementById('myChart'));            myChart.on('click', function (param) {                        alert('点击了我!');             }); Echart事件参数可以去config.js查找...
分类:其他好文   时间:2014-08-08 12:49:45    阅读次数:772
[leetcode]Trapping Rain Water
Trapping Rain WaterGivennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to tr...
分类:移动开发   时间:2014-08-08 12:30:45    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!