score:0
make the chart's height dynamic so it has room to show all the labels.
var rowheight = 24;
var chartoptions = {
chart: {
type: 'bar',
height: data.length * rowheight
i just added that var so you can have a constant to play with. the data.length simply gets the size of your data array and makes the height from that. there's a similar question here with some other ideas.
score:0
bars will be more tightly packed if you set pointpadding
and grouppadding
to 0
.
there is too much categories to be displayed without overlapping, so you could enable zoom, so you will be able to zoom in into a selected zone to see more details, like all categories ( = axis labels).
example: https://jsfiddle.net/400jmd3u/
if you want to see how all categories, without zoom, are looking then you could use this fiddle: https://jsfiddle.net/34pw12r8/ (set through labels : {step: 1}
of xaxis
)
Source: stackoverflow.com
Related Query
- highcharts bar graph layout issues
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- How to hyperlink bar graph in highcharts
- Highcharts stacked bar graph as timeline
- Highcharts: How to provide a custom stack label in highcharts bar graph from within the stackLabel formatter?
- Show all labels in highcharts horizontal bar graph
- Dynamically set click event on bar from highcharts graph
- Highcharts Backgroundimage for bar graph
- How to create a single series bar graph with Highcharts
- Need a single border for stacked bar graph in Highcharts
- Plot a bar graph using Highcharts drilldown with two different JSON end points
- highcharts - Not able to switch between bar to column or vice versa graph type in drilldown
- How to achieve linear gradient for bar graph in highcharts
- Inserting Highcharts bar graph into sharepoint 2013 page
- I'm trying to create a bar graph with Highcharts JS, but the bars won't draw on the graph?
- highcharts bar graph from json
- Make bar graph using highcharts from entries in the database
- How to create a drilleable bar graph in jsp page using open source charts API
- Highcharts Bar Graph Remove Category when all bar values for category equal 0
- Highcharts - Changing color of text if not enough room on bar graph
- How do I have text display within the inside of a stacked bar graph in highcharts
- HighCharts Bubble graph JSON as data source
- Highcharts bubble graph - Custom Tooltip with Error bar (either horizontal or vertical)
- How to create dashed bar graph in highcharts
- Pass php variable in bar graph with highcharts
- Highcharts - Add bar graph to a pie chart
- Highcharts bar graph doesn't show yaxis values
- Controlling Highcharts bar chart look and layout
- how to update bar graph and also its legend without re-drawing it in highcharts
- How to update bar graph in Highcharts without redrawing again
More Query from same tag
- Highcharts - Sankey chart not displaying all the data when series font increased
- Highcharts manually added svg elements not following stock graph on pan
- How to load html page with dynamic content?
- Highchart issue when added into bootstrap carousel
- Async DrillDown functionality in Highcharts with Angular 4
- Parsing CSV and then Using the Data to Build Highcharts Bar Chart
- Highcharts column stacking within a series only
- How to convert array values of console into highcharts
- How to align HTML span at center of highchart donut graph with responsive design?
- Returning javascript in an ASP.NET ajax postback fails, but works fine on initial page load
- highchart with dual axis breakpoint and drag point
- How to position the dataLabel for highcharts on the same side of the x-axis?
- Access min/max values for a Highcharts series: afterSetExtremes does not fire
- Showing HighCharts series name on x-axis and in legend
- Highchart (Column Chart) : Few data labels are not appearing for a series
- Highcharts: create a stacked columnrange chart
- How to center the yAxis title in Highcharts
- Lazy highcharts and rails
- Highcharts - display label on yAxis
- HighCharts Combination Chart
- How to set column width for columnRange chart with multiple series
- Highcharts: Y axis label formatter
- DataLabels in Highcharts are outside the container / not showing
- Highcharts Annotation SVG doesn't move with other shapes
- How Can I Hide a Pie Chart's Slice in HighCharts Without Removing It From the Legend?
- How To Load Plist Data On HighChart Using Objective C?
- % not showing in tooltip pie chart highcharts angular js
- Highstock charts with Google Spreadsheet JSON
- Facing issue while implementing error handling in Highcharts
- Drill down solidgauge chart to 2 series bar chart