Skip to main content

Questions tagged [bar-chart]

A bar chart is graphical representation of data where the value is represented by the length of the bar.

0 votes
0 answers
19 views

Show dataset by dataset bars/lines in chart.js [closed]

enter image description here enter image description here I want to show bars/line points grouped by dataset. it should show dataset by dataset bar/lines. currently it shows all togather. I want it to ...
Dilip Tarkhala's user avatar
0 votes
1 answer
34 views

Reducing gap between bars of bar chart in R

I wrote the following code for plotting bar charts : library(ggplot2) library(dplyr) interaction_data <- read.csv("association.tsv") interaction_data <- interaction_data %>% ...
Shradha Sharma's user avatar
0 votes
0 answers
32 views

Plotly bar plot y_axis value

I am not understanding the reason why range on y_axis goes more than around 500k whereas the max value for the column Total_Expenditure 2486. What is the reason of being the value at y axis goes over ...
Rotnodip Sarkar's user avatar
2 votes
2 answers
50 views

Trying to create a grouped barchart in R - producing a stacked one instead

I am trying to create a bar chart that has the number of each species grouped into years. I want each year represented on the x axis with the number of each of the 3 species grouped next to one ...
Anna's user avatar
  • 51
0 votes
2 answers
54 views

How to make a barplot with rounded corners in R

I have this dataset: df <- data.frame(category = c("A", "B", "C", "D", "E"), value = c(10, 20, 15, 30, 25)) I want to create a barplot with ...
adircinho's user avatar
0 votes
0 answers
16 views

How to descending order Maximum aggregated value at the top minimum aggregated value at the bottom in the chart like the image

To render the chart using Dimple.js, ensure the maximum aggregated value appears at the top of the chart and the minimum aggregated value at the bottom. Current output: While rendering the chart using ...
Hariharan Ganesan's user avatar
0 votes
0 answers
24 views

Chartjs 2 extend space at the edges of each category bar [closed]

During the work with chartjs2 I have encountered on the following problem. This is my bar chart. Where I placed two series per each bar category. I have tried with bar and category percentage but ...
maciejka's user avatar
  • 948
0 votes
0 answers
16 views

Apexcharts: Align xaxis labels at the ending of each bar

i'm trying to set x-axis labels at the end of each bar but they are coming in center of bars i want something like this , where labels are coming on end of bars i tried by changing tickPlacement: &...
Asra's user avatar
  • 31
0 votes
0 answers
13 views

Bars Sorting issue in Superset

Hi this is my data for the last 1 year containing three columns: Year, Month and Count. When i am creating a bar graph using superset, the bars get arranged alphabetically instead of the order ...
Iqbal Singh's user avatar
0 votes
1 answer
45 views

Showing one x tick per month on a pandas plot

I have a time series with daily data, that I want to plot, and only plot a x-tick every month. I have tried multiple approaches (including the ones described here, but it seems that pandas considers ...
meto's user avatar
  • 3,659
-1 votes
0 answers
11 views

"point" is not a registered element. at Registry._get (https://localhost:3000/static/js/bundle.js:362022:13)

"point" is not a registered element. at Registry._get (https://localhost:3000/static/js/bundle.js:362022:13) why the error came .how to solve this .iam using react-chart.js package iam ...
Jack Smith's user avatar
0 votes
0 answers
29 views

How to plot the legend with combined_plot (ggplot2)

I created this script to display some environmental impacts for my research. `legend_plot <- ggplot(data_longGW, aes(x = Crop_cycleGW, y = kg_CO2_eq, fill = Category)) + geom_bar(stat = "...
Guido Evangelista's user avatar
0 votes
0 answers
23 views

data labels in stacked Column chart in powerbi

I have stacked column chart with more than 7 legend, when I turn on the detail label title its only showing for 2 biggest contributors in the column and somewhere where all values are small its not ...
vedant aher's user avatar
0 votes
1 answer
46 views

How Do I Make This Graph Cleanly From Saturday to Sunday Without the Half Bars?

I am trying to create a bar graph to represent data over a week. Everything seems fine but the first and last bars (for Saturday) appear to be cut in half. My code is below. How can I fix this? nf = ...
Jack Finnegan's user avatar
2 votes
2 answers
31 views

How can I update ZData in a bar3 plot?

I'm trying to update the ZData of a bar3 plot: z = [[1, 2]; [3, 4]]; z_new = [[1, 2]; [3, 3]]; h = bar3(z);% works fine until here set(h, 'ZData', z_new); I then get following errors: Warning: Error ...
haifisch123's user avatar

15 30 50 per page
1
2 3 4 5
560