I'm using this jsfiddle used in this post.
Everything works, however I can't find a way to remove the selection box underneath the "Compare to:" label, as indicated in the red box the picture.
Is there a way to hide or deactivate it?
I tried the following dataSetSelector
settings but this only removed the "Compare to" text, not the selection box underneath:
dataSetSelector: {
selectText :"",
compareText: "",
comboBoxSelectText : "",
position: "top"
}
tags. – xorspark Sep 21 '16 at 13:32