Questions tagged [column-chart]
145 questions
0
votes
1 answer
how to resolve typing error property charts does not exist on type 'typeof google' in google column chart
I am trying to create Google column chart in angular2 and typescript.But I got the error property charts does not exist on type 'typeof google' in google column charts.When I run the command npm start then It shows error.
Here my…

Mohit
- 335
- 3
- 10
- 19
0
votes
0 answers
Highcharts: XAxis Labels Rotation weird behaviour
Refer the fiddle
http://jsfiddle.net/9y3zs6ep/
labels: {
rotation: 1
}
When I put rotation as 0, the labels are correctly aligned in horizontal position. But when I increase rotation to 1, the labels disappear, and as I increase angle, labels…

dracodormiens
- 510
- 4
- 21
0
votes
1 answer
highcharts, remove alphabetical order
I'm using highcharts. Here is a screenshot of it.
The data that I gave are like this:
"1": {
"Peoples": {
"Very high": 0,
"High": 3,
"Moderate": 7,
"Low": 1,
"Very low": 1
}
}
I…
user6145033
0
votes
1 answer
Google column chart: how to change the color of columns with negative values
I am trying to create a column chart and I want the columns to be red when their value is negative. Here is my function:
function drawChartFlows(data, title, id) {
if (googleAPILoaded != true)
return;
var array = new…

Viveka BARNEAUD
- 13
- 5
0
votes
1 answer
Why my label are not at the same height
My question is about a column chart i making..
I don't understand why my label are not set on the height..
I try many things but i really don't know..
Here you can find a example :jsfiddle project
$(function() {
var chart;
…

Soje
- 3
- 3
0
votes
1 answer
D3 stacked bar chart: unique bar for each row (stack only one row)
I'm quite new to D3 and I'm trying to make a stacked bar chart (or column chart) with unique bars for each row (each observation) in the dataset.
The problem I have encountered is: if there's more than one row with the same value used for the y axes…

tiffkyn
- 79
- 1
- 7
0
votes
1 answer
google column chart make it responisve
Good day, I have a google column chart and work perfectly but when I re size my browser the column chart overflowed and wont re size. my website is responsive and I dont want to put my bar chart like that. how to get my column chart responsive?
I…

MGB C
- 442
- 2
- 7
- 21
0
votes
1 answer
column charts first date cut issue
when i use highchart in my live site it cut down the first date of chart on demo server it runs excellent but on live it create problem here is snap shot for that
the first label date is not view properly on demo server it looks perfect but on live…

abc
- 27
- 8
0
votes
1 answer
Create HighCharts-Column type from JSON
I am trying to create a column type highchart using data from json in the following…

Ninja
- 183
- 3
- 5
- 15
0
votes
0 answers
D3 JS column chart without or avoid range / rangebands / rangeroundbands
I am working on a multi series column chart using ordinal scale with date or month name on x-axis (not using time scale). We have huge data by date or month to present while pulling incrementally by hitting the service. Due to rangeBands or…
0
votes
1 answer
Drawing a simple GWT Column Chart in Java
I am just playing with GWT charts but I am not quite understanding how it works.
I want to draw a simple column chart with Book Names on x-axis and Number of Books on y-axis. Here is the code.
DataTable table = DataTable.create();
ColumnChart…

CobaltBabyBear
- 2,188
- 6
- 26
- 47
0
votes
1 answer
high chart date format in x-axis
I am using column chart in highchart in this i want to show x-axis in date format which i fetch from the google analytics data of my account.and i want to view the date on x-axis and which is not coming in format i want it in formatted way.
it comes…

abc
- 27
- 8
0
votes
1 answer
How to display the y-axis labels in percentage in a column chart or bar chart in .NET Report Viewer
I have spent a few hours finding a solution to display the y-axis in percentage in a column chart in Microsoft Report Viewer but couldn't find any solution.
According to the graph in the screenshot, y-axis values are in actual value. I want them to…

Hnin Htet Htet Aung
- 511
- 4
- 8
0
votes
2 answers
Javascript library for drawing bar charts with timeline
I'd like to draw a time series as a bar chart (I suppose it's also called column chart) preserving the scale of the time line. Example:
Could you recommend a javascript library providing the code with how to visualize it?
I'm well aware of this…

Max Li
- 5,069
- 3
- 23
- 35
0
votes
1 answer
Silverlight: Add Button Above a Column of Chart
I want to add a button above all column in Charts in the Silverlight Toolkit.
Same with this Picture:
I add style for DataPointStyle: