score:2
Accepted answer
You can try to use http://jsfiddle.net/f7Y9p/
yAxis: {
height: 0,
gridLineWidth: 0,
labels: {
enabled: false
}
},
xAxis: {
lineWidth: 0,
tickLength : 0,
labels: {
enabled: false
}
},
series : [{
name : 'AAPL',
lineWidth: 0,
marker: {
enabled: false,
states: {
hover: {
enabled: false
}
}
},
data : data,
tooltip: {
valueDecimals: 2
}
}]
empty chart with only navigator, then catch afterSetExtremes() (http://api.highcharts.com/highstock#xAxis.events.afterSetExtremes) and if you get values, then set it in other charts by setExtreme() function http://api.highcharts.com/highstock#Axis.setExtremes().
Source: stackoverflow.com
Related Query
- Strange character in the Highstock source code
- javascript slider like "highstock slider"
- Optimize JavaScript DrillDown code
- JavaScript code inside TypeScript file .ts not working
- Adding flags to Highstock chart (highcharts) with JavaScript
- c# WPF Webbrowser with Highchart, Javascript from external source not working "An error has occurred in the script on this page"
- passing formatting JavaScript code to HighCharts with JSON
- Embed javascript code in a django template
- Highstock navigator step like the parent chart
- Highstock stacked bar chart with slider overlayed on the graph
- Update data of existing Highstock graph using only JavaScript
- HTML Content to Javascript Code
- HTML table as data source for highstock charts using highcharts
- tool that shows javascript errors in code
- Repeating Javascript Code
- Highchart gap like highstock
- Is there any way to make Highstock columnrange look like Highchart columnrange?
- upgrade to highstock 1.3.1 breaks resize code
- highstock selected rangeSelector is computed from the current end date in the slider and not from the start date
- How to format Highstock range slider date and time formatting
- Error: Data source must be a URL for refresh | console error | javascript | Highcharts
- Javascript Code not running in Wordpress Pages
- Highcharts highstock update date filter with javascript
- Use django variable (array of elements from sqlite3 database) inside javascript embedded code
- Parsing Json to render multiline highstock charts using Javascript
- How can I get Highstock tooltip to animate like Highcharts?
- Looking for a program, that supports DOM funtions and run javascript in linux server, just like a browser but without User Interface
- Highstock Trigger javascript when range selector button clicked
- How to import date strings into javascript as UTC objects using HighStock charting?
- Highstock highcharts irregular data gets wrong x-scale
More Query from same tag
- Toggling 2nd pane data within a Multiple Series Highcharts Chart
- How do I reset Highcharts bar color back to it's original color?
- Bug in Highcharts where negative numbers in data seem to cause bug with graph drawing
- Using PHP for Highchart Heatmap
- using flask render_template to make a highchart on the front end
- highcharts hover.state.halo color malfunction?
- RCharts - Choosing color by category column chart
- Formatter Function not working in Highstocks
- Angular HighCharts Heatmap will not display with error 15
- PLotLines In HighCharts Overlapping || React highCharts || YAxis Interval
- highchart dynamic binding using asp.net
- Highcharts - null values are plotted on stacked area chart, in latest version
- Load JSON to Highchart Series
- Highcharts dynamic name with coldfusion
- Change xAxis and yAxis title of drilldown chart after entering into second series
- Hight Chart Dynamic Json Value is not loading in Series Data Section but Static Value is Loading Finely
- Highcharts - How to set datalabels format programmatically in Combo chart
- R Highcharter Sankey nodes column property trouble
- Highcharts loading animation after setdata
- how to map serial and data points using json Array
- Split one JSON return into several objects
- Export Highchart + HTML as Image in angularjs app
- How to show the json data in Pie chart HighChart?
- Offset displayed data 4 hours forward on HighCharts x axis
- Adding Rails data to Highcharts series
- highchart select an area to show some info by clicking and drag mouse but not release
- Draw something under highstock chart navigator
- Format y-axis values using numeral JSHighCharts
- Highcharts Grouped Data In Subgroup
- Show Date alongside OHLC values in candlestick chart