Currencies query must support groups, like this:
?by=USDEUR,CHFCNY,AEDAUD,CADAUD
Means just 4 "groups": USDEUR, CHFCNY, AEDAUD, and CADAUD
Plus symbol allows to configure a group:
?by=USDEUR,CHFCNY,AEDAUD+CADUSD
This means 3 "groups": USDEUR, CHFCNY, and AEDAUD+CADAUD
Each group should be treated as an array:
[
[ 'USDEUR' ],
[ 'CHFCNY' ],
[ 'AEDAUD', 'CADUSD', ],
]
"Group" means that all the currencies must be rendered on one chart (or one converter row)
Currencies query must support groups, like this:
Means just 4 "groups":
USDEUR,CHFCNY,AEDAUD, andCADAUDPlus symbol allows to configure a group:
This means 3 "groups":
USDEUR,CHFCNY, andAEDAUD+CADAUDEach group should be treated as an array:
"Group" means that all the currencies must be rendered on one chart (or one converter row)