chartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchartchart
2022-06-02 11:05:02 252KB jfreechart
google chart 画图小例子,下载了生成图表需要的js 和 css,不用联网,可本地生成图表。
2022-06-01 15:31:49 465KB googleChart 本地运行 不用联网 tooltip.css
1
ChartDirector C# Demo 饼图,柱状等 有Demo就是好 // The data for the chart double[] data = {5.5, 3.5, -3.7, 1.7, -1.4, 3.3}; string[] labels = {"Jan", "Feb", "Mar", "Apr", "May", "Jun"}; // Create a XYChart object of size 200 x 190 pixels XYChart c = new XYChart(200, 190); // Set the plot area at (30, 20) and of size 140 x 140 pixels c.setPlotArea(30, 20, 140, 140); // Configure the axis as according to the input parameter if (img == "0") { c.addTitle("No Axis Extension", "Arial", 8); } else if (img == "1") { c.addTitle("Top/Bottom Extensions = 0/0", "Arial", 8); // Reserve 20% margin at top of plot area when auto-scaling c.yAxis().setAutoScale(0, 0); } else if (img == "2") { c.addTitle("Top/Bottom Extensions = 0.2/0.2", "Arial", 8); // Reserve 20% margin at top and bottom of plot area when auto-scaling c.yAxis().setAutoScale(0.2, 0.2); } else if (img == "3") { c.addTitle("Axis Top Margin = 15", "Arial", 8); // Reserve 15 pixels at top of plot area c.yAxis().setMargin(15); } else { c.addTitle("Manual Scale -5 to 10", "Arial", 8); // Set the y axis to scale from -5 to 10, with ticks every 5 units c.yAxis().setLinearScale(-5, 10, 5); } // Set the labels on the x axis c.xAxis().setLabels(labels); // Add a color bar layer using the given data. Use a 1 pixel 3D border for the // bars. c.addBarLayer3(data).setBorderColor(-1, 1); // Output the chart viewer.Image = c.makeWebImage(Chart.PNG); // Include tool tip for the chart viewer.ImageMap = c.getHTMLImageMap("", "", "title='ROI for {xLabel}: {value}%'")
2022-05-28 20:22:45 1.38MB Chart Director C# Demo
1
公司最近要为某国企做一个**统计和管理系统, 具体要求包含  •Excel导入导出  •根据导入的数据进行展示报表  •图表展示(包括柱状图,折线图,饼图),而且还要求要有动画效果,扁平化风格  •Excel导出,并要提供客户端来管理Excel 文件  •…   要求真多!  现在总算是完成了,于是将我的经验分析出来。  ——————————————————————————– 在整个项目架构中,首先就要解决Excel导入的问题。  由于公司没有自己的框架做Excel IO,就只有通过其他渠道了。  嗯,我在github上找到了一个开源库xlsx,通过npm方式来安装。  npm i
2022-05-28 19:50:20 212KB c ce chart
1
完全自己制作,使用Tchart控件画图实例。实例程序,带有源码,直接可用,c++builder的精彩编程!!
2022-05-23 11:22:03 405KB chart
1
Vue-Tree-Chart. vue树形图 可以搭建组织架构图.
2022-05-20 12:20:30 34.14MB 前端
1
WPF winform chart 各种数据绑定方式,可以使用VS2010直接打开。
2022-05-16 22:15:33 87KB WPF winform chart
1
课程设计,以二进制形式读取文件,然后在双通道中以曲线图形式显示出来,使用插件visifire。
2022-05-16 13:30:40 1.05MB chart
1
高可用postgres helm chart安装包
2022-05-12 09:04:42 2.51MB chart postgresHA
1
工作需要绘制一张可动态添加的折线图,经过筛选,选择MPAndroidChart:v3.1.0。 **使用方法:** 1、添加build gradle 在项目的build gradle中上述位置中添加“maven { url ‘https://jitpack.io’ }”这串代码。 在APP的build gradle的dependencies中添加 implementation ‘com.github.PhilJay:MPAndroidChart:v3.1.0’依赖。 在插入折线图的activity中添加如下代码,自行调整位置等。 在项目中新建一个javal类,效果如下图所示:
2022-05-11 16:24:47 79KB ar art chart
1