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: Cannot get example to display chart
- Highcharts - Reset zoom in synchronised charts
- Highcharts/Highstock How to show original OHLC values in tooltip for chart drawn using adjusted OHLC values?
- Modify the color of series in highcharts-ng
- addpoint is not adding point in highcharts ,where data is updated dynamically with ajax
- HighCharts delayForDisplay attribute does not work
- highcharts: Indent labels from pie-chart
- angular 4 Highcharts set yAxis Categories
- Highchar display wrong month in date chart
- xAxis values groups as slices + labels in Highcharts
- Highcharts with Public Google Spreadsheet does not work
- Highcharts Tooltip does not display utf-8 correctly
- Creating Highcharts with Angular using Highcharts >= 5.0.0 and highcharts-ng >= 1.0.0 using a ChartFactory
- PHP and MySQL, get JSON data to feed HighCharts
- Highchart legend overlapping when change window size
- Highcharts - fire legendItemClick event
- How do I select which columns from my CSV to chart with HighChart?
- how to change bar hover color of highchart dynamically?
- Highstock with datepicker and a non-default date
- Change marker width and height in scatter chart
- Highchart - change the minor spacing for linear guage chart
- Strange behavior Highcharts pie chart in document mode IE8
- Transform array of objects into a transposed array of objects
- Tool tip formatter for donut highcharts
- Custom field name in ECharts
- HighCharts Graph that Aggregates Values
- Highcharts in AngularJS with inline variables (using Pablojim's Highchart-ng)
- Highchart: Spline with clickable Symbols
- Formatting Highchart dateime time categories
- How to add two dataLabels to a bar chart using HightCharts