Changeset 959432
- Timestamp:
- 08/03/2014 03:45:56 AM (12 years ago)
- Location:
- wp-custom-field-chart
- Files:
-
- 2 edited
-
tags/0.0.3/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-custom-field-chart/tags/0.0.3/readme.txt
r959431 r959432 33 33 1. One field for each chart (Two tags) 34 34 2. Combined field in one chart (One Tag) 35 3. Bar chart with different period35 3. Bar chart with different *interval* 36 36 37 37 == Changelog == 38 38 = 0.0.3 = 39 39 * More attribute validation and default 40 * Now as to_date default, introducing post to specify post dat aas to_date40 * Now as to_date default, introducing post to specify post date as to_date 41 41 * Better readme, well more informations... 42 42 = 0.0.2 = … … 47 47 48 48 == Usage == 49 50 49 Edit your post/page in text mode and put some Javascript and a Wordpress tag 51 50 … … 123 122 124 123 = Tag options (required)= 125 1. fields: Custom field separate by comma 126 1. js_data: Name of javascript variable holding chart datasets 124 1. *fields*: Custom field separate by comma 125 1. *js_data*: Name of javascript variable holding chart datasets 126 127 127 = Tag options (optional)= 128 1. width: Chart width (default: 400) 129 1. height: Chart Height (default: 200) 130 1. method: Aggregate method track, delta or cumulative (defaul: track) 131 1. js_options: Name of javascript variable holding chart options 132 1. kind: Chart type line or bar (default: line) 133 1. to_date: Current date by default, post date if 'post' specified else value supplied 134 1. dump: Dumping attributes for debug (default: False) 128 1. *width*: Chart width (default: 400) 129 1. *height*: Chart Height (default: 200) 130 1. *method*: Aggregate method track, delta or cumulative (defaul: track) 131 1. *interval*: year, month, day (default: day) 132 1. *interval_count*: How many year, mont or day (default: 31) 133 1. *js_options*: Name of javascript variable holding chart options 134 1. *kind*: Chart type line or bar (default: line) 135 1. *to_date*: Current date by default, post date if 'post' specified else value supplied 136 1. *dump*: Dumping attributes for debug (default: False) 137 135 138 == Note == 136 139 Beta software... Interface may change. -
wp-custom-field-chart/trunk/readme.txt
r959431 r959432 33 33 1. One field for each chart (Two tags) 34 34 2. Combined field in one chart (One Tag) 35 3. Bar chart with different period35 3. Bar chart with different *interval* 36 36 37 37 == Changelog == 38 38 = 0.0.3 = 39 39 * More attribute validation and default 40 * Now as to_date default, introducing post to specify post dat aas to_date40 * Now as to_date default, introducing post to specify post date as to_date 41 41 * Better readme, well more informations... 42 42 = 0.0.2 = … … 47 47 48 48 == Usage == 49 50 49 Edit your post/page in text mode and put some Javascript and a Wordpress tag 51 50 … … 123 122 124 123 = Tag options (required)= 125 1. fields: Custom field separate by comma 126 1. js_data: Name of javascript variable holding chart datasets 124 1. *fields*: Custom field separate by comma 125 1. *js_data*: Name of javascript variable holding chart datasets 126 127 127 = Tag options (optional)= 128 1. width: Chart width (default: 400) 129 1. height: Chart Height (default: 200) 130 1. method: Aggregate method track, delta or cumulative (defaul: track) 131 1. js_options: Name of javascript variable holding chart options 132 1. kind: Chart type line or bar (default: line) 133 1. to_date: Current date by default, post date if 'post' specified else value supplied 134 1. dump: Dumping attributes for debug (default: False) 128 1. *width*: Chart width (default: 400) 129 1. *height*: Chart Height (default: 200) 130 1. *method*: Aggregate method track, delta or cumulative (defaul: track) 131 1. *interval*: year, month, day (default: day) 132 1. *interval_count*: How many year, mont or day (default: 31) 133 1. *js_options*: Name of javascript variable holding chart options 134 1. *kind*: Chart type line or bar (default: line) 135 1. *to_date*: Current date by default, post date if 'post' specified else value supplied 136 1. *dump*: Dumping attributes for debug (default: False) 137 135 138 == Note == 136 139 Beta software... Interface may change.
Note: See TracChangeset
for help on using the changeset viewer.