score:-3
open highstock.js file. get the line with bellow code
if(!c.rendered&&(c.zoomText=e.text(i.rangeSelectorZoom,o,d.plotTop-10).css(g.labelStyle).add(),p=o+c.zoomText.getBBox().width+5,n(c.buttonOptions,function(a,b){h[b]=e.button(a.text,p,d.plotTop-25,function(){c.clickButton(b,a);c.isActive=!0}
and replace with this code
if(2==3&&!c.rendered&&(c.zoomText=e.text(i.rangeSelectorZoom,o,d.plotTop-10).css(g.labelStyle).add(),p=o+c.zoomText.getBBox().width+5,n(c.buttonOptions,function(a,b){h[b]=e.button(a.text,p,d.plotTop-25,function(){c.clickButton(b,a);c.isActive=!0}
this works for me. I hope works for you too
score:2
Simply attribute zoomtype property mentioned in chart. I am sure if your chart is supporting zoom currently, then there must be zoomtypoe mentioned in its configuration. Just set it to false.
chart:{ zoomType : false }
score:5
You can set the zoom level.
Under the chart element, you can use the zoomType
property, and set the exact width and height as the original size. You could also try setting enable: false
or setting the level to null
.
More information can be found on the API documentation.
Source: stackoverflow.com
Related Query
- Highcharts remove zoom feature
- HighCharts.StockChart remove zoom feature
- Can we add Zoom In Out feature in highcharts
- How to remove button from Highcharts
- Proper way to remove all series data from a highcharts chart?
- Remove shadow/background glow on highcharts data label?
- highcharts hide zoom reset button, call zoom reset programmatically
- HighStock : Remove Zoom bar
- Highcharts remove zero value labels
- remove series by name or id in highcharts
- Highcharts remove renderer path
- How can I remove the white border from HighCharts pie chart?
- Highcharts - remove times between dates on a datetime xaxis type
- HighCharts remove stack totals
- Possible to connect the zoom on two Highcharts graphs?
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- Highcharts how to remove headers from tooltip
- Execute function after zoom highcharts
- highcharts how to catch and insert logic in click reset zoom button event
- Highcharts - How to remove connecting line between fixed tooltip and point
- Remove space between yAxis and data in highcharts
- Highcharts not displaying data at some zoom levels
- Remove Highcharts dataLabel border
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- Highcharts - How to remove tooltip arrows
- Highcharts - How can I remove starting and ending padding from area chart
- Highcharts mouse tracking/mouseover feature is slow on chrome but not slow in firefox or IE
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- Cannot remove all "series" in highcharts
- Highcharts remove gap between start of xAxis and first value
More Query from same tag
- Maximum number of categories in a Basic Bar chart
- Highchart series is choping
- Real time chart on R - Shiny
- Highcharts - Labels cut off
- Click event not fire in highcharts tooltip
- Set zero for missing data in highcharts
- Highcharts / Highstock step line with gaps?
- Multiple categories for hc_yAxis
- Highcharts - manually trigger hover event on a point
- Converting double?[ ] to object[ ] in c#
- Highcharts: create a stacked columnrange chart
- highcharts piechart - small number of colors
- Remove the border around the pie chart in high charts
- How to add fill color in highcharts data series
- Tooltip text goes out of tooltip when zoom-in
- How to add 3d Highcharts - Countour plugin in angular 8. Tried Multiple ways but still getting error
- Highcharts json data format
- How to align Highcharts datetime x-axis with data I pass to it?
- Combine multiple Ajax load functions
- How to render partial view for HighCharts and pass parameter in MVC?
- xAxis auto label dropping has stopped working after upgrading to Highcharts 5.0.8
- HighCharts full width issue
- Fourth y axis does not show labels in Highcharts
- Populating Highcharts chart with data received from MySQL
- How to add text on every section edges in funnel highcharts
- Putting select element to div with z-index position to Highcharts container
- Highcharts population pyramid opposite x axis not labeled correctly when using axis type 'category'
- How to customize which items appear in the built-in StockTools toolbar?
- Highchart generate array series
- Not able to export Highchart.js after Drill Down