summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>2015-03-31 23:20:44 (GMT)
committerTakayuki MATSUOKA <takayuki.matsuoka@gmail.com>2015-03-31 23:20:44 (GMT)
commit5987cb92745c0577f3a352e5cd27ae35ef8df9d9 (patch)
tree0325717dbdf677cf83f729357cdc5c0b5d3cce5f
parentb742a2386a612ca8baa24e392d56235e7da9790c (diff)
downloadlz4-5987cb92745c0577f3a352e5cd27ae35ef8df9d9.zip
lz4-5987cb92745c0577f3a352e5cd27ae35ef8df9d9.tar.gz
lz4-5987cb92745c0577f3a352e5cd27ae35ef8df9d9.tar.bz2
Prettify comments (2)
-rw-r--r--test.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/test.html b/test.html
index a8617f2..02d60da 100644
--- a/test.html
+++ b/test.html
@@ -175,6 +175,8 @@ The following versions compress data blocks using LZ4 compression algorithm in m
* __Caching__ : Zram, HHVM, PHP Zend Optimizer
* __Other__ : Mozilla Firefox, Bareos, GTKWave, Blosc, Facebook's Mercurial, Nippy, systemd
+---
+
## Chart 1
<div
@@ -200,17 +202,15 @@ The following versions compress data blocks using LZ4 compression algorithm in m
"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
+ "csvSrc" : Source CSV URL.
+ "csvGvType" : Google Charts class name.
+ "csvGvPackage": Google Charts package name.
-Each Google Charts class document has "Loading" section
+To find "class name" and "package name", see "Loading" section in Google Charts class document :
- 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 in "data-csv-props" are "Configuration Options" for specific Google Charts class.
Each class document has "Configuration Options" section
@@ -221,7 +221,7 @@ Each class document has "Configuration Options" section
## Chart 2
-You can also specify standard HTML "style" attributes.
+You can also specify standard HTML "style" attributes such as `style="height:40em"`.
<div
style="height:40em"