I am checking out the new charts components plotting the number of dengue cases per week, using as colors for the circles the alert level (level 1 – green, level 2 – yellow, level 3 – orange, level 4 – red).
Some questions:
- Is it possible to indicate labels for the x and y axis?
- My input are integer numbers, yet they are displayed as decimals?
- Trying to add a legend indicating the meaning of the colors, the colors are repeated for each datapoint. Is it possible to limit this to a specific set of items? How to add their meaning to be displayed?
- Trying to use customized colors (not the ones of the preset color blocks) by specifying them via RGB (using the RGB color block) the app crashes (when testing with the companion).
Here is the code:
newtest (1).aia (4.2 KB)
Thanks for any feedback!