Plugin Directory

Changeset 959432


Ignore:
Timestamp:
08/03/2014 03:45:56 AM (12 years ago)
Author:
showi
Message:

Tagging version 0.0.3

Location:
wp-custom-field-chart
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-custom-field-chart/tags/0.0.3/readme.txt

    r959431 r959432  
    33331. One field for each chart (Two tags)
    34342. Combined field in one chart (One Tag)
    35 3. Bar chart with different period
     353. Bar chart with different *interval*
    3636
    3737== Changelog ==
    3838= 0.0.3 =
    3939* More attribute validation and default
    40 * Now as to_date default, introducing post to specify post data as to_date
     40* Now as to_date default, introducing post to specify post date as to_date
    4141* Better readme, well more informations...
    4242= 0.0.2 =
     
    4747
    4848== Usage ==
    49 
    5049Edit your post/page in text mode and put some Javascript and a Wordpress tag
    5150
     
    123122
    124123= Tag options (required)=
    125 1. fields: Custom field separate by comma
    126 1. js_data: Name of javascript variable holding chart datasets
     1241. *fields*: Custom field separate by comma
     1251. *js_data*: Name of javascript variable holding chart datasets
     126
    127127= 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)
     1281. *width*: Chart width (default: 400)
     1291. *height*: Chart Height (default: 200)
     1301. *method*: Aggregate method track, delta or cumulative (defaul: track)
     1311. *interval*: year, month, day (default: day)
     1321. *interval_count*: How many year, mont or day (default: 31)
     1331. *js_options*: Name of javascript variable holding chart options
     1341. *kind*: Chart type line or bar (default: line)
     1351. *to_date*: Current date by default, post date if 'post' specified else value supplied
     1361. *dump*: Dumping attributes for debug (default: False)
     137
    135138== Note ==
    136139Beta software... Interface may change.
  • wp-custom-field-chart/trunk/readme.txt

    r959431 r959432  
    33331. One field for each chart (Two tags)
    34342. Combined field in one chart (One Tag)
    35 3. Bar chart with different period
     353. Bar chart with different *interval*
    3636
    3737== Changelog ==
    3838= 0.0.3 =
    3939* More attribute validation and default
    40 * Now as to_date default, introducing post to specify post data as to_date
     40* Now as to_date default, introducing post to specify post date as to_date
    4141* Better readme, well more informations...
    4242= 0.0.2 =
     
    4747
    4848== Usage ==
    49 
    5049Edit your post/page in text mode and put some Javascript and a Wordpress tag
    5150
     
    123122
    124123= Tag options (required)=
    125 1. fields: Custom field separate by comma
    126 1. js_data: Name of javascript variable holding chart datasets
     1241. *fields*: Custom field separate by comma
     1251. *js_data*: Name of javascript variable holding chart datasets
     126
    127127= 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)
     1281. *width*: Chart width (default: 400)
     1291. *height*: Chart Height (default: 200)
     1301. *method*: Aggregate method track, delta or cumulative (defaul: track)
     1311. *interval*: year, month, day (default: day)
     1321. *interval_count*: How many year, mont or day (default: 31)
     1331. *js_options*: Name of javascript variable holding chart options
     1341. *kind*: Chart type line or bar (default: line)
     1351. *to_date*: Current date by default, post date if 'post' specified else value supplied
     1361. *dump*: Dumping attributes for debug (default: False)
     137
    135138== Note ==
    136139Beta software... Interface may change.
Note: See TracChangeset for help on using the changeset viewer.