Commit d2c452b
Add support for float numbers in renderers and use locale string for numbers (#72)
* Add thousand separator to SingleValueChart
* Extract get type and renderer into util
* Added unified rendering for single values/tables
* Add thousand separator for numbers, unified rendering for single number charts (#71)
* Add thousand separator to SingleValueChart
* Extract get type and renderer into util
* Added unified rendering for single values/tables
Co-authored-by: Marius Conjeaud <marius.conjeaud@neo4j.com>
Co-authored-by: Niels de Jong <niels-121@hotmail.com>
* Add thousand separator for numbers, unified rendering for single number charts (#71)
* Add thousand separator to SingleValueChart
* Extract get type and renderer into util
* Added unified rendering for single values/tables
Co-authored-by: Marius Conjeaud <marius.conjeaud@neo4j.com>
Co-authored-by: Niels de Jong <niels-121@hotmail.com>
* Add support for float rendering
Co-authored-by: Marius Conjeaud <marius.conjeaud@neo4j.com>
Co-authored-by: Niels de Jong <niels-121@hotmail.com>1 parent 118bb57 commit d2c452b
File tree
3 files changed
+16
-5
lines changed- src
- chart
- report
3 files changed
+16
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
| 273 | + | |
272 | 274 | | |
273 | 275 | | |
274 | 276 | | |
| |||
345 | 347 | | |
346 | 348 | | |
347 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
348 | 355 | | |
349 | | - | |
350 | | - | |
| 356 | + | |
351 | 357 | | |
352 | 358 | | |
353 | 359 | | |
| |||
395 | 401 | | |
396 | 402 | | |
397 | 403 | | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
398 | 408 | | |
399 | 409 | | |
400 | 410 | | |
| |||
414 | 424 | | |
415 | 425 | | |
416 | 426 | | |
417 | | - | |
| 427 | + | |
418 | 428 | | |
0 commit comments