更新详情: 1、优化了折线图(3D/2D), 2、分离出CharsService工具类, 3、增加 了对重要API静态配置的ChartsConfig类 4、增加了一个裁剪图片为原形的方法, 5、增加了为图片添加水印的方法 yujianbo-java-tools.jar是本人平时里用到的工具类,分离出来打包成一个单独的jar工具包,里面包括: 1、数据库的一键连接以及增删改查,获取数据库数据直接映射到JavaBean; 2、生成随机验证码(字符或数字或者两者混合); 3、生成二维码(根据文本内容生成二维码); 4、Swing界面的修饰(logo的更改,背景图片的更换,窗口的自适应等) 5、实时更新的image,math,string,date等二次包装的方法 6、借助jfreechart快速绘制图表
2022-06-09 09:42:02 234KB java swing sql chart
1
甘特图Chart控件适用VB
2022-06-08 14:18:54 12.85MB VB 甘特图
1
TradingView JS API Binance Vue.js和JS API集成示例,用于与WebSocket流进行Binance交换。 文章 开始之前 图表库是免费的,但其代码位于GitHub上的私有存储库中。 确保您有权访问此存储库: : 。 如果看到404错误页面,则需要在请求访问该存储库,然后单击“ Get Library按钮。 特征 客户端 Vuejs 2.x @ vue / cli-service(Webpack 4,SASS / SCSS) 服务器端 Fastify.js fastify-http-proxy 安装 为客户端和服务器端安装依赖项。 $ cd client && npm install $ cd server && npm install 将charting_library文件夹从复制到/public文件夹。 图表库的最早支持版本是
2022-06-04 18:53:00 155KB javascript chart charting-library vue
1
chart控件新建线程和委托显示实时数据
2022-06-04 10:43:27 2KB chart
1
软件介绍: Smart Chart是应用于Unity3D的图片插件,功能非常强大,通过它你能在很短的时间内创建各种漂亮的曲线图、拆线图,交互式的设置操作,可自定义编辑器、使用自己喜欢的颜色、字体及背景等。
2022-06-04 09:13:54 11.77MB 其他资源
1
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