score:1
Accepted answer
The macd indicator is displayed in the second pane, but comparing to the volume series, the values are very small and macd is just a flat green line.
You need to assign the macd indicator to a different y-axis.
series: [..., {
type: 'macd',
yAxis: 2,
linkedTo: 'aapl'
}, ...]
Live demo: https://jsfiddle.net/BlackLabel/Loqrua4w/
As to your second question:
Also, in case of adding multiple panels, is there a way to auto fit all the panels instead of specifying height in percentage?
There is no such logic in Highcharts, but you can easily calculate percentage values by your own script.
Source: stackoverflow.com
Related Query
- Highcharts plot MACD + EMA + Volume
- Plot Histograms in Highcharts
- How to convert datetime string to UTC to plot points on Highcharts
- How to convert datetime string to UTC to plot points on Highcharts
- Change Color of Volume Columns (High/Low) in HighCharts
- Making a Highcharts plot with Python
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Dynamically applying plot bands to a Highcharts graph
- Highcharts Plot Reciprocal Values For Column Height
- Highcharts scatter plot with lots of data points running really slow
- Highcharts - multiple plot with the same x scale
- Highcharts shared tooltip for line series and scatter plot not working
- Highcharts padding between plot and graph, how to remove?
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts scatter plot with variable line width
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts border around plot
- How to plot line in highcharts on charts click event?
- HIghcharts individual plot point color
- Highcharts Area Range Plot in rCharts
- Highcharts - Bubblechart - adding padding to top and bottom of plot
- Highcharts show plot value on x axis label
- Highcharts datalabels outside of plot area?
- Formatting Highcharts plot via rCharts
- HighCharts scatter plot with Datetime on X Axis not plotting values correctly
- XY trajectory plot using Highcharts
- Getting coordinates of chart on selecting plot in highcharts
- Highcharts Plot background
- Conditional coloring of marker in box plot in highcharts
- HighCharts Stock Chart error code 18
More Query from same tag
- Animate stroke-width with Highcharts renderer
- How can I style highchart select to look like hover?
- add border color and width to 3d bar highcharts
- MySql TimeStamp and JavaScript Time
- Multiple Pie Charts Of Variable Data With Single Legend Item Click
- Highcharts: show stack total in shared tooltip, via footerFormat property
- Removing gaps before first and after last columns in Highcharts
- How do I force HighCharts to label every column?
- Why does highchart not recognize my dates?
- rCharts and highcharts with shiny plot does not update correctly
- Extending highcharts in Angular
- Highstocks add n number of series to chart in rails
- Input field in highcharts graphic
- Ability to show labels of checked serie after rendering highcharts
- Cannot add multi series to Highstock but same thing works for Highcharts
- How to horizontally align Highcharter objects in Distill article in R Markdown?
- Switch between pie charts and bar chart in highcharts
- How to dynamically addEvent to Highcharts series with multiple charts?
- how to display Highcharts from database in C# .Net
- Example to show/hide data with buttons/checkbox in Highcharts?
- Semi donot chart with highcharts
- Tooltips don't clear on IE8
- Catch panning event in Highcharts
- Highlight one bar in a series in highcharts?
- Highcharts draggable annotaion how to move by steps?
- Change series point colour on hover
- Using Highchart with Codeigniter
- Center a chart inside of bootstrap's carousel
- HighMaps - need to make datalabels clickable
- How to render a line from dataLabels to marker on graph in HighCharts?