Strange visualization issue
Hello,
I am attempting to visualize the following dataset:
http://data.fractracker.org/cbi/dataset/datasetPreviewPage?uuid=~01...
I am visualizing by well type, all unique, standard color
palate. For some reason, it will not let me change the second
category, combined oil and gas wells. I can not get that one to
look like anything other than big pink squares. I started over,
with the same result. It won't change color, shape, or
opacity.
I have no issues with any of the other categories though. Any ideas?
Support Staff 2 Posted by higgins on 01 Feb, 2011 04:30 PM
My best guess right now is that the ampersand in the value is confusing our code. (As you may know, ampersands are special characters in HTML and need to be escaped. There may be a bug in the way we are escaping the value.)
We have a bugfix release scheduled for this weekend or next week, depending on how our testing cycle goes. We may be able to sneak a fix for this in if it turns out to be straightforward.
A workaround would be to modify the dataset to make all & characters be "and" or something.