Change the size of the second section of Highchart in R
Trying to use R highchart with customized section heights as that will highlight the relative price at different times.
The second section displaying the volume is taking more space and is more figurative in nature inform.
Can we assign the relative height to different sections similar to what we provide for device width. The code provided by @Dominik.Chudy in Colors for volume indicators
Colors for volume indicators
I am trying to generate the volume indicators with color. Red when the close is less than open and Green when Close is higher than open.
I am able to get the colors in candlestick but not in the volume section.
Pattern fill in highcharter bar chart
I would like to create a column or bar chart with pattern fill in an R shiny app. It seems to me that highcharts and related highcharter package should be able to do the job, but I could not find a way. Here is what I tried based on this page:
https://www.highcharts.com/docs/chart-design-and-style/pattern-fills
Remove series from legend only
Looking for a way to remove a label from the legend but keep the line on the chart.
R Highcharter – remove series from legend only
Looking for a way to remove a label from the legend but keep the line on the chart.
Customising hc_tooltip with formatter to add textcolor removed my markers and attempt to bring them back is failing
I am trying out the highcharter package in R. I am trying to add a tooltip. The default (first example) gives me a marker and the series name.