Questions tagged [column-chart]

145 questions
0
votes
1 answer

Need Help Creating Excel Sorted Chart By Type

I have data of the form Type Car Hours Worked I would like a column graph to show the type of car in each column, and the time worked on each car within that specific type. So for example, I would have 3 columns (coupe, sedan, convertible), and…
lingo124
  • 3
  • 1
  • 2
0
votes
0 answers

What type of highcharts to use for column charts with distribution within the column?

I need to display a stacked column chart using Highcharts where each column denotes some overall percentage and within the column, there is a distribution which itself sums up to 100%. For eg: Category1 : 45% (Sub-category values: [25%, 30%,…
0
votes
0 answers

Highchart - Array of array of categories

Is it possible in HighChart to split the xAxis one level more? I basically need to merge these 4 graphs in one graph with the same yAxis, and each A,B,C,D needs to be a tick. http://i.imgur.com/obiIstC.png xAxis categories for each graph: xAxis:…
Rus Paul
  • 1,348
  • 2
  • 14
  • 23
0
votes
1 answer

How to display specific years only on xAxis in a column-graph with Highcharts

Having trouble to display only the two selected years in my column chart. It always adds other years to it and the chart looks terrible. It should display "2007" and "2010", but shows "2006", "2008" and "2010". I guess it's a small thing to change,…
luftikus143
  • 1,285
  • 3
  • 27
  • 52
0
votes
1 answer

Highcharts: How to move the column bar to the left most side when there is only one point in drilldown

I have a column chart with drilldown. Here is my DEMO The drilldown has only one point to show up. Now what I want to do is: In drilldown I want to move the column bar to the left most side instead of its current middle position. So that I can add…
Rahul Gupta
  • 9,775
  • 7
  • 56
  • 69
-1
votes
1 answer

Fix space between columns and align labels on Highcharts

I am creating a column chart but I see too much space between the columns and I want to reduce the space between them. The labels on the xAxis are also not aligning. This is my fiddle: https://jsfiddle.net/q3atxr4c/1/. I added pointPadding,…
nb_nb_nb
  • 1,243
  • 11
  • 36
-1
votes
1 answer

Highcharts - how to set color for part of chart

I have a column chart that uses a gradient color and looks like this : however I'd like to make certain parts grey, like that: What would be the best course of action in this case? Should I split the data in different series or .. ? Thank you!
Asdwq Qwksf
  • 141
  • 1
  • 2
  • 11
-1
votes
1 answer

How to show tooltip data below each column in Highchart?

The tooltip data in highchart is visible when i hover my mouse over it, the tooltip has some data that i want to show for example below the column where the x label is, for now it shows 0,1,2 and so on. I am using the chart to compare timeperiods,…
-2
votes
2 answers

How can I make a column chart?

I am facing a problem while doing a chart. I would want to output the chart in a same row without changing the code and without making it horizontal. I would wish to use for loop to solve this problem because I can iterate over everything because I…
-2
votes
1 answer

Highcharts center yaxis value at zero on column chart

I want to center YAxis value at zero on Highcharts Column chart with positive & negative values like this: https://drive.google.com/open?id=0B_IZwAPijvleZzBhUnVaSFhBcDQ, these axis values are dynamic loaded. With jqPlot there is an option called…
Dogy Cat
  • 17
  • 1
  • 5
1 2 3
9
10