Plugin Directory

Changeset 703522


Ignore:
Timestamp:
04/25/2013 03:26:09 PM (13 years ago)
Author:
thmufl
Message:

Docu fix

Location:
ipu-chart
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • ipu-chart/tags/0.3.2/readme.txt

    r703516 r703522  
    4343
    4444<pre>
    45 [chart csv='#data' type='bar' category='Country' value='Population' format='string, float' title='Top five most populous countries of the world...' description='The top five most populous countries of the world...' animate='medium']
     45[chart csv='#data'
     46       type='bar'
     47       category='Country'
     48       value='Population'
     49       format='string, float'
     50       title='Top five most populous countries of the world...'
     51       description='The top five most populous countries of the world...'
     52       animate='medium']
    4653</pre>
    4754
    4855= Examples =
    4956
    50 Some examples for the different chart types follow.
     57Some examples for the different chart types (that you can copy and paste as is in your own example pages).
     58
     59Bar chart
     60
     61<pre>
     62[chart csv='#data' type='bar' category='Country' value='Population' format='string, float' title='Top five most populous countries of the world...' description='The top five most populous countries of the world...' animate='medium']
     63</pre>
    5164
    5265Horizontal bar chart:
     
    7285For a line charts you need some data with <code>integer</code>, <code>float</code> or <code>date</code> values as category:
    7386
     87<pre>
    7488[csv id='aapl']Date,Open,High,Low,Close,Volume,Adj Close
    75892013-04-01,441.90,443.70,426.40,429.79,16407200,429.79
     
    82962013-02-11,476.50,484.94,459.92,460.16,16776900,460.16
    83972013-02-04,453.91,478.81,442.00,474.98,21299300,474.98[/csv]
     98</pre>
    8499
    85100To display the close prize as a line chart:
     
    119134= Further Reading =
    120135
    121 * The [IPU-Chart for WordPress User Guide](https://www.ipublia.com/support/docs/ipu-chart-for-wordpress-user-guide/ "IPU-Chart User Guide").
    122 * The [IPU-Chart Support Forum](https://www.ipublia.com/support/forums/ "IPU-Chart Support Forum").
    123 * The [IPU-Chart Product Page](https://www.ipublia.com/products/ipu-chart-svg-chart-library/ "IPU-Chart Product Page").
     136* The IPU-Chart for WordPress [User Guide](https://www.ipublia.com/support/docs/ipu-chart-for-wordpress-user-guide/ "IPU-Chart User Guide").
     137* The IPU-Chart [Support Forum](https://www.ipublia.com/support/forums/ "IPU-Chart Support Forum").
     138* The IPU-Chart [Product Page](https://www.ipublia.com/products/ipu-chart-svg-chart-library/ "IPU-Chart Product Page").
    124139
    125140Enjoy!
  • ipu-chart/trunk/readme.txt

    r703516 r703522  
    4343
    4444<pre>
    45 [chart csv='#data' type='bar' category='Country' value='Population' format='string, float' title='Top five most populous countries of the world...' description='The top five most populous countries of the world...' animate='medium']
     45[chart csv='#data'
     46       type='bar'
     47       category='Country'
     48       value='Population'
     49       format='string, float'
     50       title='Top five most populous countries of the world...'
     51       description='The top five most populous countries of the world...'
     52       animate='medium']
    4653</pre>
    4754
    4855= Examples =
    4956
    50 Some examples for the different chart types follow.
     57Some examples for the different chart types (that you can copy and paste as is in your own example pages).
     58
     59Bar chart
     60
     61<pre>
     62[chart csv='#data' type='bar' category='Country' value='Population' format='string, float' title='Top five most populous countries of the world...' description='The top five most populous countries of the world...' animate='medium']
     63</pre>
    5164
    5265Horizontal bar chart:
     
    7285For a line charts you need some data with <code>integer</code>, <code>float</code> or <code>date</code> values as category:
    7386
     87<pre>
    7488[csv id='aapl']Date,Open,High,Low,Close,Volume,Adj Close
    75892013-04-01,441.90,443.70,426.40,429.79,16407200,429.79
     
    82962013-02-11,476.50,484.94,459.92,460.16,16776900,460.16
    83972013-02-04,453.91,478.81,442.00,474.98,21299300,474.98[/csv]
     98</pre>
    8499
    85100To display the close prize as a line chart:
     
    119134= Further Reading =
    120135
    121 * The [IPU-Chart for WordPress User Guide](https://www.ipublia.com/support/docs/ipu-chart-for-wordpress-user-guide/ "IPU-Chart User Guide").
    122 * The [IPU-Chart Support Forum](https://www.ipublia.com/support/forums/ "IPU-Chart Support Forum").
    123 * The [IPU-Chart Product Page](https://www.ipublia.com/products/ipu-chart-svg-chart-library/ "IPU-Chart Product Page").
     136* The IPU-Chart for WordPress [User Guide](https://www.ipublia.com/support/docs/ipu-chart-for-wordpress-user-guide/ "IPU-Chart User Guide").
     137* The IPU-Chart [Support Forum](https://www.ipublia.com/support/forums/ "IPU-Chart Support Forum").
     138* The IPU-Chart [Product Page](https://www.ipublia.com/products/ipu-chart-svg-chart-library/ "IPU-Chart Product Page").
    124139
    125140Enjoy!
Note: See TracChangeset for help on using the changeset viewer.