score:12
Accepted answer
Here a workaround. The trick is to set plotOptions.series.enableMouseTracking to false.
This because the gray line is the "mouse track" area of the chart and for some reasons it's not hidden by wkhtmltopdf.
score:4
A bit late to the party, but I found adding this to the CSS I send to wkhtmltopdf hides the offending mouse track area, plus the shadow under the lines that doesn't look as good in the PDF version.
g.highcharts-tracker, g.highcharts-tooltip, path[isShadow] { display:none; }
Source: stackoverflow.com
Related Query
- Wkhtmltopdf fails to printing SVG path (highchart)
- When using canvg to convert Highchart SVG into PNG, all text appears twice - how to solve?
- SVG Path having weird rounded-corner blocks
- Pie Highchart remove path to description
- Hide Scrollbar when Printing highchart from export menu
- Using highchart SVG images with Selenium
- How do I overlay a Highchart with a SVG graphic?
- Strange character in the Highstock source code
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- Selecting relational highchart SVG images with Selenium
- Highchart Generate SVG off-screen with Java
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- Highcharts SVG Export from Python Server Side Code
- highchart not displaying bars chart while printing
- SVG marker on Highcharts path
- Column based Highchart drilldown series assign color code to each column
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- Remove SVG rendered path on Legend Item Click
- How to stop Highmaps on mouse hover to change SVG path orders
- How to add the attribute `preserveAspectRatio` to Highchart svg
- why my highchart code is not working?
- Highmaps svg path issue - Data not flowing into certain counties on US map
- Printing a highchart to show data for all the points
- Highchart renderer path issue in IE8
- Draw svg file on highchart or inside html tag
- Datalabels is getting hidden outside the svg container in Sunburst Highchart
- Highchart x-axis not printing date values
- SVG as labels in HighChart stacked column chart
- How to render Gantt Highchart from data source
- Highchart spline Cut Off when reach to maximum scale value. How can it fixed?. I have attached may sample code on body
More Query from same tag
- Multiple data series and multiple data tooltip with HighMaps
- Issue on Setting Up Highchats.js Index of Chart
- Highcharts: Trigger showing tooltip programatically with selenium
- Highcharts: how to optimize auto-scaling so that columns make better use of the available height
- no data module with multiple series in highcharts.js
- Two tool tip for two different charts
- Highcharts: how to highlight yAxis value?
- Highcharts Graph displaying 0 value continuously : Javascript Array
- Issues Rendering Highcharts - Populating through PHP/MySQL
- Increase width of Xaxis title in bar chart in highcharts
- Highcharts is formating x axis text values as dates
- Is there an option to update or draw last candle on a chart based on real-time trading?
- Have Highcharts tooltip disappear on click
- How we can show scrollbar if max index exceeded in highcharts timeline?
- Bug in Highcharts after exiting the full screen mode
- With Highmaps, why is the callback in my jQuery fadein happening prior to the fade completing?
- How to set Highcharts object configuration globaly with vue-highcharts?
- finding the value in the series object and displaying in the tooltip of the high chart using angular 4
- Hide Series without hiding y-Axis
- Highmaps mappie zooming issue
- Solid Gauge: Prevent y-axis label from overlapping gauge
- Highcharts series zone not working with UTC date value in x axis
- Formatting Highcharts - timestamp in tooltip, day x axis
- How can I show vertical line in highchart as shown in below image?
- how to place heat-map tick label at top of the y-axis instead of middle
- How to completely disable the mouse/finger interaction for highcharts
- How can I optimize Highcharts.js zones?
- Highcharts - how to access category of multiple axis of the point from tooltip
- Highcharts - Combine columns
- Highchart tooltip & events from external function