Is it possible to make a table with y axis labels of Highcharts bar chart?

auley_code

I'm trying to create something similar to the below but using Highcharts bar chart.

enter image description here

I can't seem to find any implementation like this that utilises highcarts, but was wondering if anyone has come across this or a workaround to create a table joined to the chart?

My data would differ and therefore the number of rows output could be between 1 and 20.

Example of the basic bar provided by Highcharts

kcode

The most simple solution I can think of is positioning two divs inside the table like this:

<div style="width:100%;height:20px;><div style="width:48%;height:20px;background:blue;"></div></div>

and then you can alter the width style attribute of the second div.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Format Highcharts y-axis labels

Fourth y axis does not show labels in Highcharts

Plotly: How to make more space for y axis labels for gantt chart

Make Y-axis start at 1 instead of 0 within ggplot bar chart

How To Create Pyramid Bar Chart in R with y-axis labels between the bars

HighCharts Bubble Chart: text for axis interval labels

Horizontal bar chart y axis alignment

weird y-axis dodged bar chart

X axis labels overlap tooltip in column chart in highcharts

Make the Y-axis scale exponentially in bar chart matlab

Add y-axis value labels to gnuplot-bar chart

R - How to make stacked bar chart with labels for all values, or a table of text that can be formatted

In Highcharts, how to reverse y-axis under "Bar" chart type?

Is it possible, to highlight bars in Dimple.js bar chart, based on y-axis value?

Highcharts: Column and Bar Chart labels are incorrect when I drilldown

Zingchart bar chart starting at y axis -50

Google charts Column Chart, Is it possible to show y axis and bar values in Indian number format?

Highcharts - Bar chart show full label on Y Axis

Highcharts - PDF export format; font sizes for bar chart axis

Is it possible to change color text or background of label Y-Axis of Range bar chart

How to make bar chart cover multiple labels?

How to make a bar chart on range of values on x-axis and count on the range on y-axis in python?

How can I make a bar chart starting from the 0 point of the y axis and not from the bottom of the svg?

How to make a bar-chart by using two variables on x-axis and a grouped variable on y-axis?

Matplotlib: One X-Axis with two x labels of different type (int and string) in bar chart with one Y-Axis

In ggplot geom_bar, the y axis labels are cluttered at the bottom of bar chart

highcharts - Align y-Axis labels to the right and make chart width "smaller"

Indicating a range for the Y axis in a bar chart

Y axis in single stacked bar chart