码迷,mamicode.com
首页 >  
搜索关键字:series    ( 1758个结果
Hightcharts 学习
Highcharts主要组成通常情况下,Highcharts包含标题(Title)、坐标轴(Axis)、数据列(Series)、数据提示框(Tooltip)、图例(Legend)、版权信息(Credits)等,高级的还包括导出功能按钮(Exporting)、标示线(PlotLines)、标示区域(P...
分类:其他好文   时间:2015-02-01 17:25:14    阅读次数:174
[Documentation]UIImageView官方文档中文翻译
An image view object provides a view-based container for displaying either a single image or for animating a series of images. For animating the image...
分类:其他好文   时间:2015-01-31 19:11:12    阅读次数:269
ZOJ 3529 A Game Between Alice and Bob (分解质因数+Nim博弈)
A Game Between Alice and BobTime Limit:5 Seconds Memory Limit:262144 KBAlice and Bob play the following game. A series of numbers is written on the bl...
分类:其他好文   时间:2015-01-28 21:06:02    阅读次数:334
欧拉计划(python) problem 8
Largest product in a series Problem 8 The four adjacent digits in the 1000-digit number that have the greatest product are 9 × 9 × 8 × 9 = 5832. 73167176531330624919225119674426574742355349...
分类:编程语言   时间:2015-01-26 22:46:14    阅读次数:357
MsChart,饼状图
HTML后台代码:(dt为数据源)数据库中数据Sample1 Chart1.Series["Series1"].Label = "#PERCENT{P}";//百分比形式2 Chart1.Series["Series1"].Points.DataBind(dt.DefaultView, "Resul...
分类:其他好文   时间:2015-01-24 20:00:40    阅读次数:407
工作中的英语积累9
1.国内   domestic 2.附加   affixs 3.系统集成  system  integration 4.并联  parallel 5.串联  series 6.耗散因数   dissipation 7.线性度    linearity 8.偏置电流隔离   bias current isolation 9.测量端子  measurement terminal 10...
分类:其他好文   时间:2015-01-24 17:21:59    阅读次数:172
The ABC of Perl : My First Perl Program
Hi everyone. Today I will start a new series of esssays introducing the elementary knowledge of Perl, a computer language of which probably many of u....
分类:其他好文   时间:2015-01-21 19:49:19    阅读次数:271
清空highcharts数据
1:清空highcharts图表的数据我们常用的方法就是remove()var seriesList = chart.series; //获得图表的所有序列//通过for循环删除序列数据for(var i = 0;i<seriesList.length;i++){ chart.series[...
分类:其他好文   时间:2015-01-20 23:47:36    阅读次数:954
echarts2.0.4单文件引入使用
需要引入的相关文件引入es1.jsecharts-plain-map.jsechart.js相关图的公共方法:/** *echarts折线图 *@paramcategories横坐标 *@paramseries数据列 *@paramid图ID *@paramtargetnames类项目(对应图例) */ functioninitLineEcharts(categories,series,id,targetnames){ vardom..
分类:其他好文   时间:2015-01-19 19:17:41    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!