Small chartdocument two layouts

today i did a small update to a custom chart showing an overview on what's allowed at special incidences in our county ... the rules are somehow confusing :crazy_face:

but on topic...
... and just remembered how much joy it is to create things in a mixture of coding and visual design. the chart is not complex at first view and has no interaction, but it would have been much more complicated to create it around a chartlibrary ... symbols came in handy -> good feature!

best weekend everybody :slight_smile:

https://www2.aachener-zeitung.de/zva/karlo/MHA-Charts/Bundes-Notbremse/nrw-coronaschutzverordnung-210723.html

2 Likes

I am only on a phone. This looks good. Where are you pulling the data from? API? JSON? Backed?

Think it may be JSON.

1 Like

that's been the change ... the datapolling is now done by an external cronejob.
source: https://services7.arcgis.com/mOBPykOjAyBO2ZKk/arcgis/rest/services/RKI_Landkreisdaten/FeatureServer/0/query?where=(AGS%20%3D%20'05370')%20OR%20(AGS%20%3D%20'05358')%20OR%20(AGS%20%3D%20'05334')&outFields=AGS,last_update,cases7_per_100k,BL,cases7_lk,GEN,BEZ&returnGeometry=false&outSR=4326&f=json

quite nice: https://services7.arcgis.com/mOBPykOjAyBO2ZKk/arcgis/rest/services/

2 Likes