New charts for #2726

This commit is contained in:
James Cole
2020-03-14 19:12:32 +01:00
parent bfc6a70c9f
commit d1325ffbd8
6 changed files with 345 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ interface GeneratorInterface
* 'fill' => if to fill a line? optional, will not be included when unused.
* 'entries' =>
* [
* 'label-of-entry' => 'value'
* key => [value => x, 'currency_symbol' => 'x']
* ]
* ]
* 1: [
@@ -56,7 +56,7 @@ interface GeneratorInterface
* 'fill' => if to fill a line? optional, will not be included when unused.
* 'entries' =>
* [
* 'label-of-entry' => 'value'
* key => [value => x, 'currency_symbol' => 'x']
* ]
* ]
*