I'm configuring my chart in highcharts and everything works fine but the noData position.
This is my options:
optionsChart = {
chart: {
type: 'bar'
},
lang: {
noData: 'No data available'
},
noData: {
position: {
align: 'end'
}
}
}
the text is setted but it's not aligned, how can I solve it?