@@ -113,59 +113,59 @@ Charts created through Image class
113
113
Most of the basic charts are created through methods of the ` CpChart\Image `
114
114
class. Below you can find a full list of these charts, alongside example code.
115
115
116
- - [ area] ( doc/area.md )
117
- - [ bar] ( doc/bar.md )
118
- - [ best fit] ( doc/best_fit.md )
119
- - [ filled spline] ( doc/filled_spline.md )
120
- - [ filled step] ( doc/filled_step.md )
121
- - [ line] ( doc/line.md )
122
- - [ plot] ( doc/plot.md )
123
- - [ progress] ( doc/progress.md )
124
- - [ spline] ( doc/spline.md )
125
- - [ stacked area] ( doc/stacked_area.md )
126
- - [ stacked bar] ( doc/stacked_bar.md )
127
- - [ step] ( doc/step.md )
128
- - [ zone] ( doc/zone.md )
116
+ - [ area] ( resources/ doc/area.md)
117
+ - [ bar] ( resources/ doc/bar.md)
118
+ - [ best fit] ( resources/ doc/best_fit.md)
119
+ - [ filled spline] ( resources/ doc/filled_spline.md)
120
+ - [ filled step] ( resources/ doc/filled_step.md)
121
+ - [ line] ( resources/ doc/line.md)
122
+ - [ plot] ( resources/ doc/plot.md)
123
+ - [ progress] ( resources/ doc/progress.md)
124
+ - [ spline] ( resources/ doc/spline.md)
125
+ - [ stacked area] ( resources/ doc/stacked_area.md)
126
+ - [ stacked bar] ( resources/ doc/stacked_bar.md)
127
+ - [ step] ( resources/ doc/step.md)
128
+ - [ zone] ( resources/ doc/zone.md)
129
129
130
130
Standalone charts:
131
131
------------------------------------
132
132
133
133
The more advanced charts have their own separate class you need to use in order
134
134
to create them. As before, below is a full list of these, with example code.
135
135
136
- - [ 2D pie] ( doc/2d_pie.md )
137
- - [ 3D pie] ( doc/3d_pie.md )
138
- - [ 2D ring] ( doc/2d_ring.md )
139
- - [ 3D ring] ( doc/3d_ring.md )
140
- - [ bubble] ( doc/bubble.md )
141
- - [ contour] ( doc/contour.md )
142
- - [ polar] ( doc/polar.md )
143
- - [ radar] ( doc/radar.md )
144
- - [ scatter best fit] ( doc/scatter_best_fit.md )
145
- - [ scatter line] ( doc/scatter_line.md )
146
- - [ scatter plot] ( doc/scatter_plot.md )
147
- - [ scatter spline] ( doc/scatter_spline.md )
148
- - [ scatter threshold] ( doc/scatter_threshold.md )
149
- - [ scatter threshold area] ( doc/scatter_threshold_area.md )
150
- - [ split path] ( doc/split_path.md )
151
- - [ spring] ( doc/spring.md )
152
- - [ stock] ( doc/stock.md )
153
- - [ surface] ( doc/surface.md )
136
+ - [ 2D pie] ( resources/ doc/2d_pie.md)
137
+ - [ 3D pie] ( resources/ doc/3d_pie.md)
138
+ - [ 2D ring] ( resources/ doc/2d_ring.md)
139
+ - [ 3D ring] ( resources/ doc/3d_ring.md)
140
+ - [ bubble] ( resources/ doc/bubble.md)
141
+ - [ contour] ( resources/ doc/contour.md)
142
+ - [ polar] ( resources/ doc/polar.md)
143
+ - [ radar] ( resources/ doc/radar.md)
144
+ - [ scatter best fit] ( resources/ doc/scatter_best_fit.md)
145
+ - [ scatter line] ( resources/ doc/scatter_line.md)
146
+ - [ scatter plot] ( resources/ doc/scatter_plot.md)
147
+ - [ scatter spline] ( resources/ doc/scatter_spline.md)
148
+ - [ scatter threshold] ( resources/ doc/scatter_threshold.md)
149
+ - [ scatter threshold area] ( resources/ doc/scatter_threshold_area.md)
150
+ - [ split path] ( resources/ doc/split_path.md)
151
+ - [ spring] ( resources/ doc/spring.md)
152
+ - [ stock] ( resources/ doc/stock.md)
153
+ - [ surface] ( resources/ doc/surface.md)
154
154
155
155
Barcodes
156
156
--------
157
157
158
158
The pChart library also provides a way to render barcodes 39 and 128. Below you
159
159
can find links to doc on creating them:
160
160
161
- - [ barcode39] ( doc/barcode_39.md )
162
- - [ barcode128] ( doc/barcode_128.md )
161
+ - [ barcode39] ( resources/ doc/barcode_39.md)
162
+ - [ barcode128] ( resources/ doc/barcode_128.md)
163
163
164
164
Cache
165
165
-----
166
166
167
167
If you find yourself creating charts out of a set of data more than once, you may
168
- consider using the cache component of the library. Head on to the [ dedicated part] ( doc/cache.md )
168
+ consider using the cache component of the library. Head on to the [ dedicated part] ( resources/ doc/cache.md)
169
169
of the documentation for information on how to do that.
170
170
171
171
Fonts and palletes
0 commit comments