Skip to content

Commit 90fb693

Browse files
committedJun 10, 2012
Merge pull request cdnjs#281 from davidberneda/master
Added teechart.js 1.0.0 library
2 parents 4589a7e + 746da40 commit 90fb693

File tree

2 files changed

+153
-0
lines changed

2 files changed

+153
-0
lines changed
 

‎ajax/libs/teechart/1.0.0/teechart.js

+138
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ajax/libs/teechart/package.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "teechart",
3+
"filename": "teechart.js",
4+
"version": "1.0.0",
5+
"description": "TeeChart 100% JavaScript is a charting library that plots charts to all compatible browsers in native javascript format using the HTML5 Canvas. Live charts support mouse/touch zoom, scroll, tooltips, sliders and many styles like Bar, Line, Area, Point, Scatter, Bubble, Pie, Donut, Candle OHLC. Free for non-commercial use.",
6+
"homepage": "http://steema.com/teechart/html5",
7+
"keywords": ["charting", "graphing", "chart", "charts", "plot", "plots", "graph", "graphing", "html5", "canvas", "pie", "bubble", "bar", "line", "point",
8+
"scatter", "tape", "candle", "ohlc", "financial", "smooth", "stock", "donut", "area", "spline"],
9+
"maintainers": [
10+
{
11+
"name": "david berneda (Steema Software)",
12+
"web": "http://steema.com/"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)
Please sign in to comment.