Creating a bar dataset with xAxis of type "type" can result in error "Cannot read property 'length' of undefined". Should add check for definition of data.labels before checking the length.
Adding empty labels[] to data avoids the error, but bars are drawn.
https://jsfiddle.net/dotacoach/p8vLm0bj/5/
Creating a bar dataset with xAxis of type "type" can result in error "Cannot read property 'length' of undefined". Should add check for definition of data.labels before checking the length.
Adding empty labels[] to data avoids the error, but bars are drawn.
https://jsfiddle.net/dotacoach/p8vLm0bj/5/