score:2
This issue happens only when the chart is inverted.
It's a bug reported on github: https://github.com/highcharts/highcharts/issues/4608
The workaround here is to create inverted chart manually (which can be done via chart options and preprocessing the data):
- Swap x and y values for all points
- Set
reversed
totrue
for the y axis (when chart is inverted it's set by default: https://api.highcharts.com/highcharts/chart.inverted) - Swap formatting and zoom options for axes
- Handle the format of tooltip (
tooltip.formatter
may be useful)
Source: stackoverflow.com
Related Query
- Highstock/Highchart scatter points in combined graph
- How to resolve overlapping scatter points in a highchart
- Make Highchart and Highstock Have a Uniform Time X-Axis for Disparate Data Points
- Strange character in the Highstock source code
- Gap Occurring between tooltip and the graph in Combined Column and Scatter Graph
- Highstock graph shows points instead of line at certain zoom levels
- Highchart specific width stack column bar graph
- missing value in highcharts line graph results in no line, just points
- use highchart and highstock on the same page
- Connecting NULL points in Highstock charts
- How to create a new Highstock chart with new Highchart and not jquery?
- drawing custom lines on highchart graph
- programatically fire a click event for a point on highchart scatter plot
- Highcharts scatter plot with lots of data points running really slow
- Connecting two points in a graph
- How to set the z-index of points on a HighCharts scatter plot?
- Scatter tooltip of highchart is not being displaying
- How to align HTML span at center of highchart donut graph with responsive design?
- How to load 60,000 data points without datagrouping in highstock chart?
- Remove Image/Symbol from Highchart Graph
- Highchart / Highstock how to set color of individual ohlc or candle?
- Custom Marker (Rectangle with rounded corner) for highcharts scatter graph
- highchart not shown data graph
- Highchart plot points are being displayed incorrectly
- Highchart / Highstock stack column chart show one series's tooltip at a time
- Is there limit on the number of data points to plot HighChart
- Highstock / Highcharts dataGrouping points outside of viewport / canvas
- Highchart js bar graph label left alignment
- Can we create pie chart and scatter plot combined using highcharts.js?
- Tooltip doesn't display on highchart graph
More Query from same tag
- HighCharts: stacked bar shows percentages of stack
- Do you have any good ideas (settings) for displaying titles with a lot of characters in highcharts?
- Is there a way to change the shape of my nodes in my networkgraph?
- How can I create a specific Json output for use with Highcharts?
- Datapoints in Xrange highchart are not uniformly getting aligned to the center
- Highcharts: Preventing Users from unchecking all Legends in the chart
- Uncaught TypeError: Cannot read property 'timestamp' of undefined
- Highcharts addPoint() calling in quick interval causing shape collapse of graph
- highcharts with number_format
- Importing multiple externan Javascript libraries
- How to make buttons filter different data based on a category they select in Highcharts heatmap?
- Submit form data to Highcharts addPoint method to dynamically update form
- Displaying a target area / value on a HighCharts graph
- Highcharts will not render if element in series data is empty
- Highcharts stacked bar tooltip
- Highcharts / HighStock - How to parse JSON correctly
- How do I get this text inside of this HTML using Selenium Webdriver?
- HighCharts - Single legend for two columns in a Stack Column chart
- Issue on Setting Fill Color and Opacity in Highchart.js Spider Web
- High charts: Set Each Bar In a Multi-Series Bar Graphs To a Different Color
- Sync an html5 video with an highchart.js line chart
- How to create highcharts dynamically on click buttons
- How to display Highcharts x-axis time stamp labels inside tooltip?
- Highcharts tooltip backgroundColor inherit from the hovered element
- Gridster with Highcharts, make specific Chart smaller and recalculate
- Filtering through highcharts series data array
- How to revert/reverse/undo setSize() in Highcharts
- How to remove/hide export button in full screen view in highcharts-angular
- Laravel: Highchart column with filter by year and classroom
- scrollable highchart works in JS but has issues when running through Angular HighCharts?