As we know that histogram and bar charts are two different things. I have got many different ways to plot bar charts in highcharts but I didn't get any examples for histogram plot in highcharts. Is it possible to plot histogram using highcharts, if yes, How ?
标签:
highcharts
相关问题
- Issues using highcharts node export server from Cl
- Rails collecting and rendering JSON data in to a H
- Create highchart density with more than 2 groups
- Highcharts / Highstock step line without vertical
- Highcharts Synchronized charts display tooltip
相关文章
- Change color of bars depending on value in Highcha
- Changing Highcharts data series type dynamically
- Set highcharts y-axis min value to 0, unless there
- high chart sample
- Highchart's gauge with gradient plotband
- HighCharts pie chart X-axies values are not displa
- Why Highcharts gets different size on Safari?
- Ajax JSON in to Highcharts Pie Chart
You can use highcharts columns chart with reduced all paddings,
http://jsfiddle.net/WbHsX/8/
or more complex example:
http://jsfiddle.net/9LGVA/370/