score:2
Accepted answer
you can code of the behavior yourself instead of using allowpointselect
:
series: {
cursor: 'pointer',
point: {
events: {
click: function(event) {
this.select();
}
}
}
}
fiddle here.
Source: stackoverflow.com
Related Query
- Is there any method to select only one series marker state in highcharts?
- $.each only shows one series highcharts
- How to show only one pair of linked Highcharts series at a time
- Highcharts JS: barchart select the only selected bar without the rest in series
- 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?
- Is there any way to highlight one particular series in highcharts?
- Is there anyway to hide the dataLabels for one of the stacked series in HighCharts
- How to render a bar chart with different series with only one entry per category in HighCharts
- is there any option to get highchart plotbands only for one xaxis?
- Is there a solution to plot 3D multiple time line series in web application using highcharts or any other libraries
- Highcharts 3 cannot render more than 1000 points in one series
- highcharts - disable fading series on marker hover
- Filtering legend of a Highcharts by only visible series
- Disable marker hover in only one marker of highchart
- highcharts - chart names for multiple pie chart series in one chart
- highcharts link series such that turn one off turns off the other
- Is there any way to highlight specific node on click | Highcharts Sankey
- highcharts - removing decimal places on Y axis with only one point
- Stop HighCharts change transparency of another series on hover of one series
- Only one highcharts using react-grid-layout can resize
- Increase different marker sizes when hovering series using highcharts
- How to remove the halo/glow around a marker upon hovering a series in Highcharts
- How to hide one series data info in tooltip using highcharts
- Highchart: Only show one series at a time
- Is there any way we can use Highcharts with mPDF converter?
- Series fillColor for marker on hover ONLY
- Is there any way to fill bubbles partially in highcharts bubble chart?
- HighCharts area graph - show tooltip only on hover of marker
- Highcharts - Remove first marker from Area chart in every series
- HighCharts : Highlight entire series when hover and restore state when out
More Query from same tag
- HighCharts: 3D Column Chart change borderColor on select
- Highcharts datetime axis overlap with a long time series
- How to create Waterfall model chart using QuickChart?
- Is it possible to have an adjustable line in highcharts stack area graph?
- Highcharts Stacked Area Data
- Creating highstock zoom-in/out button
- Disable the label text (min, max, average, bins values) in measure annotation while doing MeasureX in highstocks and highcharts
- Moving javascript data series to html data attribute breaks Highchart
- Add non chart content in highchart pdf
- Range Selector in Are Graph of High Chart
- Network Graph hovering to hide link labels
- Highcharts sort series data and redraw
- Highcharts (9.0.1): drilldown problem after change chart type dynamically
- How to add inline legends to line / area mixed chart in highchart
- HighCharts area graph - show tooltip only on hover of marker
- Error Bars in High Charts: What to do when the x axis is divided into categories?
- Highcharts text in the exported image only
- How to make the width of individual columns thicker?
- Change Highstocks.js Y axis value
- Legend order for proximate layout
- change highcharts detetime label
- Multiple intervals in columnrange chart Highcharts
- How to change the axis of Dual axes Graph
- Loading multile php Files with Ajax
- Tooltip modification in Highchart Js
- Highcharts. How to start areaspline chart from start y axis?
- Highstocks tooltip Remove the phrase "Week From Monday"
- Is there a way of implementing shades of colors in treemap for childs of specific parent
- Highcharts + Highslide: When opening a new highslide popup or clicking anywhere else, close any previously opened popups
- Highcharts - How to programmatically toggle legend items and determine which items are selected