Changeset 703522
- Timestamp:
- 04/25/2013 03:26:09 PM (13 years ago)
- Location:
- ipu-chart
- Files:
-
- 1 edited
- 2 copied
-
tags/0.3.2 (copied) (copied from ipu-chart/trunk)
-
tags/0.3.2/readme.txt (copied) (copied from ipu-chart/trunk/readme.txt) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipu-chart/tags/0.3.2/readme.txt
r703516 r703522 43 43 44 44 <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'] 46 53 </pre> 47 54 48 55 = Examples = 49 56 50 Some examples for the different chart types follow. 57 Some examples for the different chart types (that you can copy and paste as is in your own example pages). 58 59 Bar 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> 51 64 52 65 Horizontal bar chart: … … 72 85 For a line charts you need some data with <code>integer</code>, <code>float</code> or <code>date</code> values as category: 73 86 87 <pre> 74 88 [csv id='aapl']Date,Open,High,Low,Close,Volume,Adj Close 75 89 2013-04-01,441.90,443.70,426.40,429.79,16407200,429.79 … … 82 96 2013-02-11,476.50,484.94,459.92,460.16,16776900,460.16 83 97 2013-02-04,453.91,478.81,442.00,474.98,21299300,474.98[/csv] 98 </pre> 84 99 85 100 To display the close prize as a line chart: … … 119 134 = Further Reading = 120 135 121 * The [IPU-Chart for WordPressUser Guide](https://www.ipublia.com/support/docs/ipu-chart-for-wordpress-user-guide/ "IPU-Chart User Guide").122 * The [IPU-ChartSupport Forum](https://www.ipublia.com/support/forums/ "IPU-Chart Support Forum").123 * The [IPU-ChartProduct 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"). 124 139 125 140 Enjoy! -
ipu-chart/trunk/readme.txt
r703516 r703522 43 43 44 44 <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'] 46 53 </pre> 47 54 48 55 = Examples = 49 56 50 Some examples for the different chart types follow. 57 Some examples for the different chart types (that you can copy and paste as is in your own example pages). 58 59 Bar 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> 51 64 52 65 Horizontal bar chart: … … 72 85 For a line charts you need some data with <code>integer</code>, <code>float</code> or <code>date</code> values as category: 73 86 87 <pre> 74 88 [csv id='aapl']Date,Open,High,Low,Close,Volume,Adj Close 75 89 2013-04-01,441.90,443.70,426.40,429.79,16407200,429.79 … … 82 96 2013-02-11,476.50,484.94,459.92,460.16,16776900,460.16 83 97 2013-02-04,453.91,478.81,442.00,474.98,21299300,474.98[/csv] 98 </pre> 84 99 85 100 To display the close prize as a line chart: … … 119 134 = Further Reading = 120 135 121 * The [IPU-Chart for WordPressUser Guide](https://www.ipublia.com/support/docs/ipu-chart-for-wordpress-user-guide/ "IPU-Chart User Guide").122 * The [IPU-ChartSupport Forum](https://www.ipublia.com/support/forums/ "IPU-Chart Support Forum").123 * The [IPU-ChartProduct 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"). 124 139 125 140 Enjoy!
Note: See TracChangeset
for help on using the changeset viewer.