文件名称:highchart-server:提供 HighCharts 从 URL 参数生成的静态图表图像(png 文件)
文件大小:269KB
文件格式:ZIP
更新时间:2024-07-05 06:46:36
JavaScript
入门
git clone git@github.com:rmcvey/highchart-server.git
npm install
node server.js
用法
服务器在端口 3004 上运行,欢迎您将其更改为您喜欢的任何内容。 图表在服务器上生成,并直接从端点请求作为 png 文件提供(尽管它们也可以作为静态文件访问)。
折线图和面积图
终点: /chart/line
查询字符串参数:
data: comma-separated list of values
cols: comma-separated list of yAxis labels
title: chart title
xName: labels for x-axis
yName: label for y-axis
type
【文件预览】:
highchart-server-master
----highcharts-scripts()
--------jquery-1.9.1.min.js(90KB)
--------highcharts-convert.js(17KB)
--------highstock.js(201KB)
--------highmaps.js(171KB)
--------highcharts.js(158KB)
----tmp()
--------.keepdir(0B)
----chart-endpoints.js(2KB)
----models()
--------chart.js(3KB)
----server.js(1KB)
----example-line.png(16KB)
----example-pie.png(18KB)
----README.md(1KB)
----.gitignore(25B)
----package.json(556B)