Takayuki MATSUOKA
|
37ac016f0c
|
Add descriptions to the benchmark charts
|
2015-04-03 08:37:24 +09:00 |
|
Takayuki MATSUOKA
|
faf5d67b90
|
Replace chartselector by Bootstrap's tab.
js/bootstrap-patch.css is copied from the following answer on SO :
http://stackoverflow.com/a/23267110/2132223
|
2015-04-03 06:17:29 +09:00 |
|
Takayuki MATSUOKA
|
90711ef2ca
|
Add Benchmark chart
|
2015-04-02 22:22:58 +09:00 |
|
Takayuki MATSUOKA
|
02e130312d
|
Add js/chartselector.js
|
2015-04-02 16:17:35 +09:00 |
|
Takayuki MATSUOKA
|
5987cb9274
|
Prettify comments (2)
|
2015-04-01 08:20:44 +09:00 |
|
Takayuki MATSUOKA
|
b742a2386a
|
Prettify comments
|
2015-04-01 07:46:11 +09:00 |
|
Takayuki MATSUOKA
|
c3e8a42627
|
Remove js/csvToArray.v.2.1.js
csvToArray is merged to js/rendercharts.js
|
2015-04-01 07:42:22 +09:00 |
|
Takayuki MATSUOKA
|
11679d884a
|
Add js/rendercharts.js
js/rendercharts.js is JavaScript filter which renders <div> tag which has data-csv-props attribute.
js/rendercharts.js invoke Google Charts script for rendering.
"data-csv-props" attribute is custom properties for js/rendercharts.js.
Properties which has "csv" prefix are basic settings for js/rendercharts.js.
"csvSrc" : Source CSV URL
"csvGvType": Google Charts class name
"csvGvPackage": Google Charts package name. See
Each Google Charts class document has "Loading" section
- https://google-developers.appspot.com/chart/interactive/docs/gallery/table#Loading
- https://google-developers.appspot.com/chart/interactive/docs/gallery/combochart#Loading
In this section, you can find "class name" and "package name".
Other properties are "Configuration Options" for specific Google Charts class.
Each class document has "Configuration Options" section
- https://google-developers.appspot.com/chart/interactive/docs/gallery/table#Configuration_Options
- https://google-developers.appspot.com/chart/interactive/docs/gallery/combochart#Configuration_Options
# CSV file format
Each column in CSV header (first) line must contain "type" suffix. Suffix format is "ColumnName:ColumnType".
"ColumnType" must be choosen from the type name { "string", "number", "boolean" }.
CSV example :
```
"Name:string","Salary:number","Full Time Employee:boolean"
Mike,10000,true
Jim,8000,false
Alice,12500,true
Bob,7000,true
```
|
2015-04-01 07:41:31 +09:00 |
|
Takayuki MATSUOKA
|
07bda61bf6
|
Remove garbage files
|
2015-04-01 04:58:59 +09:00 |
|
Takayuki MATSUOKA
|
2481bfe237
|
Add stringToBoolean() conversion function
|
2015-03-31 20:13:32 +09:00 |
|
Takayuki MATSUOKA
|
9716c8e365
|
Add chart examples (proof of concept)
|
2015-03-31 20:00:01 +09:00 |
|
Takayuki MATSUOKA
|
c2b9fcd49b
|
Import csv-to-array
https://code.google.com/p/csv-to-array/
|
2015-03-31 19:54:47 +09:00 |
|
Takayuki MATSUOKA
|
f61a4ae73c
|
Add sample CSVs
- Format of first row is "Name:Type".
- Choose "Type" from { "string", "number", "boolean" }
|
2015-03-31 19:53:59 +09:00 |
|
Takayuki MATSUOKA
|
cb75b3d46e
|
Add heading box
|
2015-03-31 14:17:09 +09:00 |
|
Takayuki MATSUOKA
|
d4de928e94
|
Add navigation bar links
|
2015-03-31 14:16:00 +09:00 |
|
Takayuki MATSUOKA
|
ac8fffb588
|
Change title
|
2015-03-31 14:13:56 +09:00 |
|
Takayuki MATSUOKA
|
ceb3d5af94
|
Add real content
|
2015-03-31 14:13:35 +09:00 |
|
Takayuki MATSUOKA
|
3679615e7c
|
Add Font-Awesome for GitHub icon
http://fortawesome.github.io/Font-Awesome/
|
2015-03-31 13:48:52 +09:00 |
|
Takayuki MATSUOKA
|
d7d6eef5dd
|
Add Navigation bar
|
2015-03-31 13:46:14 +09:00 |
|
Takayuki MATSUOKA
|
844fbc96f0
|
Add place holder "TEXT HERE".
|
2015-03-31 13:21:14 +09:00 |
|
Takayuki MATSUOKA
|
aa84610c1f
|
Remove <body> padding
|
2015-03-31 13:20:28 +09:00 |
|
Takayuki MATSUOKA
|
e7f13a4518
|
Add strapdown
|
2015-03-31 13:16:09 +09:00 |
|
Takayuki MATSUOKA
|
80fbb07e52
|
Import Bootstrap's "Navbar example"
See http://getbootstrap.com/components/#navbar
|
2015-03-31 13:13:57 +09:00 |
|
Takayuki MATSUOKA
|
b54d83b3c4
|
Change bootstrap URLs
|
2015-03-31 13:12:33 +09:00 |
|
Takayuki MATSUOKA
|
18b1335fe2
|
Import bootstrap's "Basic Template"
See http://getbootstrap.com/getting-started/#template
|
2015-03-31 13:10:43 +09:00 |
|
Takayuki MATSUOKA
|
1176bf32d4
|
Add bootstrap theme "sandstone"
|
2015-03-31 12:28:46 +09:00 |
|
Yann Collet
|
7b463b63c3
|
changed format of lz4 block doc
|
2015-03-30 13:06:43 +01:00 |
|
Yann Collet
|
d8bb7a5bc3
|
converted to markdown friendly syntax
|
2015-03-26 20:00:54 +01:00 |
|
Yann Collet
|
b0c2a398a5
|
Update rights
|
2015-03-26 19:08:44 +01:00 |
|
Yann Collet
|
a152cca9db
|
add logos
|
2015-03-26 19:08:12 +01:00 |
|
Yann Collet
|
b45673e378
|
Update rights
|
2015-03-26 18:32:00 +01:00 |
|
Yann Collet
|
32020b55f4
|
Update homepage
|
2015-03-26 18:31:19 +01:00 |
|
Yann Collet
|
cd20a56cee
|
Update text to match README
|
2015-03-26 16:49:41 +01:00 |
|
Yann Collet
|
c4582aada3
|
Takayuki's example homepage
|
2015-03-26 16:37:52 +01:00 |
|
Yann Collet
|
5c0d10b919
|
First pages commit
|
2015-03-26 16:33:24 +01:00 |
|