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
- Highchart Area Range chart with gradient that follows the line
- Highcharts putting extra space among legend items
- HighCharts Context Button
- How to insert HTML inside an Ext.each() in the labeFormatter function of legend-EXTJS -highcharts
- jquery highcharts text on y-axis
- Draw multiple series in Highchart from single JSON data container
- Highcharts percent with value
- Highcharts Speedometer add image background
- parsing JSON data to render high chart graph
- Cannot read property 'cum' of undefined -- when creating a stacked area chart with xAxis.type=datetime
- all bar should be of same height . data part should be coloured and rest should be grayed
- Display an error message when chart doesn't appear
- Understand variable assigment in JS
- rCharts highlight charts in shiny not working
- High (Pie) Charts Incorrect Calculation
- Export HighChart 3D pie chart into png is not working
- Strange problem with highcharts heatmap - incorrect Y-axis scaling
- Highcharts: update chart when data actualized
- How to correct mouse event in Highcharts
- Highcharts highlight area between two lines
- Display two labels for each bar in highcharts(one inside and one outside)
- Change Colors and Using Setting Up an API
- dynamic plotbands in Highcharts
- HighCharts - dynamic graph & no tick mark on the right hand side dual axis
- Add dataLabels to solid guage
- Add new data to a Highchart pie chart dynamically
- jQuery UI Tabs and Highcharts display/rendering issue
- Highcharts: Column chart has banding as a result of inconsistent spacing
- highcharts / stock charts custom toolbar button text / title
- onclick event when part of highcharts funnel is clicked