Hi! I have searched through the community for an answer to this question but haven't figured out a solution. I am looking to create an HTML5 bubble chart in which the color of the dot changes based on a particular value (not used in the x, y, or series grouping).
The data set is as follows: | Element ID | Score 1 | Score 2 | Score 3 | Score 4
I have the bubble chart with Score 1 on the Y Axis, Score 2 on the X Axis, Score 3 as the size of the bubble, and grouping the series by Element ID. I want Score 4 to populate the color of the dot. How can I do this? Score 4 is a data binding.
Thanks!