score:0
Accepted answer
i solved...
to remove that shadow around a point when hover, i must to add this:
plotoptions: {
series: {
states:{
hover:{
halo: false
}
}
}
},
halo: false
while if you want, is possible to customize halo:
http://api.highcharts.com/highcharts#plotoptions.pie.states.hover.halo
Source: stackoverflow.com
Related Query
- How can i have the same radius for each point of series with hover?
- How can I hide ALL series with the same ID with a button on highcharts? (line graph)
- With HighCharts, how can I have the same tooltip formatter as my y axis
- How can I capture all points belonging to the same series with the same xAxis value without a loop?
- In HighCharts, how can I make the color for each plotted point in an array dependent on a value in a corresponding array?
- How can I have same hover point color in highcharts?
- HIGHCHARTS - Given a series with UNIX stamps and values pairs for the data, how do I show only the date for the first and last point on xAxis?
- Highcharts, how to change hover bg color for series with multiple columns (categories)
- Highcharts: make y-axis extremes the same for two data series with different units
- how to plot multiple time series in the same graph with customized x axis
- How can I set the legend symbol color for a series when using colorByPoint?
- HighStock Library: How to keep the same color for each segment in case of selecting
- How to make hover effect for two bar in highcharts at the same time is there any way by using css or any inbuilt method to achieve this?
- How to have multiple highcharts with different series data in vuejs without repeating code
- HighCharts OHLC - Can I provide color-information for each point with JSON-Data?
- Highcharts tooltip for single series always centre. Can I force it to be left hover of the marker?
- Highcharts: when having multiple columns for the same X axis value, how can I get 1 tooltip per column?
- How can I fix the navigator issue in highstock when I have more than 1 series in different time intervals?
- How can i hide all the Series in highcharts at a time
- Highcharts - How to set custom colors for the series
- How can I reset the styles given to series in Highcharts?
- How can I do in Highchart to have 1px space between the columns and the y Axis?
- How can I delete all of the points from a highcharts series
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Can I assign a different radius for each pie slice using Highcharts?
- Use single color for all series in the same chart
- How can I extend the lines of this Highchart series to the edges of my chart area?
- How can I configure the legend with a specific height in highstock?
- How can i keep the color the same in highcharts
- How to use add series and update methods in the high chart wrapper for angular?
More Query from same tag
- Negative and positive in same direction in highchart
- How to show Legend Color between two text in Highchart?
- Highcharts date misunderstood
- Graphics start from axis + grid line
- HighCharts Heatmap with motion
- Display bar as an arrow with Highcharts
- Highcharts date in form of Day(Integer) - Month(the name of the month), like 17 - July
- legend labelFormatter: getting space between name and percentage so they line up
- If over 300 values data disappears when zooming
- How do I create a break on the x-axis with highcharts?
- HighCharts Axis Label Encoding
- Highcharts Highstock initial helper tooltips
- Highstock tooltip 'a tag' doesn't get rendered
- Plot a a json chart with HighCharts & Vue.js
- How to add text when exporting a chart in highcharts?
- How to add data labels for highchart?
- JavaScript runtime error: Object expected
- split display legend in highcharts
- Highcharts - multi line chart - line above line
- omit top border of highcharts chart
- defining highcharts in body
- Exporting multiple Highcharts that are generated by looping to a single pdf
- Add Flag based on button event
- how to use line-height property in highchart's labels
- Different axis per category
- Update chart with HighchartsReact is not working when a timer is used in React
- Odd animation with multiple series
- How to dd shadow to highchart bars
- Laravel get two value array count from controller in javascript
- Highcharts funnel graph constructor