I was making a radar chart and realized it takes the maximum of all fields to use as the maximum of every field I had data on the chart where some fields would be between 1 and 10 and others between 0 and 200. This made all the 1 to 10 fields look the same, it was an easy fix to just normalize the data to between 0 and 1 before sending to the chart, but an option in the radar chart specific options to auto normalize each field or use maximum of all fields would be useful.
I was making a radar chart and realized it takes the maximum of all fields to use as the maximum of every field I had data on the chart where some fields would be between 1 and 10 and others between 0 and 200. This made all the 1 to 10 fields look the same, it was an easy fix to just normalize the data to between 0 and 1 before sending to the chart, but an option in the radar chart specific options to auto normalize each field or use maximum of all fields would be useful.