score:89
Set dataLabels.styles.textShadow
to false
.
plotOptions: {
columnrange: { // or general options: "series: { ... }"
dataLabels: {
enabled: true,
color: 'red',
style: {
textShadow: false
}
}
}
},
Demo: http://jsfiddle.net/oe1vcmqj/2/
EDIT:
Since Highcharts 5.0.3, the option name is textOutline
.
plotOptions: {
columnrange: { // or general options: "series: { ... }"
dataLabels: {
enabled: true,
color: 'red',
style: {
textOutline: false
}
}
}
},
Demo: http://jsfiddle.net/oe1vcmqj/49/
EDIT v2.0:
Since Highcharts 5.0.13, the textOutline
option should be a string
, so to disable outline, set textOutline: 'none'
.
plotOptions: {
columnrange: { // or general options: "series: { ... }"
dataLabels: {
enabled: true,
color: 'red',
style: {
textOutline: 'none'
}
}
}
},
score:0
In version 1.4.0
use
dataLabels: {
dropShadow: false
}
score:1
worked for me...
dataLabels: {
enabled: true,
color: 'white',
style: {
// textShadow: false
textOutline: false
}
score:2
use text-shadow:none !important;
for the tag tspan
CSS
tspan{
text-decoration:none;
text-shadow:none !important;
}
score:4
dataLabels: {
enabled: true,
format: '{point.y}',
style: {
textOutline: false
}
},
Source: stackoverflow.com
Related Query
- Remove shadow/background glow on highcharts data label?
- Highcharts Angular gauge - How to remove data label stroke?
- Highcharts display label for pie chart using html table as data source
- Proper way to remove all series data from a highcharts chart?
- Remove space between yAxis and data in highcharts
- data label is not shown Highcharts
- Highcharts data label getting cut off
- Highcharts - Data label cut off
- Highcharts - Global configuration with common code and unique data & Headings
- HighCharts Time-based Quarterly Data - xAxis Label Issue
- Highcharts Bubble Chart - How to move an individual point's data label (dataLabel) to the front/top
- Highcharts - Gauge chart data label not positioning correctly
- Centering a data label in Highcharts Bar Chart
- Highcharts Solid Gauge only want to show 1 data label
- How to remove outer shadow when hovered from highcharts JAVASCRIPT
- Highcharts don't show data after remove
- Exporting with custom data label image in highcharts gantt
- Remove label from custom Highcharts drawing
- Remove Highcharts x-axis label thousands separator
- Highcharts Single Data Label in middle of Area
- HighCharts : How to REMOVE (or) HIDE a certain data POINT in Series?
- Highcharts Heatmap background color when invalid data
- Highcharts conditional data label
- Highcharts 4.1.1 adding a severe drop shadow to data labels if you specify a font color
- How to remove background color on hover of bar in highcharts
- Highcharts align data label based on positive / negative value
- Highcharts - Stacked bar - Possible to have label interval corresponding to data interval?
- On HighMaps, how do I show state abbreviations instead of state name on a U.S. map and remove data label from point
- How to remove data gaps in HighCharts xAxis on a scatter chart
- Include additional highcharts source data in angular2 app
More Query from same tag
- Highchart Sankey is not working with same from value as to value settings
- Highcharts.js: Possible to map paths/text to tick marks?
- Highcharts - XAxis Label with LineFeed - how to make smaller gap?
- How to synchronize the Highchart Sunburst behavior
- How to disable certain option in the exporting option of Highcharts?
- Rendering Artifacts in Stacked Area Chart with Gaps
- Is multiple level Highchart Drilldown possible in adjacent charts?
- Highchart label rotation makes my column dissappear
- Highchart Activity Gauge always display text in the center
- Highcharts, How to remove gaps on x coordinates
- Highchart: Tickmark placement for datetime axis
- Get x and y value of a series in highcharts when curve is being plotted
- Highcharts error bars not linking with the datapoints.
- Highcharts {Pie} - Change dataLabels connector curve
- Highstock - custom tickPositioner and tickInterval
- Relative time in Highstocks chart
- Highcharts - In area chart how to use gradient color for multiple series?
- color in legend with range highcharts
- R HighCharter - customize tool tip captions
- Set a Different Color Per Region/Province in a Country
- Highstock/Highcharts - yAxis Label top
- Change hcharts( ) bars from solid-colored to gradient
- highchart 3d column - show "beta axis title" and "beta axis label"
- Highchart how can i give frame like this?
- thousands Operator in highcharts
- How to show all values at datetime axis in highcharts?
- Show Pie Chart Name as Title
- ES6 avoid that/self
- How To Change The Color of specific span of data in a chart
- highstocks hozontal line won't draw