score:9
Accepted answer
hchart
is a generic function which work with histogram
classes too. Try following:
library(highcharter)
data(diamonds, package = "ggplot2")
h <- hist(diamonds$price, plot = FALSE)
hchart(h)
h2 <- hist(diamonds$price, breaks = 100, plot = FALSE)
hchart(h2)
So, you can create the histogram what you want using the base hist
function, then you can chart it with highcharter.
Source: stackoverflow.com
Related Query
- How to change bin width on R highcharter histogram
- How can I change the width of the bars in a highchart?
- How can I change the scale of the legend in highcharter in R?
- How to change the palette colors of a highcharter column plot which depends on a variable?
- How to change chart's width to fill up div using angular2-highcharts when hide/open left side nav menu?
- Highcharts -- how to change line width programmatically and prevent resetting line width?
- How to change the width of "yAxis label" in HighChart?
- How to change names of menuItems in R highcharter when exporting
- how to change color of highcharter candlestick stockchart?
- How to change colors of a highcharter matrix/heatmap?
- How to change height and tooltip width for JS library highcharts?
- How to change highcharts bars width individually
- How do I change the line width of the area polygon in highchart?
- how to change the width between columns ? HIGHCHARTS
- How to change width / padding between categories?
- How to change code in "Pie Chart" in HighCharts
- How do you change the colour of each category within a highcharts column chart?
- How can I change the colors of my highcharts piechart?
- Highstocks - How to change the default Zoom
- How to change the font family of Highchart to Bootstrap css default font family
- How to change the text color in Highcharts
- How do I dynamically change a data point in Highcharts using JavaScript
- r - How to set xlim and ylim range in a highcharter plot?
- How can I change the unit at y axis dynamically at Highcharts?
- How to change the font properties in a pie highchart?
- How to change graph colour above and below plotline in Highcharts
- Highcharts how to change x axis options
- how to change highstock date to persian date
- How to disable the on-hover color change in Highcharts?
- Highcharts - how to disable color change on mouseover/hover
More Query from same tag
- Highmaps border color of region
- Highcharts problem with decimals if there are many data points
- How i set actual value of xAxis in tooltip of highcharts
- stacked column charts appearing too thin
- Highcharts downloading a graph with a pattern as an svg
- Rotated X-Axis labels overlap the graph itself
- How to have a negative colour on an area chart as a gradient?
- How to show 0 for incomplete Series in Highcharts
- Fullscreen panel bootstrap with highcharts (100% height)
- mouseOver in Highcharts
- Align xAxis across line/column charts
- Symfony2 Highcharts-Bundle with dynamic update
- How to add an array to an existing two-dimensional array (for use in Highcharts)
- HIghcharts, button text undefined
- reuse of same object of chart in highcharts to minimize coding
- Node.js/Express not outputting console.log, highcharts.js giving undefined error
- While loop not working in the series data highcharts - php
- Highchart - show / hide an y-Axis without hiding the series
- Want to set the y axis ticks to a fixed value Highcharts
- Is it possible to define custom technical indicators, that takes 2 series as input?
- Highcharts Gauge: Adding Icons
- Using HighCharts with Lambda Expression
- How do I enlarge the pie chart and shift to the center
- Highcharts: Is it possible to display series with the same name in different columns?
- Hiding points in HighCharts on click
- angular2-highcharts Highcharts exporting module
- Disable marker hover in only one marker of highchart
- High traffic solution for simple data graph website
- Highstock - How to add point if I have different data on main chart and navigator
- Surround Highcharts points