
Documentation wrong for HLS labels
It suggests using the following format:
hlslabels: {
"Low": "400",
"Medium": "800",
"High": "1300"
}
When it should be:
hlslabels: {
"400": "Low",
"8000=": "Medium",
"1300": "High"
}