码迷,mamicode.com
首页 >  
搜索关键字:chart    ( 1187个结果
Echart使用
Echart是一款图表插件,功能强大,使用简单。Echart官网:https://echarts.baidu.com/examples/#chart-type-line 本文介绍我使用过的折线图以及饼图。 1.折线图: 图表上可以浮动数据: 先贴上官网代码: 图标头部: X轴: Y轴: GetDat ...
分类:其他好文   时间:2019-02-21 12:46:35    阅读次数:224
MTF测试图卡规格
1.Imatest Chart Finder计算图卡大小 测试camera MTF时,需要知道所需要的图卡的大小,Imatest提供了一个网页,只要输入sensor的像素, 镜头的视场角,还有镜头到图卡的距离就可以得出图卡的大小。 网页链接[Imatest Chart Finder](http:// ...
分类:其他好文   时间:2019-02-19 17:42:26    阅读次数:367
图表------折线图
@layout("/common/_container.html"){<div class="ibox float-e-margins"> <div class="ibox-content"> <h3 style="text-align:center;color:red;" id="ts"></h3 ...
分类:其他好文   时间:2019-02-16 15:44:23    阅读次数:168
FusionChart实现金字塔分布图
1、XML提供数据源 Pyramid.xml: <?xml version="1.0" encoding="UTF-8"?> <chart manageresize="1" animation="0" decimals="0" caption="一周分布人数" baseFontSize="18" s ...
分类:其他好文   时间:2019-02-16 13:27:15    阅读次数:381
Eclipse打包发布Tomcat
1、Eclipse工具选中某项目,点击右键-Export-WarFile进行打包war文件,打包chart.war文件默认在eclipse安装包路径下D:\2018\eclipse\jee-oxygen\eclipse找到chart.war文件;2、将chart.war文件拷贝到Tomcat的webapps目录下3、在Tomcatconf目录server.xml中Host节点下配置如下语句<
分类:系统相关   时间:2019-02-14 15:11:06    阅读次数:199
HighCharts 饼图背景色透明
默认的highcharts 背景都是白色,这次项目中需要在highcharts图的后面显示背景图片,所以必须让chart背景透明: function showPie(name){ var a = [ {name:'A',y:100,href:'http://www.baidu.com',color: ...
分类:其他好文   时间:2019-02-04 12:55:49    阅读次数:329
cxgridchart饼状图
var VIEW:TcxGridDBChartView; Level:TcxGridLevel; Series:TcxGridDBChartSeries; begin View := cxGrid1.CreateView(TcxGridDBChartView) as TcxGridDBChartVi ...
分类:其他好文   时间:2019-02-01 15:49:37    阅读次数:206
c# chart控件添加边界值线条以及扩展性功能
最近一致在开发能源平台,平台中很多能耗数据都是通过使用微软的chart控件进行图形呈现的。考虑到要给用户更为直观的呈现效果,需要对原有控件的功能进行扩展。微软chart控件没有第三方样chart样式炫酷,但是胜在可定制性强,中文手册详细,很多效果能够自己写出来。 主要实现功能:1.最大值,最小值,平 ...
分类:Windows程序   时间:2019-01-29 20:28:19    阅读次数:497
P1820 寻找AP数
P1820 寻找AP数 这道题跟那个反素数挺像的,于是就使用了经典的打表。 打表程序: 提交的程序: cpp include using std::cin; using std::cout; using std::endl; define ll long long const int chart[6 ...
分类:其他好文   时间:2019-01-26 18:46:51    阅读次数:243
MySQL DDL 操作实践
根据网上的DDL树状图,自己copy了一份:http://assets.processon.com/chart_image/5c331a29e4b0fa03ce8eb139.png?_=1547952296662对不同版本的addindex的处理方式,这篇文章写得不错:https://www.jb51.net/article/75217.htm~~~~相关实践表结构:CREATETABLE`tt`
分类:数据库   时间:2019-01-21 11:21:15    阅读次数:241
1187条   上一页 1 ... 30 31 32 33 34 ... 119 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!