We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f3397e + 7652f8b commit a3e0675Copy full SHA for a3e0675
bower.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "highchartTable",
3
+ "version": "1.0.2",
4
+ "homepage": "https://github.com/highchartTable/jquery-highchartTable-plugin",
5
+ "description": "This jQuery plugin provides a simple way to convert HTML data tables to Highcharts graphs.",
6
+ "main": "jquery.highchartTable.js",
7
+ "keywords": [
8
+ "highcharts",
9
+ "chart",
10
+ "table",
11
+ "ui",
12
+ "graphics",
13
+ "graphs"
14
+ ],
15
+ "license": "MIT",
16
+ "ignore": [
17
+ "bower.json",
18
+ "highchartTable.jquery.json",
19
+ "LICENCE",
20
+ "README.md"
21
22
+ "dependencies": {
23
+ "highcharts": "*",
24
+ "jquery": "*"
25
+ }
26
+}
0 commit comments