score:0
i had the same problem with a column chart. i've solved the issue by using this in my plotoptions.column
:
datalabels: {
/* ... */,
style: {
textshadow: null
}
}
does it work for you ?
score:4
this did the job for me:
plotoptions: {
series: {
datalabels: {
style: {
textoutline: 0,
}
}
}
}
score:5
you sure can. see the api docs here regarding datalabels. to remove the border set:
datalabels: {
...
borderwidth: 0,
...
},
if you are talking about the text shadows you can do this in your datalabel as well:
datalabels: {
enabled: true,
fontsize: '20px',
color: 'yellow',
borderwidth: 0,
format: '{point.properties.name}',
style: {
textshadow: false
}
},
score:16
highcharts v5 code for fixing this is
datalabels: {
style: {
textoutline: 0
},
}
Source: stackoverflow.com
Related Query
- Remove Highcharts dataLabel border
- How can I remove the white border from HighCharts pie chart?
- remove tooltip space between border and content highcharts
- How to remove border radius when use Highcharts renderer.rect function
- Highcharts columns - fixed border width, remove spacing between the bars
- Highcharts {Gauge} - Remove bottom border and change dial position
- Highcharts donut chart remove border when at 100%
- Remove HighCharts border for Android
- Highcharts - Remove gap between tooltip border and content
- How to remove button from Highcharts
- Proper way to remove all series data from a highcharts chart?
- Remove shadow/background glow on highcharts data label?
- Highcharts remove zero value labels
- Highcharts: Remove space between plot border and actual chart
- remove series by name or id in highcharts
- Highcharts remove renderer path
- Highcharts - remove times between dates on a datetime xaxis type
- HighCharts remove stack totals
- Highcharts how to remove headers from tooltip
- Highcharts - How to remove connecting line between fixed tooltip and point
- Remove space between yAxis and data in highcharts
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- Different border for selected column in highcharts
- Highcharts - How to remove tooltip arrows
- Highcharts remove zoom feature
- Highcharts - How can I remove starting and ending padding from area chart
- Highcharts -- exporting, setting dataLabel options
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- Cannot remove all "series" in highcharts
- Highcharts remove gap between start of xAxis and first value
More Query from same tag
- Issue with Dates - trying to plot MongoDB data in Highcharts via PHP
- Add color gradient color on bar HIghchart
- Highchart the horizontal gradline below the 0 axis
- High chart how to process config if get config from DB and it contianed a function?
- Increase and fix the point highcharts
- Highstock And Highcharts: How I use StockChart and pie chart on the same page
- HighCharts - Show dataLabel for last value in stockChart
- R highcharter editing dataLabels format
- How do I display the Y axis on top of the X?
- Highcharts isn't displaying the data
- highcharts v3.0Beta bubblechart not rendering. Possible bug?
- Highmaps - Change to mapbubble
- How to IF value in Highchart label
- High Charts Graph insert into PDF using FPDF library
- How To generate json format from model in codeigniter to Highchart
- Changing value of variable in Highcharts selection event in angular
- Highcharts - how to add icons to a label
- How to set datalabels as vertical in Highcharts
- HighCharts - Disable Mouse Over when a Point is selected
- Drilldown broken in Highcharts?
- highchart axis position with negative values
- Adding gap between specific bars in a stacked bar chart
- stop auto adjusting scale in highcharts
- Not able to drill down after clicking back button.
- How to show/hide labels customizely in highcharts
- Horizontal bar chart with outline behind bar
- Can you group multiple candlestick series next to each other in a highstock chart?
- Is there a option in highcharts like the 'ordinal' in highstock?
- How to show only specific x-axis values on datetime axis in Highcharts
- Highcharts - temperature gauge