score:0
You can adjust your custom marker settings by setting translateX and translateY like this
var text = symbol.split(':')[1],
svgElem = this.text(text, x, y)
.attr({
translateY: h,
translateX: -1
})
.css({
fontFamily: '"Font Awesome 5 Free"',
fontSize: (h * 2 ) + "px"
});
score:1
I ended up doing like this. Posting in case it may help someone else.
point: {
events: {
mouseOut: function() {
var index = this.index
for( var series of this.series.chart.series){
for(var j=0;j<series.points.length;j++){
if(j === index && series.points[j].graphic){series.points[j].graphic.attr({'translateY': 8})}
}
};
}
}
}
Source: stackoverflow.com
Related Query
- Highcharts - Markers in line charts move up when leaving hovering
- Stop Highcharts Networkgraph from redrawing the markers when hovering
- Highcharts showing points on hovering over the line which are outside the chart area when the chart is zoomed in
- Highcharts => Getting the id of a point when clicking on a line chart
- Add tooltip to legend in highcharts when hovering
- Highcharts - only show tooltip when hovering directly on point
- Drill down function in highcharts in case of line charts
- Highcharts Line - When Y axis min is set to 0, connecting line isn't shown for consecutive 0 values
- Increase different marker sizes when hovering series using highcharts
- How to plot line in highcharts on charts click event?
- HighCharts is slow to load data when building multiple charts
- Highcharts markers on bar charts
- Highcharts Line Charts Out of memory
- Highcharts multiple series line charter, markers become invisible
- Use of DotNet HighCharts dll to make charts in code behind
- Highcharts - Line disappears when using logarithmic axis
- Highcharts won't draw line when series values are all 0
- Highcharts Pie Charts Show Outline When Empty
- Highcharts: how to change line color when hovering a scatterplot series
- Highcharts line chart all points disappear when have more than one points with same X Axis
- change datalabels color in a HighCharts chart when hovering without updating the series
- Highcharts how to align two charts yAxis on the same line
- how to continue the graph line when missing series of data in middle of highcharts
- HighCharts issues in Dual axes, line and column charts
- Highcharts plot markers move behind spline graph animation
- Highcharts - How do I keep both line points in from splitting between the two bar charts
- How do I plot the x axis line using Highcharts when pegged at 0?
- console error when changing line color in a HighCharts scatterplot
- Show tooltip in column chart when hovering crosshair line
- Highcharts : Change color of series when hovering other series
More Query from same tag
- Highcharts - How show only two series on click
- Gradle sync failed. Basic functionality will not work properly
- Highcharts area chart with lazy_chart ruby gem
- How to replace cursor with crosshair in Highcharts React?
- Remove axis line from highchart graphic
- highcharts json multiple datetime series
- Rails production: javascript not working
- Display sankey in old browser version
- Can Highcharter treemap show the percentage?
- Highstock dataGrouping option
- Angular2: highcharts-angular chart doesn't render
- Adding data to highcharts(Highstock) when user scrolling reaches left end
- Using hours and minutes as data in highcharts donut chart
- how to generate topgrading snapshot chart?
- Highcharts navigator mouse over not working
- Ionic3 Highcharts-More import Error --JsAllow Not Set
- Date becomes incorrect in the ALL view on Highstock chart?
- Values not display in highcharts
- How to hyperlink bar graph in highcharts
- Use variable from inside $when...then() outside the function
- How to display HighCharts with tables
- Drawing radar charts using Highcharts in Angular2
- Highmaps: how do I detect the target of enableDoubleClickZoomTo?
- Wrong start date in irregular intervals chart
- How to send JSON using JSF2 Primefaces Request Context to Highchart?
- How do I add a trendline with categories to HighCharts?
- developing interactive app using shiny and highcharter
- Cannot remove all "series" in highcharts
- Highcharts - selection error with live data and different time intervals
- Reading a CSV with Highchart