score:1
Accepted answer
You can use two xAxis
with categories. For example:
xAxis: [{
opposite: true,
lineWidth: 0,
categories: ['Start', 'Category1', 'Category2', 'Category3', 'Category4', 'Balance']
}, {
linkedTo: 0,
lineWidth: 0,
categories: ['', 'Sub-Category 1', 'Liquid 1<br>Liquid 2', 'Gas 1<br>Gas 2', 'Solid 1', ''],
labels: {
rotation: 0,
y: -10
}
}]
Live demo: https://jsfiddle.net/BlackLabel/a9bzeqw4/1/
API Reference: https://api.highcharts.com/highcharts/xAxis.labels
Source: stackoverflow.com
Related Query
- Is It possible to plot a water fall chart as shown in the below image?
- Is it possible to plot a chat like the below screenshot using highcharts?
- How to save an image of the chart on the server with highcharts?
- How to draw the below chart using highchart?
- Highcharts AreaSpline - Adding padding in between the chart and plot area
- Is it possible to have two Y Axis in a highstock chart from highcharts one on the left and another on the right?
- Issue with JSON data encoded from the server, not able to plot the chart
- Center title of chart relative to the plot background
- is it possible to add verical plot line and show the intersection with the series?
- Wanted to plot only one spline at the chart load and further add other splines after loading
- Vertical areas along with line on the chart - is that possible
- Strange character in the Highstock source code
- Is it possible to show the chart if the value of array bracket is null or empty in the HighChart
- Highchart - How do I create the attached image gauge within a semicircle pie chart
- Highcharts Column Chart overflowing the plot area
- In highcharts, is it possible to make a bar in a column chart with its top bordering the edge of the chart area "on top" of the chart border?
- Highcharts: Is it possible to plot sunburst chart with no data values?
- Is it possible to trigger tooltip in highchart of a line chart ONLY when the mouse hovers over the point?
- How to add white space in the line chart plot points?
- Highcharts.js question: is it possible to add blank space from the left and right side of chart that will be visible only during panning?
- Highcharts: Is it possible to show Sunburst chart series data labels outside the leaf level nodes with connectors?
- How to plot horizontal lines over the some columns of columnrange chart in Highcharts
- Possible to create a dual y axis chart but where the secondary y series is using a secondary x axis?
- Position single data label of highcharts pie chart centered below the chart
- How to extend plot line value outside the grey area or outside the chart in highchart?
- How is it possible to show the menu of a chart with React Highcharts?
- Is it possible to create a multi level (stacked) donut chart with variable diameter on the last stack
- Scatter chart plot on border if values are outside the bounderies
- How to add series to an empty chart without breaking the plot border in highcharts
- Is it possible to add image behind doughnut chart with transparency color in ng2chart?
More Query from same tag
- Highcharts Zooming with Scroll Bar
- How do I plot the x axis line using Highcharts when pegged at 0?
- How do I change the tool tip color in highchart?
- Highcharts custom styling connect and label
- How to retrieve parent category when using grouped categories in Highcharts?
- How to use date range for highcharter columnrange plot?
- highcharter hc_axis not working correctly
- Highcharts - Pie chart with negative values
- Tooltips getting cutoff in pie charts in highcharts
- Highchart Axis Update/ chart redraw
- How do you put the datetime in the guage chart in human readable format
- Highcharts multiple graphs stacked in seperate "<div>" with combine zooming
- Can't change series edgeColor in highCharts after chart is drawn
- Multiple tooltip with numericsymbols (date turns timestamp) in R
- Highcharts export to PDF with text aligned in the top center of PDF
- How to add apostrophe in front of an integer on x-axis label in Highcharts?
- AngularJS not loading directive correctly when using services
- See Highcharts tooltip under a image
- Highcharts update graph from array data
- Display custom tooltip on highcharts legend
- How to put multiple HighChart in a page having different series value in different chart
- Print Array in HighChart
- How to wrap this behavior in a plugin?
- Highcharts 3D Scatter Plot, pop up's and links after rotation
- Unusual gradient inside highcharts splinarea
- Highchart + Plotly dash Graph displaying before pressing the button
- Highcharts on Modal Element being Clipped
- *Highcharts* How to get the min and max value of the zoom box
- Pie chart slice - center of mass
- Highcharts: Logarithmic chart with Y Axis [100, 99.9, 99, 90, 0]